From:             Snelders at Infocure dot nl
Operating system: RedHat 8.0 2.4.18-14smp
PHP version:      4.3.2
PHP Bug Type:     Pspell related
Bug description:  Apache child killed by Segmentation fault (11)

The Apache child that tries running the following script gets killed by
running the following script:

<?
$pspellLink = pspell_new("en");
?>

Apache error log output:
[Fri Jun 06 12:03:59 2003] [notice] child pid 3588 exit signal
Segmentation fault (11)
Sometimes the output is:
child pid 22807 exit signal Illegal instruction (4)

The commandline version runs the script without any trouble.
I made all pspell files readable for the apache proces by 'chmod o+r
/.....' as mentioned in a previous bug report without succes.
I'm also using an updated glibc version: 2.3.2-4.80.6

My php configure line:
./configure' '--with-apxs2=/usr/sbin/apxs'
'--with-sapdb=/opt/sapdb/interfaces/odbc' '--with-mysql=/usr'
'--with-png-dir=/usr/src/libpng' '--with-gd' '--with-zlib'
'--with-freetype-dir=/usr/local/include/freetype2' '--with-kerberos'
'--with-xml' '--with-gettext=/usr/share/' '--enable-xslt'
'--with-xslt-sablot' '--with-sablot-js' '--with-expat' '--with-dom'
'--with-pspell' 

Unfortunatly I can't get myself a gdb backtrace. I really don't know what
kind of file to look for (name) or where.
I hope I provided sufficient information.
-- 
Edit bug report at http://bugs.php.net/?id=24057&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24057&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24057&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24057&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24057&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24057&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24057&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24057&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24057&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24057&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24057&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24057&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24057&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24057&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24057&r=gnused

Reply via email to