You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by "Hans-Ruodi Burch (EA/EAS)" <ha...@ericsson.com> on 2003/08/19 10:38:07 UTC

RE: mod_perl 1.99_09 core dumps

Hi Stas

> > tms@castle gdb  -core /home/tms/mod_perl-1.99_09/t/core
> > GNU gdb 5.0
> > Copyright 2000 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 "sparc-sun-solaris2.8".
> > Core was generated by `/usr/local/apache/bin/httpd -d /home/tms/mod_perl-1.99_09/t -f /home/tms/mod_pe'.
> > Program terminated with signal 9, Killed.
> > #0  0xfdbbbdd4 in ?? ()
> > (gdb) bt
> > #0  0xfdbbbdd4 in ?? ()
> > #1  0xfdbbbf94 in ?? ()
> > #2  0xfdbb3924 in ?? ()
> > #3  0x37328 in ?? ()
> > #4  0x40090 in ?? ()
> 
> It's impossible to know where has it failed from this trace. You need to 
> rebuild apache, perl and mod_perl with debugging enabled. It's explained at:
> http://perl.apache.org/docs/2.0/user/help/help.html#Reporting_Problems
> http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Faults
> may be you need only perl or apache to be rebuilt I can't tell where it segfaults.

I recompiled httpd as follow:

tperl@castle export CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
tperl@castle ./configure --prefix=/export/home/tperl/apache --enable-ssl --disable-ipv6 \
> --enable-mods-shared=all --with-mpm=prefork --enable-suexec --with-suexec-caller=nobody \
> --with-suexec-safepath=/usr/local/bin:/bin --verbose --enable-rule=SHARED_CORE \
> --enable-maintainer-mode
tperl@castle make
tperl@castle make install

perl:

tperl@castle ./Configure -Doptimize='-g' -Dcc='gcc -B/usr/ccs/bin/'
tperl@castle make
tperl@castle make test
tperl@castle 

and mod_perl:

tperl@castle export PATH=/export/home/tperl/bin:${PATH}
tperl@castle export LD_LIBRARY_PATH=export/home/tperl/lib:{LD_LIBRARY_PATH}
tperl@castle which perl
/export/home/tperl/bin/perl
tperl@castle perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
  Platform:
    osname=solaris, osvers=2.8, archname=sun4-solaris
    uname='sunos castle 5.8 generic_108528-21 sun4u sparc sunw,ultra-5_10 '
    config_args='-Doptimize=-g -Dcc=gcc -B/usr/ccs/bin/'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc -B/usr/ccs/bin/', ccflags ='-DDEBUGGING -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-g -O2',
    cppflags='-DDEBUGGING -fno-strict-aliasing'
    ccversion='', gccversion='3.2.3', gccosandvers='solaris2.8'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='gcc -B/usr/ccs/bin/', ldflags =' -L/usr/local/lib '
    libpth=/usr/local/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -lgdbm -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: DEBUGGING USE_LARGE_FILES
  Built under solaris
  Compiled at Aug 19 2003 07:56:02
  @INC:
    /export/home/tperl/lib/5.8.0/sun4-solaris
    /export/home/tperl/lib/5.8.0
    /export/home/tperl/lib/site_perl/5.8.0/sun4-solaris
    /export/home/tperl/lib/site_perl/5.8.0
    /export/home/tperl/lib/site_perl
    .

tperl@castle perl Makefile.PL MP_DEBUG=1 MP_AP_PREFIX=/export/home/tperl/apache
tperl@castle make
tperl@castle make test
...
make[1]: Leaving directory `/export/home/tperl/source/mod_perl-1.99_09/xs'
/export/home/tperl/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -clean
APACHE_USER= APACHE_GROUP= APACHE_PORT= APACHE= APXS= \
/export/home/tperl/bin/perl -Iblib/arch -Iblib/lib \
t/TEST -verbose=0 
/export/home/tperl/apache/bin/httpd  -d /export/home/tperl/source/mod_perl-1.99_09/t -f /export/home/tperl/source/mod_perl-1.99_09/t/conf/httpd.conf -DAPACHE2 
using Apache/2.0.45 (prefork MPM)

waiting for server to start: ....[Tue Aug 19 09:06:34 2003] [info] 20 Apache:: modules loaded
[Tue Aug 19 09:06:34 2003] [info] 3 APR:: modules loaded
[Tue Aug 19 09:06:34 2003] [info] base server + 8 vhosts ready to run tests
..........................................................
waiting for server to start: giving up after 61 secs
!!! server failed to start! (please examine t/logs/error_log)
!!! oh crap, server dumped core 
!!! for stacktrace, run: gdb /export/home/tperl/apache/bin/httpd -core /export/home/tperl/source/mod_perl-1.99_09/t/core
make: *** [run_tests] Error 1
tperl@castle more t/logs/error_log 
tperl@castle ls -al t/logs/error_log 
-rw-r--r--   1 tperl    staff          0 Aug 19 09:06 t/logs/error_log
tperl@castle gdb /export/home/tperl/apache/bin/httpd -core /export/home/tperl/source/mod_perl-1.99_09/t/core
GNU gdb 5.0
Copyright 2000 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 "sparc-sun-solaris2.8"...
Core was generated by `/export/home/tperl/apache/bin/httpd -d /export/home/tperl/source/mod_perl-1.99_'.
Program terminated with signal 9, Killed.
Reading symbols from /usr/local/ssl/lib/libssl.so.0.9.7...done.
Loaded symbols for /usr/local/ssl/lib/libssl.so.0.9.7
Reading symbols from /usr/local/ssl/lib/libcrypto.so.0.9.7...done.
Loaded symbols for /usr/local/ssl/lib/libcrypto.so.0.9.7
Reading symbols from /export/home/tperl/apache/lib/libaprutil-0.so.0...done.
Loaded symbols for /export/home/tperl/apache/lib/libaprutil-0.so.0
Reading symbols from /usr/local/lib/libgdbm.so.3...done.
Loaded symbols for /usr/local/lib/libgdbm.so.3
Reading symbols from /usr/local/lib/libexpat.so.0...done.
Loaded symbols for /usr/local/lib/libexpat.so.0
Reading symbols from /export/home/tperl/apache/lib/libapr-0.so.0...done.
Loaded symbols for /export/home/tperl/apache/lib/libapr-0.so.0
Reading symbols from /usr/lib/librt.so.1...done.
Loaded symbols for /usr/lib/librt.so.1
Reading symbols from /usr/lib/libm.so.1...done.
Loaded symbols for /usr/lib/libm.so.1
Reading symbols from /usr/lib/libsocket.so.1...done.
Loaded symbols for /usr/lib/libsocket.so.1
Reading symbols from /usr/lib/libnsl.so.1...done.
Loaded symbols for /usr/lib/libnsl.so.1
Reading symbols from /usr/lib/libresolv.so.2...done.
Loaded symbols for /usr/lib/libresolv.so.2
Reading symbols from /usr/lib/libdl.so.1...done.
Loaded symbols for /usr/lib/libdl.so.1
Reading symbols from /usr/lib/libpthread.so.1...done.
Loaded symbols for /usr/lib/libpthread.so.1
---Type <return> to continue, or q <return> to quit---
Reading symbols from /usr/lib/libc.so.1...done.
Loaded symbols for /usr/lib/libc.so.1
Reading symbols from /usr/local/lib/libgcc_s.so.1...done.
Loaded symbols for /usr/local/lib/libgcc_s.so.1
Reading symbols from /usr/lib/libaio.so.1...done.
Loaded symbols for /usr/lib/libaio.so.1
Reading symbols from /usr/lib/libmp.so.2...done.
Loaded symbols for /usr/lib/libmp.so.2
Reading symbols from /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1...done.
Loaded symbols for /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
Reading symbols from /usr/lib/libthread.so.1...done.
Loaded symbols for /usr/lib/libthread.so.1
Reading symbols from /export/home/tperl/apache/modules/mod_access.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_access.so
Reading symbols from /export/home/tperl/apache/modules/mod_auth.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_auth.so
Reading symbols from /export/home/tperl/apache/modules/mod_auth_anon.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_auth_anon.so
Reading symbols from /export/home/tperl/apache/modules/mod_auth_dbm.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_auth_dbm.so
Reading symbols from /export/home/tperl/apache/modules/mod_auth_digest.so...
done.
Loaded symbols for /export/home/tperl/apache/modules/mod_auth_digest.so
Reading symbols from /export/home/tperl/apache/modules/mod_ext_filter.so...
done.
Loaded symbols for /export/home/tperl/apache/modules/mod_ext_filter.so
Reading symbols from /export/home/tperl/apache/modules/mod_include.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_include.so
Reading symbols from /export/home/tperl/apache/modules/mod_log_config.so...
done.
Loaded symbols for /export/home/tperl/apache/modules/mod_log_config.so
Reading symbols from /export/home/tperl/apache/modules/mod_env.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_env.so
Reading symbols from /export/home/tperl/apache/modules/mod_mime_magic.so...
done.
Loaded symbols for /export/home/tperl/apache/modules/mod_mime_magic.so
Reading symbols from /export/home/tperl/apache/modules/mod_cern_meta.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_cern_meta.so
Reading symbols from /export/home/tperl/apache/modules/mod_expires.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_expires.so
Reading symbols from /export/home/tperl/apache/modules/mod_headers.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_headers.so
---Type <return> to continue, or q <return> to quit---
Reading symbols from /export/home/tperl/apache/modules/mod_usertrack.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_usertrack.so
Reading symbols from /export/home/tperl/apache/modules/mod_unique_id.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_unique_id.so
Reading symbols from /export/home/tperl/apache/modules/mod_setenvif.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_setenvif.so
Reading symbols from /export/home/tperl/apache/modules/mod_ssl.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_ssl.so
Reading symbols from /export/home/tperl/apache/modules/mod_mime.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_mime.so
Reading symbols from /export/home/tperl/apache/modules/mod_dav.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_dav.so
Reading symbols from /export/home/tperl/apache/modules/mod_status.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_status.so
Reading symbols from /export/home/tperl/apache/modules/mod_autoindex.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_autoindex.so
Reading symbols from /export/home/tperl/apache/modules/mod_asis.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_asis.so
Reading symbols from /export/home/tperl/apache/modules/mod_info.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_info.so
Reading symbols from /export/home/tperl/apache/modules/mod_suexec.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_suexec.so
Reading symbols from /export/home/tperl/apache/modules/mod_cgi.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_cgi.so
Reading symbols from /export/home/tperl/apache/modules/mod_dav_fs.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_dav_fs.so
Reading symbols from /export/home/tperl/apache/modules/mod_vhost_alias.so...
done.
Loaded symbols for /export/home/tperl/apache/modules/mod_vhost_alias.so
Reading symbols from /export/home/tperl/apache/modules/mod_negotiation.so...
done.
Loaded symbols for /export/home/tperl/apache/modules/mod_negotiation.so
Reading symbols from /export/home/tperl/apache/modules/mod_dir.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_dir.so
Reading symbols from /export/home/tperl/apache/modules/mod_imap.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_imap.so
Reading symbols from /export/home/tperl/apache/modules/mod_actions.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_actions.so
Reading symbols from /export/home/tperl/apache/modules/mod_speling.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_speling.so
Reading symbols from /export/home/tperl/apache/modules/mod_userdir.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_userdir.so
Reading symbols from /export/home/tperl/apache/modules/mod_alias.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_alias.so
---Type <return> to continue, or q <return> to quit---
Reading symbols from /export/home/tperl/apache/modules/mod_rewrite.so...done.
Loaded symbols for /export/home/tperl/apache/modules/mod_rewrite.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/src/modules/perl/mod_perl.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/src/modules/perl/mod_perl.so
Reading symbols from /export/home/tperl/lib/5.8.0/sun4-solaris/auto/Socket/Socket.so...done.
Loaded symbols for /export/home/tperl/lib/5.8.0/sun4-solaris/auto/Socket/Socket.so
Reading symbols from /export/home/tperl/lib/5.8.0/sun4-solaris/auto/IO/IO.so...
done.
Loaded symbols for /export/home/tperl/lib/5.8.0/sun4-solaris/auto/IO/IO.so
Reading symbols from /export/home/tperl/lib/5.8.0/sun4-solaris/auto/Fcntl/Fcntl.so...done.
Loaded symbols for /export/home/tperl/lib/5.8.0/sun4-solaris/auto/Fcntl/Fcntl.so
Reading symbols from /export/home/tperl/lib/5.8.0/sun4-solaris/auto/Cwd/Cwd.so...done.
Loaded symbols for /export/home/tperl/lib/5.8.0/sun4-solaris/auto/Cwd/Cwd.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/ModPerl/Util/Util.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/ModPerl/Util/Util.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/RequestRec/RequestRec.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/RequestRec/RequestRec.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/RequestIO/RequestIO.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/RequestIO/RequestIO.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/RequestUtil/RequestUtil.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/RequestUtil/RequestUtil.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Server/Server.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Server/Server.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/ServerUtil/ServerUtil.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/ServerUtil/ServerUtil.so
---Type <return> to continue, or q <return> to quit---
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Connection/Connection.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Connection/Connection.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Log/Log.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Log/Log.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Const/Const.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Const/Const.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/APR/Const/Const.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/APR/Const/Const.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/APR/Table/Table.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/APR/Table/Table.so
Reading symbols from /export/home/tperl/lib/5.8.0/sun4-solaris/auto/Data/Dumper/Dumper.so...done.
Loaded symbols for /export/home/tperl/lib/5.8.0/sun4-solaris/auto/Data/Dumper/Dumper.so
Reading symbols from /export/home/tperl/lib/5.8.0/sun4-solaris/auto/File/Glob/Glob.so...done.
Loaded symbols for /export/home/tperl/lib/5.8.0/sun4-solaris/auto/File/Glob/Glob.so
Reading symbols from /export/home/tperl/lib/5.8.0/sun4-solaris/auto/List/Util/Util.so...done.
Loaded symbols for /export/home/tperl/lib/5.8.0/sun4-solaris/auto/List/Util/Util.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/CmdParms/CmdParms.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/CmdParms/CmdParms.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Directive/Directive.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Directive/Directive.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Access/Access.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Access/Access.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/A---Type <return> to continue, or q <return> to quit---
pache/Filter/Filter.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Filter/Filter.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/APR/Brigade/Brigade.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/APR/Brigade/Brigade.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/APR/Bucket/Bucket.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/APR/Bucket/Bucket.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/FilterRec/FilterRec.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/FilterRec/FilterRec.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/APR/Util/Util.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/APR/Util/Util.so
Reading symbols from /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Module/Module.so...done.
Loaded symbols for /export/home/tperl/source/mod_perl-1.99_09/blib/arch/auto/Apache/Module/Module.so
#0  0xfdf53a60 in ap_pcw_walk_files_config (pconf=0x9a288, s=0xb4468, 
    dconf=0xb4b28, modp=0xfe063d70, 
    dir_cb=0xfdf53808 <modperl_hash_handlers_dir>, data=0x0)
    at modperl_pcw.c:54
54          for (i = 0; i < dconf->sec_file->nelts; i++) {
(gdb) bt
#0  0xfdf53a60 in ap_pcw_walk_files_config (pconf=0x9a288, s=0xb4468, 
    dconf=0xb4b28, modp=0xfe063d70, 
    dir_cb=0xfdf53808 <modperl_hash_handlers_dir>, data=0x0)
    at modperl_pcw.c:54
#1  0xfdf53c20 in ap_pcw_walk_config (pconf=0x9a288, s=0xb4468, 
    modp=0xfe063d70, data=0x0, dir_cb=0xfdf53808 <modperl_hash_handlers_dir>, 
    srv_cb=0xfdf53844 <modperl_hash_handlers_srv>) at modperl_pcw.c:106
#2  0xfdf497e4 in modperl_hook_post_config (pconf=0x9a288, plog=0xc4358, 
    ptemp=0xc6360, s=0xb4468) at mod_perl.c:534
#3  0x3748c in ap_run_post_config (pconf=0x9a288, plog=0xc4358, ptemp=0xc6360, 
    s=0xb4468) at config.c:131
#4  0x401f0 in main (argc=6, argv=0xffbefadc) at main.c:607

BR /Hans-Ruodi

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: mod_perl 1.99_09 core dumps

Posted by Stas Bekman <st...@stason.org>.
Thanks for your patience Hans-Ruodi.
Now we have a loop closed, you get the same backtrace you did back in June:
http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105615118503625&w=2

Philippe reported that he knows what the bug is:
http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105644918526847&w=2

He suggested that you apply this patch:
http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105646478510426&w=2

You did and reported that you had the test suite fail here:
http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=105672523908856&w=2

Philippe, any advance with this issue?

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org