php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45507 php crash
Submitted: 2008-07-14 09:04 UTC Modified: 2008-07-22 01:00 UTC
From: slim at inbox dot lv Assigned:
Status: No Feedback Package: Scripting Engine problem
PHP Version: 5.2.6 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: slim at inbox dot lv
New email:
PHP Version: OS:

 

 [2008-07-14 09:04 UTC] slim at inbox dot lv
Description:
------------
Core was generated by `/usr/bin/php-cgi'.
Program terminated with signal 11, Segmentation fault.
#0  0x08308a24 in zend_cleanup_function_data_full (function=0x6e6f6973)
    at /var/tmp/portage/dev-lang/php-5.2.6-r2/work/php-5.2.6/Zend/zend_opcode.c:147
147     /var/tmp/portage/dev-lang/php-5.2.6-r2/work/php-5.2.6/Zend/zend_opcode.c: No such file or directory.
        in /var/tmp/portage/dev-lang/php-5.2.6-r2/work/php-5.2.6/Zend/zend_opcode.c
(gdb) bt
#0  0x08308a24 in zend_cleanup_function_data_full (function=0x6e6f6973)
    at /var/tmp/portage/dev-lang/php-5.2.6-r2/work/php-5.2.6/Zend/zend_opcode.c:147
#1  0x0832086e in zend_hash_apply (ht=0x87e7918, apply_func=0x8308a1b <zend_cleanup_function_data_full>)
    at /var/tmp/portage/dev-lang/php-5.2.6-r2/work/php-5.2.6/Zend/zend_hash.c:673
#2  0x08308a71 in zend_cleanup_class_data (pce=0x8a25784)
    at /var/tmp/portage/dev-lang/php-5.2.6-r2/work/php-5.2.6/Zend/zend_opcode.c:159
#3  0x0832086e in zend_hash_apply (ht=0x86fc3b8, apply_func=0x8308a3b <zend_cleanup_class_data>)
    at /var/tmp/portage/dev-lang/php-5.2.6-r2/work/php-5.2.6/Zend/zend_hash.c:673
#4  0x08302dd2 in shutdown_executor ()
    at /var/tmp/portage/dev-lang/php-5.2.6-r2/work/php-5.2.6/Zend/zend_execute_API.c:281
#5  0x083130dc in zend_deactivate () at /var/tmp/portage/dev-lang/php-5.2.6-r2/work/php-5.2.6/Zend/zend.c:860
#6  0x082bb12b in php_request_shutdown (dummy=0x0)
    at /var/tmp/portage/dev-lang/php-5.2.6-r2/work/php-5.2.6/main/main.c:1488
#7  0x08394f63 in main (argc=1, argv=0xb3199a44)
    at /var/tmp/portage/dev-lang/php-5.2.6-r2/work/php-5.2.6/sapi/cgi/cgi_main.c:1982


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-07-14 09:11 UTC] derick@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.
 [2008-07-14 09:22 UTC] slim at inbox dot lv
I can not provide the script.
Core was generated on huge production site, I cant manage to debug it at all.
 [2008-07-14 09:56 UTC] jani@php.net
Well, can you try with a latest snapshot? And do you happen to have any 3rd party stuff enabled, like some patches/extensions we don't provide? (This includes any Zend extensions like the optimizer..)
 [2008-07-22 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 29 06:01:30 2024 UTC