>  
> > 
>>>http://perl.apache.org/release/docs/2.0/devel/debug_c/debug_c.html#Getting_the_core_File_Dumped
> > >>
> 
> okay, I tried with apache1 too. problem identified:
> 
> [Thu Jun  6 12:11:34 2002] [error] > core_dump->trans
> [Thu Jun  6 12:11:34 2002] [error] The core should be found at //core
> [Thu Jun  6 12:11:34 2002] [notice] child pid 4549 exit signal Aborted (6)
> 
> it tries to dump to / ... 

nope, it does not. because:

[Thu Jun  6 12:16:29 2002] [error] > core_dump->trans
[Thu Jun  6 12:16:29 2002] [error] The core should be found at //core
[Thu Jun  6 12:16:29 2002] [notice] child pid 4611 exit signal Aborted (6), possible 
coredump in /usr/local/apache
                 ^^^^^^^^^^^^^^^^^
 
> [2]+  Stopped                 strace -f /usr/sbin/httpd 1>&xx
> httpd@blau:/root/temp > grep chdir xx
> chdir("/")                              = 0
> [pid  4566] chdir("/usr/local/apache")  = 0
> 

which is the 2nd chdir(). the core_dump.pm only prints the wrong
location.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to