Alexey Bozrikov wrote:
 The core file actually have been created (although no 'Core dumped'
 message anywhere during tests). That's the backtrace from
 Modperl-Registry test:

[quote]
 gdb /usr/local/apache2/bin/httpd -core t/core
GNU gdb 6.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "powerpc-ibm-aix5.1.0.0"...
Core was generated by `httpd'.
Program terminated with signal 11, Segmentation fault.
#0  0x1003169c in sig_coredump (sig=11) at mpm_common.c:955
955     mpm_common.c: No such file or directory.
        in mpm_common.c
(gdb) bt
#0  0x1003169c in sig_coredump (sig=11) at mpm_common.c:955
#1  <signal handler called>
#2  0xd201ab70 in mpxs_Apache__RequestRec_content_type (r=???, type=???)

what does ??? means? is it a corrupted frame? why there is no address?

Now, can you identify which test causes that? For example:

cd ModPerl-Registry
t/TEST -start
t/TEST -run t/404.t
t/TEST -run t/cgi.t
etc...

--
__________________________________________________________________
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

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to