From:             liz at xcalibur dot demon dot co dot uk
Operating system: Linux 2.4.20
PHP version:      5.0.0b3 (beta3)
PHP Bug Type:     Reproducible crash
Bug description:  Segmentation Fault

Description:
------------
Having tried many compile variations even a simple

./configure
make
make install
php

causes seg fault - I removed all my options to check to see if it was
related.

I removed any reference to Zend optimizer in php.ini, so its not that




Reproduce code:
---------------
None required. I Cant get any code to run.

Expected result:
----------------
Anything other than seg fault.

Actual result:
--------------
(gdb) run
Starting program: /usr/local/bin/php 
[New Thread 1024 (LWP 18459)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 18459)]
0x814fb53 in zend_hash_find (ht=0x0, arKey=0xbfffe804 "lwp", nKeyLength=4,
pData=0xbfffe8b4)
    at /usr/src/web/php-5.0.0b3/Zend/zend_hash.c:844
844             nIndex = h & ht->nTableMask;

-- 
Edit bug report at http://bugs.php.net/?id=26893&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26893&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26893&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26893&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26893&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26893&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26893&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26893&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26893&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26893&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26893&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26893&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26893&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26893&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26893&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26893&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26893&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26893&r=float

Reply via email to