On 4/16/07, Hartmaier Alexander <[EMAIL PROTECTED]> wrote:
Hi!

apache2.2 segfaults, Catalyst testserver on startup too.

Class-C3-0.15_02
Class-C3-XS-0.01_03


Can you give details?  The most important thing is the perl version
you're using.  What's even more useful is a backtrace from a test.

Most likely, after installing Class::C3::XS, the Class::C3 testsuite
segfaults also, so one of those test files provides a good test case.
Either way, find a way to invoke perl on the commandline and get it to
segfault, then do:

gdb perl

(gdb) set args -Mblib t/01_MRO.t
(gdb) run

[where "-Mblib t/01_MRO.t" is whatever arguments you need to run
things and get it to segfault]

When it segfaults under gdb, the next command you type is:
(gdb) bt

Which should give a backtrace of where the segfault happened.

-- Brandon

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/

Reply via email to