From:             jom at grosjo dot net
Operating system: Linux OpenSUSE 11.0 x86_64
PHP version:      5.3.0RC2
PHP Bug Type:     Reproducible crash
Bug description:  Crash at start-up

Description:
------------
./sapi/cli/php crash at start-up time


Reproduce code:
---------------
# gdb ./sapi/cli/php 
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux"...
(gdb) run
Starting program: /data/admin/softs/php-5.3.0RC2/sapi/cli/php 
[Thread debugging using libthread_db enabled]
warning: Lowest section in /usr/lib/libicudata.so.38 is .hash at
0000000000000158
[New Thread 0x7f700dfe8700 (LWP 32397)]
PHP Warning:  PHP Startup: It is not safe to rely on the system's timezone
settings. You are *required* to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those methods
and you are still getting this warning, you most likely misspelled the
timezone identifier. We selected 'Europe/Helsinki' for 'EEST/3.0/DST'
instead in Unknown on line 0

Warning: PHP Startup: It is not safe to rely on the system's timezone
settings. You are *required* to use the date.timezone setting or the
date_default_timezone_set() function. In case you used any of those methods
and you are still getting this warning, you most likely misspelled the
timezone identifier. We selected 'Europe/Helsinki' for 'EEST/3.0/DST'
instead in Unknown on line 0

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f700dfe8700 (LWP 32397)]
0x00000000007d9140 in zend_hash_find (ht=0x10527f0, arKey=0x8e2e49
"Africa/Cairo", nKeyLength=16, pData=0x7fff15ef97a8)
    at /data/admin/softs/php-5.3.0RC2/Zend/zend_hash.c:880
880             p = ht->arBuckets[nIndex];
(gdb) next

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb) quit


Actual result:
--------------
Segmentation fault

-- 
Edit bug report at http://bugs.php.net/?id=48491&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=48491&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=48491&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=48491&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=48491&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48491&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=48491&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=48491&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=48491&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=48491&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=48491&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=48491&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=48491&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=48491&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=48491&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=48491&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=48491&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=48491&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=48491&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=48491&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=48491&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=48491&r=mysqlcfg

Reply via email to