Re: 2.x Execute crash in startup.pl

2002-11-13 Thread Neil Gunton
Hi Gerald, I think I have a minimal case for you which causes this crash. The following script segfaults (when run from /root, and test.html is also in /root): #!/usr/local/bin/perl use Embperl (); Embperl::Execute ({inputfile => 'test.html', path => '/root/'}); ... but the following chang

Re: Embperl returning no data

2002-11-13 Thread Saadiq Rodgers-King
On Wed, Nov 13, 2002 at 09:21:23AM +0100, Gerald Richter scribbled: > > > Well, you were right. The httpd was crashing. > > Not quite, the backtrace shows: > > Program received signal SIGPIPE, Broken pipe. > > This is not really a crash, but looks like a timeout (the client stops > waiting for

Re: 2.x Execute crash in startup.pl

2002-11-13 Thread Gerald Richter
Hi Neil, the CVS (branch Embperl2c) contains a version that might fix this segfault, but I am not totaly sure if it really catches it Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-de

Re: Embperl on Perl 5.8.0 ?

2002-11-13 Thread Gerald Richter
> > Sorry for sending this email directly to you. writing to the Embperl mailing list is always prefered > Do you have any timeline for releasing the 1.3.5 version Embperl ? > Which version fo Embperl is recommended for working with Perl 5.8.0 ? > 1.3.5 will come out soon, but will onl

Re: Embperl returning no data

2002-11-13 Thread Gerald Richter
> Well, you were right. The httpd was crashing. Not quite, the backtrace shows: Program received signal SIGPIPE, Broken pipe. This is not really a crash, but looks like a timeout (the client stops waiting for the repsonse) Is it possible that the output takes a long time or gets huge? I rec