On Sun, Oct 03, 2004 at 07:21:12PM -0400, Stas Bekman wrote:
modperl-2.0 'make test' running under worker mpm (linux) always fails in t/filter/both_str_req_add.t and dumps core:
That started failing for me on October 2nd with mod_perl HEAD against tip-of-2.0 on amd64 with the attached backtrace.
#0 0xffffe410 in ?? () (gdb) bt #0 0xffffe410 in ?? () #1 0xbfffeff8 in ?? () #2 0x00000001 in ?? () #3 0xbfffeff7 in ?? () #4 0x4030536b in __read_nocancel () from /lib/tls/libpthread.so.0
That's likely not the thread that segfaulted, you want "thread apply all bt"...
Aha! Thanks for sharing that tip. I've assumed bt was showing the right bt :)
I get the same trace as you then with worker. That's so much easier!!! Before that I had no clue where to even start looking. Thanks Joe!
[...]
#12 0x0000002a972d3550 in Perl_load_module (my_perl=0x2325090, flags=2536470192, name=0x40000, ver=0x55) at op.c:3514
#13 0x0000002a97153d72 in modperl_coderef2text (my_perl=0x2325090, p=0x25a3578, cv=0xc6d120) at modperl_util.c:715
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?
-- __________________________________________________________________ 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]