Philippe M. Chiasson wrote:
It's probably the same, it tries to load B::Deparse. I've recently added a few tests which were exercising that feature (there was a bug earlier in it). See t/hooks/TestHooks/inlined_handlers.pm if you remove that test, the problem disappears?
It definetely seems like a bug caused somewhere deep within perl when we try to load B::Deparse, I've experienced the same segfault than all of you. But, I tried with this small patch (trying to make sure we are not loading B::Deparse when it's already there and loading it with no flags), and I still get a core, but a slightly differnt trace.
I think it is important to find out what change has triggered that problem.
The only related changes I can think of are: http://cvs.apache.org/viewcvs.cgi/modperl-2.0/src/modules/perl/modperl_callback.c?r1=1.79&r2=1.80&diff_format=h
http://cvs.apache.org/viewcvs.cgi/modperl-2.0/src/modules/perl/modperl_callback.c?r1=1.75&r2=1.76&diff_format=h
The other possibility is that the problem was there all the time, but it was triggered only now by some new test, for example:
http://cvs.apache.org/viewcvs.cgi/modperl-2.0/t/hooks/TestHooks/inlined_handlers.pm
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]