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
>> 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
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
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
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
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
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
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