Re: apache 1.3.24 mod_perl 1.27 perl 5.6.1 segv

2002-06-22 Thread Ged Haywood

Hi there,

On Fri, 21 Jun 2002, John Saylor wrote:

 Try as I might, I cannot get apache to run. It just keeps segv-ing.

Did you compile everything yourself?

Did you see the document in mod_perl-1.27/SUPPORT ?

73,
Ged.




apache 1.3.24 mod_perl 1.27 perl 5.6.1 segv

2002-06-21 Thread John Saylor

Hi

Try as I might, I cannot get apache to run. It just keeps segv-ing.
When I run it with -X I can see the failure [with gdb's help]

#0  0x401aac25 in __libc_free (mem=0x4039c778) at malloc.c:3155
#1  0x403472c4 in Perl_sv_clear () from
/opt/webtree/ww/modules/libperl.so
#2  0x403474d5 in Perl_sv_free () from
/opt/webtree/ww/modules/libperl.so
#3  0x40341a08 in S_visit () from /opt/webtree/ww/modules/libperl.so
#4  0x40341a7f in Perl_sv_clean_all () from
/opt/webtree/ww/modules/libperl.so
#5  0x402fc2ae in perl_destruct () from
/opt/webtree/ww/modules/libperl.so
#6  0x402dd63a in perl_shutdown () from
/opt/webtree/ww/modules/libperl.so
#7  0x402dda89 in mp_dso_unload () from
/opt/webtree/ww/modules/libperl.so
#8  0x08051490 in run_cleanups () at eval.c:41
#9  0x0804fd42 in ap_clear_pool () at eval.c:41
#10 0x08061044 in standalone_main () at eval.c:41
#11 0x08061a13 in main () at eval.c:41
#12 0x40146507 in __libc_start_main (main=0x8061660 main, argc=4,
ubp_av=0xb874, init=0x804ebd0 _init, fini=0x8080d00 _fini, 
rtld_fini=0x4000dc14 _dl_fini, stack_end=0xb86c) at
../sysdeps/generic/libc-start.c:129


I thought it was related to filesizes [-D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64] but I don't think that's it anymore since they
all match.

Any help or suggestions are welcome.

-- 
\js

If that makes any sense to you, you have a big problem.
-- C. Durance, Computer Science 234