Apache-Test assumes that any core file found under t was generated by httpd, (end suggests the gdb invoking command) which is wrong. I should've read the notice printed by gdb:
"Core was generated by `/home/stas/perl/ithread/bin/perl /home/stas/apache.org/mp-subproc/t/TEST -confi" This one was generated during t/TEST -config which is run by bin/perl. so we may consider to do more investigation on every found core file. I plan to work on this and other core issue (automatic trace) soon. Stas Bekman wrote: > The problem I have is that I need to add > APACHE_TEST_CONFIGURE in the subprocess.pm and blows up on require > outside mod_perl with a weird core: > > warning: core file may not match specified executable file. > Core was generated by `/home/stas/perl/ithread/bin/perl > /home/stas/apache.org/mp-subproc/t/TEST -confi'. > Program terminated with signal 11, Segmentation fault. > #0 0x403ccbea in ?? () > (gdb) where > #0 0x403ccbea in ?? () > #1 0x403bf6e2 in ?? () > #2 0x403db99f in ?? () > #3 0x403e2159 in ?? () > #4 0x403e1acc in ?? () > #5 0x400b7b10 in ?? () > #6 0x400965f9 in ?? () > #7 0x4003bf20 in ?? () > #8 0x4003baa2 in ?? () > #9 0x4004053b in ?? () > #10 0x4004000e in ?? () > #11 0x400798be in ?? () > #12 0x40074471 in ?? () > #13 0x4006850b in ?? () > #14 0x400f7ac8 in ?? () > #15 0x400f9b33 in ?? () > #16 0x400965f9 in ?? () > #17 0x4003aee6 in ?? () > #18 0x4003a981 in ?? () > #19 0x08049435 in ?? () > #20 0x401ea6a0 in ?? () > > Everything is updated, but it still gives me this weird trace... :( > > _____________________________________________________________________ > Stas Bekman JAm_pH -- Just Another mod_perl Hacker > http://stason.org/ mod_perl Guide http://perl.apache.org/guide > mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com > http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
