Re: Segmentation Fault with mod_php and mod_perl

2002-08-29 Thread Alex Lee
<[EMAIL PROTECTED]> >CC: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: Segmentation Fault with mod_php and mod_perl >Date: Wed, 28 Aug 2002 19:09:07 -0700 (PDT) > >On Wed, 28 Aug 2002, Alex Lee wrote: > > > Stas, > > > > I am sorry, I got t

Re: Segmentation Fault with mod_php and mod_perl

2002-08-28 Thread Doug MacEachern
On Wed, 28 Aug 2002, Alex Lee wrote: > Stas, > > I am sorry, I got too excited when I saw the segmentation fault. > Here is the output of 'bt': > > Program received signal SIGSEGV, Segmentation fault. > 0x75a10 in php_xbithack_handler (r=0x927840) at mod_php4.c:778 > 778 if (!(r->fi

Re: Segmentation Fault with mod_php and mod_perl

2002-08-28 Thread Alex Lee
n standalone_main () #8 0x18e488 in main () Thanks for offering to help! Alex >From: Stas Bekman <[EMAIL PROTECTED]> >To: Alex Lee <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: Segmentation Fault with mod_php and mod_perl >Date: Wed, 28 Aug 2002 11:00:42 +0800

Re: Segmentation Fault with mod_php and mod_perl

2002-08-27 Thread Stas Bekman
works fine. Something affects a datastructure which PHP uses and segfaults in it. But get first the whole backtrace. > Alex > >> From: Stas Bekman <[EMAIL PROTECTED]> >> To: Alex Lee <[EMAIL PROTECTED]> >> CC: [EMAIL PROTECTED] >> Subject: Re: Segmenta

Re: Segmentation Fault with mod_php and mod_perl

2002-08-27 Thread Alex Lee
re you going to say this is a PHP bug? :-) But how come if I only activate PHP module, it works fine. Alex >From: Stas Bekman <[EMAIL PROTECTED]> >To: Alex Lee <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: Re: Segmentation Fault with mod_php and mod_perl >Date: Tue, 2

Re: Segmentation Fault with mod_php and mod_perl

2002-08-27 Thread Lupe Christoph
On Monday, 2002-08-26 at 10:43:57 -0700, Alex Lee wrote: > There seems to be conflict between mod_php 4.2.2 and mod_perl 1.27 running > with Apache 1.3.26 on Solaris 8 platform(FreeBSD with the same > configuration seems to work fine). > Please help! > Or if you know of a working combination of

Re: Segmentation Fault with mod_php and mod_perl

2002-08-26 Thread Stas Bekman
Alex Lee wrote: > There seems to be conflict between mod_php 4.2.2 and mod_perl 1.27 > running with Apache 1.3.26 on Solaris 8 platform(FreeBSD with the same > configuration seems to work fine). [...] > Segmentation Fault (11) [...] > running with "truss ./httpd -X" produce: Sending the core ba

Re: Segmentation Fault with mod_php and mod_perl

2002-08-26 Thread Alex Lee
e" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: Re: Segmentation Fault with mod_php and mod_perl >Date: Mon, 26 Aug 2002 12:54:04 -0700 > >On Monday 26 August 2002 10:43 am, Alex Lee wrote: >I ran into this on a RH7 box. I compiled mod_perl into apache and compile

Re: Segmentation Fault with mod_php and mod_perl

2002-08-26 Thread C. David Wilde
On Monday 26 August 2002 10:43 am, Alex Lee wrote: I ran into this on a RH7 box. I compiled mod_perl into apache and compiled PHP as a DSO with APXS. Worked for me, but YMMV. > There seems to be conflict between mod_php 4.2.2 and mod_perl 1.27 running > with Apache 1.3.26 on Solaris 8 platform