Re: modperl segfault with threaded Perl 5.8

2003-02-18 Thread Stas Bekman
Pavel Hlavnicka wrote: >> Ok, here is a complete backtrace (after a nice couple of hours observing the compilation progress... :) > > > > Can you please share the details of what you have changed, that allowed you to get the args and line numbers/file names? Why didn't you have them in t

Re: modperl segfault with threaded Perl 5.8

2003-02-18 Thread Pavel Hlavnicka
>> Ok, here is a complete backtrace (after a nice couple of hours observing the compilation progress... :) > > > > Can you please share the details of what you have changed, that allowed you to get the args and line numbers/file names? Why didn't you have them in the original report (I want th

Re: modperl segfault with threaded Perl 5.8

2003-02-17 Thread Stas Bekman
Pavel Hlavnicka wrote: Ok, here is a complete backtrace (after a nice couple of hours observing the compilation progress... :) Can you please share the details of what you have changed, that allowed you to get the args and line numbers/file names? Why didn't you have them in the original repor

Re: modperl segfault with threaded Perl 5.8

2003-02-17 Thread Pavel Hlavnicka
One more info (seems be useful)> if I build NON-threaded version of Perl, all seems be ok (at least, there is no crash during the startup. Threaded version of perl crashes regardless on the compiler optimization level (just if you wanted to know) Is it possible we have found a bug in Perl? Pav

Re: modperl segfault with threaded Perl 5.8

2003-02-17 Thread Pavel Hlavnicka
Ok, here is a complete backtrace (after a nice couple of hours observing the compilation progress... :) #0 0x4003e32d in Perl_gv_fetchpv (my_perl=0x0, nambeg=0x80c68a7 "Apache::Server::AutoPreLoad", add=0, sv_type=4) at gv.c:646 #1 0x4003726b in Perl_get_sv (my_perl=0x0, name=0x80c6

Re: modperl segfault with threaded Perl 5.8

2003-02-14 Thread Pavel Hlavnicka
Actually, I've used gdb to produce the stack trace. Although it seems, that installed version of libperl.so is not stripped, the output was as you could see it. I'll try to investigate a bit more and let you know. Thanks so far. Pavel Stas Bekman wrote: Pavel Hlavnicka wrote: Hi all, recent

Re: modperl segfault with threaded Perl 5.8

2003-02-13 Thread Stas Bekman
Pavel Hlavnicka wrote: Hi all, recently I upgraded to RH 8.0 with threaded Perl 5.8. I compiled Apache 1.3.27 with mod_perl 1.27 from source. Now if I run Apache is works until I configure some location with mod_perl and PerlHandler like this: SetHandler perl-script PerlH

modperl segfault with threaded Perl 5.8

2003-02-13 Thread Pavel Hlavnicka
Hi all, recently I upgraded to RH 8.0 with threaded Perl 5.8. I compiled Apache 1.3.27 with mod_perl 1.27 from source. Now if I run Apache is works until I configure some location with mod_perl and PerlHandler like this: SetHandler perl-script PerlHandler Apache::Registry O