|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-06-06 07:56 UTC] Snelders at Infocure dot nl
[2003-06-06 08:03 UTC] sniper@php.net
[2003-06-06 08:09 UTC] sniper@php.net
[2003-06-06 08:26 UTC] Snelders at Infocure dot nl
[2003-06-06 09:10 UTC] sniper@php.net
[2003-06-06 10:29 UTC] Snelders at Infocure dot nl
[2003-06-06 18:46 UTC] sniper@php.net
[2003-06-06 18:47 UTC] sniper@php.net
[2003-06-11 19:13 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 22:00:02 2025 UTC |
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.