php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42700 Segmentation fault: 11 (core dumped)
Submitted: 2007-09-18 13:26 UTC Modified: 2007-10-12 13:12 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: rsecor at seqlogic dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.2.4 OS: FreeBSD 6.2-STABLE
Private report: No CVE-ID: None
 [2007-09-18 13:26 UTC] rsecor at seqlogic dot com
Description:
------------
Upgraded to 5.2.4 and now...

Segmentation fault: 11 (core dumped)

Am I doing something wrong?

Reproduce code:
---------------
php -v



Expected result:
----------------
PHP 5.2.4 with Suhosin-Patch 0.9.6.2 (cli) (built: Sep 18 2007 09:14:15) 
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies




Actual result:
--------------
PHP 5.2.4 with Suhosin-Patch 0.9.6.2 (cli) (built: Sep 18 2007 
09:14:15) 
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
Segmentation fault: 11 (core dumped)

#gdb /usr/local/bin/php php.core
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and 
you are
welcome to change it and/or distribute copies of it under certain 
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for 
details.
This GDB was configured as "i386-marcel-freebsd"...(no debugging 
symbols found)...
Core was generated by `php'.
Program terminated with signal 11, Segmentation fault.
(gdb) bt
#0  0x00000000 in ?? ()
#1  0x29344570 in __do_global_dtors_aux () from 
/usr/local/lib/php/20060613/spl.so
#2  0x29357c10 in _fini () from /usr/local/lib/php/20060613/spl.so
#3  0x28258040 in ?? ()
#4  0x2824d018 in ?? () from /libexec/ld-elf.so.1
#5  0xbfbfea48 in ?? ()
#6  0x2822e928 in elf_hash () from /libexec/ld-elf.so.1
#7  0x28231508 in dlclose () from /libexec/ld-elf.so.1
#8  0x08136438 in zend_hash_apply_deleter ()
#9  0x081364d3 in zend_hash_graceful_reverse_destroy ()
#10 0x0812cabc in zend_shutdown ()
#11 0x080f3973 in php_module_shutdown ()
#12 0x081a8597 in main ()




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-09-18 14:31 UTC] rsecor at seqlogic dot com
Complete deinstall and reinstall fixed it.
Must be something to do with a port upgrade in FreeBSD :(
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 15:01:29 2024 UTC