RE: Segmentation faults in embperl2

2005-09-20 Thread Gerald Richter
> > Gerald Richter wrote: > >>Version of embperl is 2.0.0, mod_perl 2.0.1, apache 2.0.54 (prefork > >>mpm only), perl 5.8.4. > >> > >>Any ideas ? > >> > > > > > > How does your httpd.conf look like? > > > > Did you load the C part with LoadModule and the Perl part (with > > PerlModule or use)

Re: Segmentation faults in embperl2

2005-09-20 Thread Alvaro Lopes
Gerald Richter wrote: >>Version of embperl is 2.0.0, mod_perl 2.0.1, apache 2.0.54 >>(prefork mpm only), perl 5.8.4. >> >>Any ideas ? >> > > > How does your httpd.conf look like? > > Did you load the C part with LoadModule and the Perl part (with PerlModule > or use) both on startup? using Per

RE: Segmentation faults in embperl2

2005-09-20 Thread Gerald Richter
> > Version of embperl is 2.0.0, mod_perl 2.0.1, apache 2.0.54 > (prefork mpm only), perl 5.8.4. > > Any ideas ? > How does your httpd.conf look like? Did you load the C part with LoadModule and the Perl part (with PerlModule or use) both on startup? Gerald

Re: Segmentation faults in embperl2

2005-09-20 Thread Otto Lang
Am 20.09.2005 um 11:58 schrieb Alvaro Lopes: Hi list I'm having some technical problems with embperl. When apache2 handles a second request, the child dies with segmentation fault. The first request is processed fine. I was able to do a backtrace using gdb and httpd -X (the signal handler s

RE: Segmentation faults...

2003-08-11 Thread Justin Harrison
ent: August 10, 2003 2:33 PM > To: Justin Harrison; [EMAIL PROTECTED] > Subject: Re: Segmentation faults... > > > > > What is the best way to debug segmentation faults? Randomly > all of my > > apache children are segfaulting. I am fairly certain this is due to >

Re: Segmentation faults...

2003-08-10 Thread Gerald Richter
> > What is the best way to debug segmentation faults? Randomly all of my > apache children are segfaulting. I am fairly certain this is due to some > Embperl code being ran, but I don't know where to look, or how to start > looking... > First of all compile Embperl with perl Makefile.PL debug ma

Re: Segmentation faults...

2003-08-05 Thread Luiz Fernando
Justin, Please give more details about your system and configuration. In my experience with Embperl I have discovered that most segfaults are caused by misconfiguration or compiling problems. Regards, -- Luiz Fernando Ribeiro Engenho Soluções S/C Ltda On Mon, 2003-08-04 at 20:57, Justin Harris