Edit report at http://bugs.php.net/bug.php?id=53320&edit=1
ID: 53320
Comment by: kitani at cseas dot kyoto-u dot ac dot jp
Reported by: kitani at cseas dot kyoto-u dot ac dot jp
Summary: Segmentation fault (core dumped) by using
timezone_identifiers_list function
Status: Feedback
Type: Bug
Package: Reproducible crash
Operating System: Redhat Linux ES5
PHP Version: 5.3.3
Block user comment: N
Private report: N
New Comment:
In case of using the compiled PHP from source, there was no problem.
(PHP5.3.3, snapshot)
In case of using the PHP from rpm binary, there is this problem.
- Error: Segmentation fault (core dumped)
- /var/log/messages: kernel: php[31640]: segfault at 0000000000000004
rip
000000000042245c rsp 00007fffd2057380 error 4
- yum install repository:
http://wing-net.ddo.jp/wing/extras/el5/SRPMS/
I checked the compile options using phpinfo method, I presume that the
casus is
"--with-system-tzdata".
There is not this option in PHP source.
Previous Comments:
------------------------------------------------------------------------
[2010-11-16 11:22:37] [email protected]
Please try using this snapshot:
http://snaps.php.net/php5.3-latest.tar.gz
For Windows:
http://windows.php.net/snapshots/
------------------------------------------------------------------------
[2010-11-16 07:34:57] kitani at cseas dot kyoto-u dot ac dot jp
Description:
------------
By using timezone_identifiers_list function, "Segmentation fault (core
dumped)"
error occurs.
Test script:
---------------
php -r 'var_dump ( timezone_identifiers_list() );'
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/bug.php?id=53320&edit=1