From:             php at trancer dot nl
Operating system: Win32
PHP version:      4.3.4RC3
PHP Bug Type:     Reproducible crash
Bug description:  Non existing session savepath cores in combination with error handler

Description:
------------
The following code makes my apache segfault in case I dont have the dir
specified in session.save_path:

http://nopaste.php.cd/4261

This is a hardly hacked version of the code of Peter James from PHPMag. I
have to call all the functions (even the 
ones with an empty body) in order to generate this crash.

I am running Apache/1.3.28 (Win32) PHP/4.3.4RC3

This work too with other errors, but I havent figured that out yet,
recently I did have a lot of crashing though (developing on 4.3.3)


Reproduce code:
---------------
http://nopaste.php.cd/4261

Expected result:
----------------
Seeing nothing.


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

Reply via email to