Philippe M. Chiasson wrote:
-------------8<---------- Start Bug Report ------------8<----------
1. Problem Description:

apache/subprocess tests are all dumping core for me

The backtrace seems to indicate that something wrong is going on in socket_cleanup.
Not sure what is going on at this point though.

Doh! Most likely all the recent changes in 2.0.50, I didn't keep up with :( I don't want to update my build now, so that I can test 5.8.5 in a few days.


[...]
#0 0x00000000 in ?? ()
#1 0x00fd2609 in run_child_cleanups (cref=0xa8b70f0) at apr_pools.c:1962
#2 0x00fd262d in cleanup_pool_for_exec (p=0xa8b70e0) at apr_pools.c:1969
#3 0x00fd264c in cleanup_pool_for_exec (p=0xa8b70e0) at apr_pools.c:1972
#4 0x00fd264c in cleanup_pool_for_exec (p=0xa8b50d8) at apr_pools.c:1972
#5 0x00fd264c in cleanup_pool_for_exec (p=0x95d50a8) at apr_pools.c:1972
#6 0x00fd264c in cleanup_pool_for_exec (p=0x95d30a0) at apr_pools.c:1972
#7 0x00fd267d in apr_pool_cleanup_for_exec () at apr_pools.c:1987
#8 0x00fcb094 in apr_proc_create (new=0xa8c9680, progname=0xa8dba30 "/usr/bin/perl", args=0xa8c9198, env=0xa8c91b0,
attr=0xa8c93b0, pool=0xa8bd0f8) at proc.c:347
#9 0x080883eb in ap_os_create_privileged_process (r=0xa8bd130, newproc=0xa8c9680, progname=0xa8dba30 "/usr/bin/perl",
args=0xa8c9198, env=0xa8c91b0, attr=0xa8c93b0, p=0xa8bd0f8) at unixd.c:374
#10 0x00d89e34 in modperl_spawn_proc_prog (my_perl=0xa2d7d40, r=0xa8bd130, command=0x0, argv=0x0,
script_in=0xfeea9100, script_out=0xfeea9104, script_err=0xfeea9108) at Apache__SubProcess.h:83
#11 0x00d8a173 in MPXS_modperl_spawn_proc_prog (my_perl=0xa2d7d40, cv=0x0) at Apache__SubProcess.h:174

Shouldn't cv be a non-NULL here?

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



Reply via email to