Hello all!
> As Angus already write, a stack back trace would be the best. In short do
>
> gdb /path/to/httpd
> set args -f /your/httpd.conf -X
> r
> -> you get the segfault
> BT
> you see the backtrace
>
> before doing this compile EMbperl with debug symbols:
>
> perl Makefile.PL debug
> make install
>
I have done it. Here the output:
#0 0x4002e0c7 in pthread_mutex_lock () from /lib/i686/libpthread.so.0
#1 0x4207ac18 in free () from /lib/i686/libc.so.6
#2 0x40395928 in Perl_sv_clear () from /etc/httpd/modules/libperl.so
#3 0x40395b5f in Perl_sv_free () from /etc/httpd/modules/libperl.so
#4 0x4038fa14 in S_visit () from /etc/httpd/modules/libperl.so
#5 0x4038faa7 in Perl_sv_clean_all () from
/etc/httpd/modules/libperl.so
#6 0x40346e1e in perl_destruct () from /etc/httpd/modules/libperl.so
#7 0x40326bbb in perl_shutdown () from /etc/httpd/modules/libperl.so
#8 0x40327035 in mp_dso_unload () from /etc/httpd/modules/libperl.so
#9 0x08051ab9 in run_cleanups ()
#10 0x0805058b in ap_clear_pool ()
#11 0x0805fc60 in standalone_main ()
#12 0x08060693 in main ()
#13 0x42017499 in __libc_start_main () from /lib/i686/libc.so.6
CU
Michael
--
/---------------------------------------------------------------\
| Michael Ott, Glockenhofstr. 29a, 90478 Nuernberg |
| e-mail: [EMAIL PROTECTED], Tel. +49 9 11 41 88 576 |
\---------------------------------------------------------------/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]