php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58599 Crash bug when trying to free result set
Submitted: 2009-03-26 12:08 UTC Modified: 2009-06-11 13:25 UTC
From: alex dot trofast at ingres dot com Assigned: grantc@php.net (profile)
Status: Closed Package: ingres (PECL)
PHP Version: 5.2.9 OS: Linux 64 bit
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alex dot trofast at ingres dot com
New email:
PHP Version: OS:

 

 [2009-03-26 12:08 UTC] alex dot trofast at ingres dot com
Description:
------------
Backtrace from crash:

(gdb) bt
#0  0x00007f995d898133 in _zend_mm_free_int ()
   from /etc/httpd/modules/libphp5.so
#1  0x00007f995caf00b8 in _free_resultdata (ii_result=0x1e40180)
    at /home/troal01/ingres-2.1.0/ingres.c:6454
#2  0x00007f995cadf3e5 in _close_statement (ii_result=0x1e40180)
    at /home/troal01/ingres-2.1.0/ingres.c:251
#3  0x00007f995cadfdc2 in php_close_ii_result (rsrc=0x1e22f08)
    at /home/troal01/ingres-2.1.0/ingres.c:657
#4  0x00007f995d8c25b2 in list_entry_destructor ()
   from /etc/httpd/modules/libphp5.so
#5  0x00007f995d8bf540 in zend_hash_del_key_or_index ()
   from /etc/httpd/modules/libphp5.so
#6  0x00007f995d8c2829 in _zend_list_delete ()
   from /etc/httpd/modules/libphp5.so
#7  0x00007f995d91aa17 in zend_assign_to_variable ()
   from /etc/httpd/modules/libphp5.so
#8  0x00007f995d91b2ff in ZEND_ASSIGN_SPEC_CV_VAR_HANDLER ()
   from /etc/httpd/modules/libphp5.so
#9  0x00007f995d8d7884 in execute () from /etc/httpd/modules/libphp5.so
#10 0x00007f995d8eabee in zend_do_fcall_common_helper_SPEC ()
   from /etc/httpd/modules/libphp5.so
#11 0x00007f995d8d7884 in execute () from /etc/httpd/modules/libphp5.so
#12 0x00007f995d8eabee in zend_do_fcall_common_helper_SPEC ()
---Type <return> to continue, or q <return> to quit---
   from /etc/httpd/modules/libphp5.so
#13 0x00007f995d8d7884 in execute () from /etc/httpd/modules/libphp5.so
#14 0x00007f995d8eabee in zend_do_fcall_common_helper_SPEC ()
   from /etc/httpd/modules/libphp5.so
#15 0x00007f995d8d7884 in execute () from /etc/httpd/modules/libphp5.so
#16 0x00007f995d8eabee in zend_do_fcall_common_helper_SPEC ()
   from /etc/httpd/modules/libphp5.so
#17 0x00007f995d8d7884 in execute () from /etc/httpd/modules/libphp5.so
#18 0x00007f995d8eabee in zend_do_fcall_common_helper_SPEC ()
   from /etc/httpd/modules/libphp5.so
#19 0x00007f995d8d7884 in execute () from /etc/httpd/modules/libphp5.so
#20 0x00007f995d8eabee in zend_do_fcall_common_helper_SPEC ()
   from /etc/httpd/modules/libphp5.so
#21 0x00007f995d8d7884 in execute () from /etc/httpd/modules/libphp5.so
#22 0x00007f995d8eabee in zend_do_fcall_common_helper_SPEC ()
   from /etc/httpd/modules/libphp5.so
#23 0x00007f995d8d7884 in execute () from /etc/httpd/modules/libphp5.so
#24 0x00007f995d8eabee in zend_do_fcall_common_helper_SPEC ()
   from /etc/httpd/modules/libphp5.so
#25 0x00007f995d8d7884 in execute () from /etc/httpd/modules/libphp5.so
#26 0x00007f995d8eabee in zend_do_fcall_common_helper_SPEC ()
   from /etc/httpd/modules/libphp5.so
#27 0x00007f995d8d7884 in execute () from /etc/httpd/modules/libphp5.so
---Type <return> to continue, or q <return> to quit---
#28 0x00007f995d8eabee in zend_do_fcall_common_helper_SPEC ()
   from /etc/httpd/modules/libphp5.so
#29 0x00007f995d8d7884 in execute () from /etc/httpd/modules/libphp5.so
#30 0x00007f995d8b3e4b in zend_execute_scripts ()
   from /etc/httpd/modules/libphp5.so
#31 0x00007f995d86e1aa in php_execute_script ()
   from /etc/httpd/modules/libphp5.so
#32 0x00007f995d92948f in php_handler () from /etc/httpd/modules/libphp5.so
#33 0x000000000043b773 in ap_run_handler ()
#34 0x000000000043ec8f in ap_invoke_handler ()
#35 0x0000000000449b3e in ap_process_request ()
#36 0x0000000000446b78 in ?? ()
#37 0x0000000000442bc3 in ap_run_process_connection ()
#38 0x000000000044e140 in ?? ()
#39 0x000000000044e3f4 in ?? ()
#40 0x000000000044e99c in ap_mpm_run ()
#41 0x0000000000428405 in main ()



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-06-11 13:25 UTC] grant dot croker at ingres dot com
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 07:01:27 2025 UTC