php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40066 crash after timeout
Submitted: 2007-01-08 18:39 UTC Modified: 2007-01-16 01:00 UTC
From: xmlich02 at stud dot fit dot vutbr dot cz Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 5.2.0 OS: FreeBSD 6.1
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: xmlich02 at stud dot fit dot vutbr dot cz
New email:
PHP Version: OS:

 

 [2007-01-08 18:39 UTC] xmlich02 at stud dot fit dot vutbr dot cz
Description:
------------
i'm not sure what exactly is source of problem
- i find sometimes 'php.core' in directory with my application (web nntp client - downloadable from http://www.volny.cz/joejoe/download/news.rar )


Reproduce code:
---------------
coredump is here:
http://www.stud.fit.vutbr.cz/~xmlich02/news/php.core

phpinfo is here:
http://www.stud.fit.vutbr.cz/~xmlich02/phpinfo.php

Expected result:
----------------
Maximum execution time of 30 seconds exceeded

Actual result:
--------------
#0  0x082602d8 in zend_get_executed_lineno () at /home2/src/php-5.2.0/Zend/zend_execute_API.c:394
#1  0x0826baf4 in zend_error (type=1, format=0x84e8bc8 "Maximum execution time of %d second%s exceeded")
    at /home2/src/php-5.2.0/Zend/zend.c:925
#2  0x0826222d in zend_timeout (dummy=27) at /home2/src/php-5.2.0/Zend/zend_execute_API.c:1262
#3  0xbfbfff94 in ?? ()
#4  0x0000001b in ?? ()
#5  0x00000000 in ?? ()
#6  0xbfbfc6f0 in ?? ()
#7  0x00000000 in ?? ()
#8  0x082621f8 in execute_new_code () at /home2/src/php-5.2.0/Zend/zend_execute_API.c:1242
#9  0x08283b99 in execute (op_array=0x8551e1c) at zend_vm_execute.h:92
#10 0x08283de5 in zend_do_fcall_common_helper_SPEC (execute_data=0xbfbfd220) at zend_vm_execute.h:234
#11 0x08283b99 in execute (op_array=0x854fcc0) at zend_vm_execute.h:92
#12 0x0826c32f in zend_execute_scripts (type=8, retval=0x0, file_count=3)
    at /home2/src/php-5.2.0/Zend/zend.c:1097
#13 0x08235edd in php_execute_script (primary_file=0xbfbfea30) at /home2/src/php-5.2.0/main/main.c:1758
#14 0x082e4cc4 in main (argc=2, argv=0xbfbfeac4) at /home2/src/php-5.2.0/sapi/cgi/cgi_main.c:1625

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-01-08 20:52 UTC] iliaa@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.


 [2007-01-16 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-2025 The PHP Group
All rights reserved.
Last updated: Tue Mar 18 08:01:29 2025 UTC