Alex Lee wrote:

>  This is what I got from core backtrace:
> 
> gdb /usr/local/src/apache/current/src/httpd
[...]
> Program received signal SIGSEGV, Segmentation fault.
> 0x75a10 in php_xbithack_handler (r=0x927840) at mod_php4.c:778
> 778        if (!(r->finfo.st_mode & S_IXUSR)) {

please finish reading the section explaining how to get the backtrace. 
You've got only the first frame. You need to execute 'bt' or 'where' to 
get it all.

> Are you going to say this is a PHP bug? :-)
> But how come if I only activate PHP module, it 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: Segmentation Fault with mod_php and mod_perl
>> Date: Tue, 27 Aug 2002 11:54:38 +0800
>>
>> 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 backtrace should help more that the output of truss.
>> See
>> http://perl.apache.org/docs/1.0/guide/help.html#How_to_Report_Problems
>> __________________________________________________________________
>> Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
>> http://stason.org/     mod_perl Guide ---> http://perl.apache.org
>> mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
>> http://modperlbook.org http://apache.org   http://ticketmaster.com
> 
> 
> 
> 
> 
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com



-- 


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to