Doug MacEachern wrote:

> > The following works on Apache/1.3.6 (Unix) mod_perl/1.21 
> > mod_ssl/2.3.5 OpenSSL/0.9.3a
> > 
> > But when running on Apache/1.3.9 (Unix) mod_perl/1.21 
> > mod_ssl/2.4.8 OpenSSL/0.9.4, I get the following problem 
> > which _appears_ (I am not 100% sure) to be caused by 
> > Apache::PerlVINC. I have the following section in my 
> > httpd.conf
> ... 
> > The moment I uncomment the PerlVINC lines (or even just the first one) 
> > apache fails to start without any error message (STDOUT or logs
> > (LogLevel 
> > debug)) or core file.
> 
> you'll need to try this:

[ ... snip ...]

> try this:
> 
> % gdb httpd
> (gdb) b exit
> (gdb) run -X
> 
> whether it core dumps or exit() is called, post the output of:
> 
> (gdb) bt

Sorry about the delay, I have been side tracted with some other stuff, here 
is the requested output:


% gdb httpd
GNU gdb 4.18
Copyright 1998 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 "hppa2.0-hp-hpux10.20"...
(gdb) b exit
Breakpoint 1 at 0x3ec34
(gdb) run -X -DSSL -f /opt/ward/apache/conf/httpd_idv_virt_host_test.conf
Starting program: /opt/ward/apache/bin/httpd -X -DSSL -f 
/opt/ward/apache/conf/httpd_idv_virt_host_test.conf
warning: Unable to find __d_pid symbol in object file.
warning: Suggest linking with /opt/langtools/lib/end.o.
warning: GDB will be unable to track shl_load/shl_unload calls
Breakpoint 1 at 0x7af47dd4
Perl default module loading beginning...
Perl default module loading complete.
[New process 21404]
Detaching after fork from process 21404

Breakpoint 1, 0x7af47dd4 in exit () from /usr/lib/libc.1
(gdb) bt
#0  0x7af47dd4 in exit () from /usr/lib/libc.1
#1  0x89e9c in ap_process_resource_config ()
#2  0x8aaa4 in ap_read_config ()
#3  0x99de0 in standalone_main ()
#4  0x9acb4 in main ()
(gdb) 



I hope this is helpfull, it would be good if I could get this resolved.


Kees Vonk

Reply via email to