id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blockedby,phpversion,appname,pending,exts,sapi,probability,blocking
213,Segmentation fault while php -v,jan.koprowski@…,moo,"I have php-cli.ini configuration:
extension=xcache.so

After I run [php -v] i get:


{{{
PHP 5.2.9 with Suhosin-Patch 0.9.7 (cli) (built: Mar  9 2009 15:35:59) (DEBUG)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
    with XCache v1.2.2, Copyright (c) 2005-2007, by mOo
Segmentation fault: 11 (core dumped)
}}}


Backtrace:


{{{
[root@mail ~/tmp/johny]# gdb php
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""...
(gdb) run -v
Starting program: /usr/local/bin/php -v
PHP 5.2.9 with Suhosin-Patch 0.9.7 (cli) (built: Mar  9 2009 15:35:59) (DEBUG)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
    with XCache v1.2.2, Copyright (c) 2005-2007, by mOo

Program received signal SIGSEGV, Segmentation fault.
0x285d6024 in strcmp () from /lib/libc.so.6
(gdb) bt
#0  0x285d6024 in strcmp () from /lib/libc.so.6
#1  0x0819c6de in zend_get_extension (extension_name=0x2878ebbe ""DBG"") at /usr/ports/lang/php5/work/php-5.2.9/Zend/zend_extensions.c:221
#2  0x28783f7c in zm_shutdown_dbg () from /usr/local/lib/php/20060613-debug/dbg.so
#3  0x08199261 in module_destructor (module=0x82b0b80) at /usr/ports/lang/php5/work/php-5.2.9/Zend/zend_API.c:1925
#4  0x0819e95c in zend_hash_apply_deleter (ht=0x82ae3e0, p=0x8334740) at /usr/ports/lang/php5/work/php-5.2.9/Zend/zend_hash.c:805
#5  0x0819eae0 in zend_hash_graceful_reverse_destroy (ht=0x82ae3e0) at /usr/ports/lang/php5/work/php-5.2.9/Zend/zend_hash.c:840
#6  0x08191cba in zend_shutdown () at /usr/ports/lang/php5/work/php-5.2.9/Zend/zend.c:814
#7  0x0813ee79 in php_module_shutdown () at /usr/ports/lang/php5/work/php-5.2.9/main/main.c:1924
#8  0x08209d16 in main (argc=2, argv=0xbfbfe8bc) at /usr/ports/lang/php5/work/php-5.2.9/sapi/cli/php_cli.c:1334
(gdb)

}}}

After I comment line extension=xcache.so all is right.

",defect,closed,major,1.3.0,cacher,1.2.2,invalid,,,,5.2.9,,0,,Irrelevant,,
