From:             christian dot kaps at imaxx21 dot com
Operating system: Ubuntu 7.04 (Feisty)
PHP version:      5.2.3
PHP Bug Type:     Scripting Engine problem
Bug description:  Segmentation fault

Description:
------------
Hi

I get a segmentation fault error in My apache logs. The problem is that I
can reprocude the error in our environment but i can`t locate the error in
the script.

I hope the backtrace helps.

Actual result:
--------------
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1216653632 (LWP 13009)]
zend_hash_destroy (ht=0x844562b) at
/usr/src/php-5.2.3/Zend/zend_hash.c:524
524                     p = p->pListNext;
(gdb) bt
#0  zend_hash_destroy (ht=0x844562b) at
/usr/src/php-5.2.3/Zend/zend_hash.c:524
#1  0xb74bf853 in zend_object_std_dtor (object=0x8445b0c,
tsrm_ls=0x818c650) at /usr/src/php-5.2.3/Zend/zend_objects.c:45
#2  0xb74bf889 in zend_objects_free_object_storage (object=0x8445b0c,
tsrm_ls=0x818c650) at /usr/src/php-5.2.3/Zend/zend_objects.c:122
#3  0xb74c3056 in zend_objects_store_del_ref_by_handle (handle=70,
tsrm_ls=0x818c650) at /usr/src/php-5.2.3/Zend/zend_objects_API.c:206
#4  0xb74c30af in zend_objects_store_del_ref (zobject=0x8445758,
tsrm_ls=0x818c650) at /usr/src/php-5.2.3/Zend/zend_objects_API.c:168
#5  0xb74a3c39 in _zval_dtor_func (zvalue=0x8445758) at
/usr/src/php-5.2.3/Zend/zend_variables.c:52
#6  0xb7497058 in _zval_ptr_dtor (zval_ptr=0x8432ef0) at
/usr/src/php-5.2.3/Zend/zend_variables.h:35
#7  0xb74af266 in zend_hash_destroy (ht=0xb6c66fa4) at
/usr/src/php-5.2.3/Zend/zend_hash.c:526
#8  0xb74bf853 in zend_object_std_dtor (object=0x842d3d8,
tsrm_ls=0x818c650) at /usr/src/php-5.2.3/Zend/zend_objects.c:45
#9  0xb74bf889 in zend_objects_free_object_storage (object=0x842d3d8,
tsrm_ls=0x818c650) at /usr/src/php-5.2.3/Zend/zend_objects.c:122
#10 0xb74c3056 in zend_objects_store_del_ref_by_handle (handle=65,
tsrm_ls=0x818c650) at /usr/src/php-5.2.3/Zend/zend_objects_API.c:206
#11 0xb74c30af in zend_objects_store_del_ref (zobject=0x8431da0,
tsrm_ls=0x818c650) at /usr/src/php-5.2.3/Zend/zend_objects_API.c:168
#12 0xb74a3c39 in _zval_dtor_func (zvalue=0x8431da0) at
/usr/src/php-5.2.3/Zend/zend_variables.c:52
#13 0xb7497058 in _zval_ptr_dtor (zval_ptr=0xb6c3cbc0) at
/usr/src/php-5.2.3/Zend/zend_variables.h:35
#14 0xb74af266 in zend_hash_destroy (ht=0xb6c3c858) at
/usr/src/php-5.2.3/Zend/zend_hash.c:526
#15 0xb74bf853 in zend_object_std_dtor (object=0xb6c42178,
tsrm_ls=0x818c650) at /usr/src/php-5.2.3/Zend/zend_objects.c:45
#16 0xb74bf889 in zend_objects_free_object_storage (object=0xb6c42178,
tsrm_ls=0x818c650) at /usr/src/php-5.2.3/Zend/zend_objects.c:122
#17 0xb74c2b44 in zend_objects_store_free_object_storage
(objects=0x81e4d70, tsrm_ls=0x818c650) at
/usr/src/php-5.2.3/Zend/zend_objects_API.c:89
#18 0xb74976b8 in shutdown_executor (tsrm_ls=0x818c650) at
/usr/src/php-5.2.3/Zend/zend_execute_API.c:299
#19 0xb74a4339 in zend_deactivate (tsrm_ls=0x818c650) at
/usr/src/php-5.2.3/Zend/zend.c:860
#20 0xb745badc in php_request_shutdown (dummy=0x0) at
/usr/src/php-5.2.3/main/main.c:1317
#21 0xb752607b in php_handler (r=0x83592f0) at
/usr/src/php-5.2.3/sapi/apache2handler/sapi_apache2.c:463
#22 0x08079099 in ap_run_handler ()
#23 0x0807c3e1 in ap_invoke_handler ()
#24 0x0808947a in ap_internal_redirect ()
#25 0xb7782d10 in ?? () from /usr/lib/apache2/modules/mod_rewrite.so
#26 0x083592e0 in ?? ()
#27 0x08350cc0 in ?? ()
#28 0x00000000 in ?? ()


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

Reply via email to