php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33800 Declare example crushes Apache
Submitted: 2005-07-21 09:56 UTC Modified: 2005-07-24 23:20 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: emilnovak at gmail dot com Assigned:
Status: Not a bug Package: Apache related
PHP Version: 5.0.4 OS: Windows XP
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: emilnovak at gmail dot com
New email:
PHP Version: OS:

 

 [2005-07-21 09:56 UTC] emilnovak at gmail dot com
Description:
------------
When I try to run your sample for declare (in documentation/manual), Apache 1.3.33 with PHP 5.0.4 loaded as a module just crashes - but the strange thing is, that Apache continoues working, when you press Don't send or Send information to Microsoft.

Reproduce code:
---------------
http://si.php.net/declare

Expected result:
----------------
32
;7
;12
;7
;7
;7
;11
;7
;7
;7
;8
;8
;9
;7
;4
;9
;6
;11
;7
;2
;6
;10
;8
;7
;10
;7
;7
;9
;6
;8
;9
;6
;5
;10
;6
;5
;10
;8
;8
;6
;8
;4
;6
;10
;10
;10
;8
;6
;11
;Array ( [0] => 0.18198900 1121932343 [1] => 0.18206400 1121932343 [2] => 0.18211400 1121932343 [3] => 0.18216500 1121932343 [4] => 0.18221200 1121932343 [5] => 0.18225700 1121932343 [6] => 0.18230600 1121932343 [7] => 0.18235400 1121932343 [8] => 0.18240000 1121932343 [9] => 0.18244600 1121932343 [10] => 0.18249300 1121932343 [11] => 0.18253900 1121932343 [12] => 0.18258600 1121932343 [13] => 0.18263400 1121932343 [14] => 0.18268000 1121932343 [15] => 0.18272800 1121932343 [16] => 0.18277500 1121932343 [17] => 0.18282300 1121932343 [18] => 0.18287200 1121932343 [19] => 0.18292000 1121932343 [20] => 0.18296600 1121932343 [21] => 0.18301100 1121932343 [22] => 0.18306000 1121932343 [23] => 0.18310900 1121932343 [24] => 0.18315700 1121932343 [25] => 0.18320400 1121932343 [26] => 0.18325300 1121932343 [27] => 0.18329900 1121932343 [28] => 0.18334700 1121932343 [29] => 0.18339400 1121932343 [30] => 0.18343900 1121932343 [31] => 0.18349000 1121932343 [32] => 0.18353700 1121932343 [33] => 0.18358300 1121932343 [34] => 0.18363100 1121932343 [35] => 0.18367500 1121932343 [36] => 0.18372000 1121932343 [37] => 0.18376800 1121932343 [38] => 0.18381500 1121932343 [39] => 0.18386000 1121932343 [40] => 0.18391400 1121932343 [41] => 0.18396300 1121932343 [42] => 0.18400700 1121932343 [43] => 0.18405100 1121932343 [44] => 0.18409900 1121932343 [45] => 0.18414500 1121932343 [46] => 0.18419400 1121932343 [47] => 0.18424700 1121932343 [48] => 0.18430000 1121932343 [49] => 0.18434900 1121932343 [50] => 0.18435900 1121932343 ) 

Actual result:
--------------
MessageBox title is "JIT Debugging"

"An exception 'Unhandled Win32 Exception' has occurred in Apache.exe.

However, no debuggers are registered that can debug this exception. Unable to JIT debug."

MessageBox title is "JIT Debugging"


"JIT Debugging failed with the following error: Unspecified error

Please check documentation topic 'Just-in-time debugging errors' for more information."

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-24 23:20 UTC] sniper@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See bug #26771

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 18:01:31 2024 UTC