Stas Bekman wrote:
Stas Bekman wrote:
Thanks for the details. I can now reproduce the segfault. I'll post
again when this is fixed.
I've traced it down to a perl-core issue. I'm submitting a report to p5p
and I've CC'ed you, so you can stay in the loop.
doesn't look like anybody is going to try
Stas Bekman wrote:
Stas Bekman wrote:
Thanks for the details. I can now reproduce the segfault. I'll post
again when this is fixed.
I've traced it down to a perl-core issue. I'm submitting a report to p5p
and I've CC'ed you, so you can stay in the loop.
Meanwhile, there are two workarounds:
In
Stas Bekman wrote:
Thanks for the details. I can now reproduce the segfault. I'll post
again when this is fixed.
I've traced it down to a perl-core issue. I'm submitting a report to p5p
and I've CC'ed you, so you can stay in the loop.
Meanwhile, there are two workarounds:
You must start with not
Thanks for the details. I can now reproduce the segfault. I'll post again
when this is fixed.
--
__
Stas BekmanJAm_pH --> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
On Thu, 3 Feb 2005, Stas Bekman wrote:
where is the modperl confguration? As far as you've shown there is no
mod_perl involved in serving any requests. (Hint: show us
Directory/Location/etc container responsible for a request that has triggered
the segfault)
SetHandler perl-script
[EMAIL PROTECTED] wrote:
On Thu, 3 Feb 2005, Stas Bekman wrote:
Almost there. What this report lacks is:
1) the explanation of how this script was invoked. Is it running under
ModPerl::Registry or else? Please show us the relevant httpd.conf bits.
2) backtrace. Please read:
http://perl.apache.org
On Thu, 3 Feb 2005, Stas Bekman wrote:
Almost there. What this report lacks is:
1) the explanation of how this script was invoked. Is it running under
ModPerl::Registry or else? Please show us the relevant httpd.conf bits.
2) backtrace. Please read:
http://perl.apache.org/docs/2.0/user/help/help.
[EMAIL PROTECTED] wrote:
-8<-- Start Bug Report 8<--
1. Problem Description:
This program when run under :
=
#!/usr/bin/perl
use strict;
use threads;
my $thread = threads->create(sub { print "I am a thread"; },undef);
=
-8<-- Start Bug Report 8<--
1. Problem Description:
This program when run under :
=
#!/usr/bin/perl
use strict;
use threads;
my $thread = threads->create(sub { print "I am a thread"; },undef);
=
Causes a segfault
[Wed F