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, I tried this with the minimal case script which I sent previously
and it
> has no effect on the bug.
>
I just realisied that I have forg
Gerald Richter <[EMAIL PROTECTED]> wrote:
> 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, I tried this with the minimal case script which I sent previously and it
has no effect on the bug.
-N
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
Message -
From: "Neil Gunton" <[EMAIL PROTECTED]>
To: "embperl" <[EMAIL PROTECTED]>
Sent: Monday, November 11, 2002 1:14 AM
Subject: Re: 2.x Execute crash in startup.pl
> Ed Grimm wrote:
> > Um, just a helpful pointer - you forgot to type 'BT'
Ed Grimm wrote:
> Um, just a helpful pointer - you forgot to type 'BT' after you got the
> sigsegv.
Let's see, the word I'm looking for is ... D'OH!!
Thanks a lot Ed, I really should read more carefully.
Sorry for the repeated emails... anyway, here's the BT:
This GDB was configured as "i38
Gerald Richter <[EMAIL PROTECTED]> wrote:
> it would be very helpfull if you can compile with
>
> perl Makefile.PL debug
> make install
>
> and then start the httpd with the -X option under gdb
>
> gdb httpd
> set args -f httpd.conf -X
> r
>
> when you get the sigsegv type BT and send me the ba
> [root@dev src]# httpsdctl start
> $path = :/www/vhosts/www.neilgunton.com/htdocs:/www/lib/perl/Apache/
> Embperl::Execute body.html
> [2783]ERR: 56: : Unknown Provider epcompile
> /usr/local/apache/bin/httpsdctl: line 171: 2783 Segmentation fault
$HTTPD
> /usr/local/apache/bin/httpsdctl start:
Hi again Gerald,
Further adventures in converting to 2.x: I have a function in startup.pl which
preloads my Embperl pages, so that they will run in shared memory (as much as
possible). This works with Embperl 1.x, but causes apache to crash in
Embperl-2.0b9_dev-3. The error is as follows:
[root@d