> > $ perl -Mthreads -MCGI::Fast -e 'threads->new(sub{})->join()'
> > Segmentation fault
The problem is with FCGI.pm (which is used by CGI::Fast):
> perl -Mthreads -MFCGI -e 'threads->new(sub{})->join()'
Attempt to free unreferenced scalar: SV 0x10105a30, Perl interpreter:
0x100102a8 during glo
On Tue, 25 Apr 2006, Eugene Kosov wrote:
> I'm writing a CGI application and am going to use ithreads in order to reduce
> execution time. Is it possible with CGI::Fast? I get segmentation fault every
> time I'm using threads with CGI::Fast.
<>
> [EMAIL PROTECTED] ~]$ perl test.pl
> I'm a thread.