php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38441 Crash related to __COMPILER_HALT_OFFSET__
Submitted: 2006-08-13 09:31 UTC Modified: 2006-08-14 19:03 UTC
From: webmaster at hp-film dot de Assigned: dmitry (profile)
Status: Closed Package: Reproducible crash
PHP Version: 5.1.4 OS: WinXP
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: webmaster at hp-film dot de
New email:
PHP Version: OS:

 

 [2006-08-13 09:31 UTC] webmaster at hp-film dot de
Description:
------------
PHP for Win32 crashes on use of __COMPILER_HALT_OFFSET__


Reproduce code:
---------------
The reproduce code can be seen here:
http://www.hp-film.de/bugreport/code.txt

Expected result:
----------------
No crash.

Actual result:
--------------
PHP crashes:

PHP5TS! 100ccd44()
00a3ccd8()
PHP5TS! 100ca0e0()
8b04488b()


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-08-13 11:44 UTC] nlopess@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.

the link you provide gives me a 404 error.
 [2006-08-13 13:28 UTC] webmaster at hp-film dot de
I am using a different server now so the link should be working again.
 [2006-08-13 17:32 UTC] tony2001@php.net
Your code produces only this:

Notice: Undefined variable: fp in ...code.txt on line 25

Warning: fwrite(): supplied argument is not a valid stream resource in ...code.txt on line 25

 [2006-08-14 19:03 UTC] webmaster at hp-film dot de
Getting this error message means that you are running a not affected installtion of PHP.

I spent some hours to install a quite new CVS Snapshot and I can't reproduce it anymore...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 06:01:32 2024 UTC