Thanks for prodding me on this -- I should really fix it. > I notice that there's also a bug open on CPAN, which appears to be > different, and is also an installation bug.
This one was easy to fix. > However, part of the reason that sepia doesn't work with > emacs-snapshot is that the Debian/Ubuntu version is rather behind. > This appears to be the result of this bug: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577515 I have recently noticed a segfault in Sepia::Xref::load_pad, called while building the xref database during the tests: ** (2011-02-22) Sepia::Xref::load_pad segfaults While traversing inside File::Find::contract_name. Backtrace: #0 0x00000001001afa30 in XS_B__COP_hints_hash () #1 0x00000001001b12ba in XS_B__GV_STASH () #2 0x0000000100075708 in Perl_pp_entersub () #3 0x000000010006e6cc in Perl_runops_standard () #4 0x000000010006e43a in perl_run () I couldn't figure out how to fix or work around it, and it only seems to have problems on threaded Perl 5.10. It looks like either memory corruption, or me using the not-very-documented B::foo() APIs correctly. Either way, I'm for just disabling the failing tests, since I doubt many people use the Xref part of the code. I have pushed the latest version (minus the fix for the CPAN bug) to repo.or.cz. Thanks, Sean -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

