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