Re: sigfault with 2.0b9

2003-11-11 Thread Benni Baermann
On Mon, Nov 10, 2003 at 07:36:00PM +0100, Benni Baermann wrote: > [Mon Nov 10 14:58:24 2003] [notice] child pid 7675 exit signal > Segmentation fault (11) Problem solved. It was my own fault. An unlucky combination of wrong configurations. We apologize for the inconvenience. Benni -- http://www.

Re: sigfault with 2.0b9

2003-11-11 Thread Alexander Hartmaier
How did you solve the problem exactly??? I've got a very similar problem. My apache sigfaults when i generate a graph (using GD::Graph) under mod_perl-1.99_11. The exact system specs are in one of my previous mails I absolutely don't know what to do now...I compiled mod_perl with debugging symb

Re: sigfault with 2.0b9

2003-11-11 Thread Benni Baermann
On Tue, Nov 11, 2003 at 12:48:55PM +0100, Alexander Hartmaier wrote: > > > How did you solve the problem exactly??? I installed the apache2-mpm-prefork instead of apache2-mpm-worker debian package and i corrected my apache configuration to point to the correct modules. mod_perl.so and emb_perl.s

Re: sigfault with 2.0b9

2003-11-11 Thread Gerald Richter
> > I installed the apache2-mpm-prefork instead of apache2-mpm-worker Good hint!. Currently Embperl doesn't work with threads (this is planned for 2.1, which will hopefully be out soon after 2.0) Gerald P.S. Did you still need to include the Apache include path manualy into Makefile.PL? --

Re: sigfault with 2.0b9

2003-11-11 Thread Benni Baermann
On Tue, Nov 11, 2003 at 01:44:57PM +0100, Gerald Richter wrote: > P.S. Did you still need to include the Apache include path manualy into > Makefile.PL? After i tryed it again without the additional include: Magically: No :-) Whats the reason for this behaviour? Is /usr/include/apr-0 only needed

Re: sigfault with 2.0b9

2003-11-11 Thread Benni Baermann
On Tue, Nov 11, 2003 at 02:26:24PM +0100, Benni Baermann wrote: > On Tue, Nov 11, 2003 at 01:44:57PM +0100, Gerald Richter wrote: > > P.S. Did you still need to include the Apache include path manualy into > > Makefile.PL? > > After i tryed it again without the additional include: > > Magically:

Re: DBIx::Recordset struggles to pass tests

2003-11-11 Thread Terrence Brannon
Michael Gray wrote: Hs anyone had any luck getting DBIx::Recordset to pass its tests using recent versions of perl, DBI and DBD::Oracle? Angus Lees and myself have several patches for Recordset, most are archived in the embperl mailing list. Gerald was supposed to have a subversion repositor

Re: DBIx::Recordset struggles to pass tests

2003-11-11 Thread Jeff Zucker
Terrence Brannon wrote: . There's no free version of Oracle for Windows is there? I run Cygwin. Actually there is a free version for personal use on windows: http://otn.oracle.com/software/products/8i_personal/index.html - To

Re: [mp2] segfault when generating graphs with GD::Graph under Embperl

2003-11-11 Thread Gerald Richter
> > 3. This is the core dump trace: (if you get a core dump): > > I tried but I can't catch any (I don't know and didn't manage to find out which > directory has to be writeable for the apache2 process under Embperl). > Please try to start your httpd under gdb: gdb /path/to/httpd set args -X -f