Skip Menu |

This queue is for tickets about the YAML-Syck CPAN distribution.

Report information
The Basics
Id: 22289
Status: rejected
Priority: 0/
Queue: YAML-Syck

People
Owner: Nobody in particular
Requestors: jesse [...] bestpractical.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Segfault after install
Date: Thu, 19 Oct 2006 17:52:37 -0400
To: bug-yaml-syck [...] rt.cpan.org
From: Jesse Vincent <jesse [...] bestpractical.com>
Seen on Debian and OSX Running make test make[1]: Entering directory `/root/.cpan/build/YAML-Syck-0.71' PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/1-basic..............ok t/2-scalars............ok t/3-objects............ok t/4-perl_tag_scheme....ok t/json-basic...........ok t/json-empty...........ok t/json-indent..........ok t/json-minus...........ok t/json-newline.........ok t/json-null............ok t/json-refs............ok t/json-singlequote.....ok t/leak.................ok 11/11 skipped: Devel::Leak not installed t/yaml-blessed-ref.....ok t/yaml-tie.............ok All tests successful, 11 subtests skipped. Files=15, Tests=190, 1 wallclock secs ( 0.75 cusr + 0.11 csys = 0.86 CPU) make[1]: Leaving directory `/root/.cpan/build/YAML-Syck-0.71' /usr/bin/make test -- OK Running make install make[1]: Entering directory `/root/.cpan/build/YAML-Syck-0.71' Installing /usr/local/lib/perl/5.8.7/auto/YAML/Syck/Syck.so Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/local/lib/perl/5.8.7/YAML/Syck.pod Installing /usr/local/lib/perl/5.8.7/YAML/Syck.pm Installing /usr/local/lib/perl/5.8.7/JSON/Syck.pm Installing /usr/local/man/man3/YAML::Syck.3pm Installing /usr/local/man/man3/JSON::Syck.3pm Writing /usr/local/lib/perl/5.8.7/auto/YAML/Syck/.packlist Appending installation info to /usr/local/lib/perl/5.8.7/perllocal.pod make[1]: Leaving directory `/root/.cpan/build/YAML-Syck-0.71' /usr/bin/make install UNINST=1 -- OK *** YAML::Syck successfully installed. *** Module::AutoInstall installation finished. Attempt to free unreferenced scalar: SV 0x85714b8, Perl interpreter: 0x814ad40 at /usr/local/lib/perl/5.8.7/YAML/Syck.pm line 24. make: *** [installdeps] Segmentation fault jesse@diesel:~/svn/jifty$ sudo make
Download PGP.sig
application/pgp-signature 186b

Message body not shown because it is not plain text.

Hi Jesse, How did AutoInstall get into that mess? It's not used in the Makefile.PL. Anyway, it seems to be an MI/M::AI issue, and really related to YAML::Syck itself, but I can't reproduce so I have no means to investigate further. Do you think you could gather more info? Perhaps a dump of %INC would be useful, to see if we can blame it on some XS module. If not, it's likely a perl bug.
On Sat Oct 21 08:51:50 2006, NUFFIN wrote: Show quoted text
> Hi Jesse,
is this still an issue?
Not enough information to work this ticket. No reply from requestor