ID:               28567
 User updated by:  solace at ezmail dot ru
 Reported By:      solace at ezmail dot ru
-Status:           Feedback
+Status:           Open
 Bug Type:         Reproducible crash
 Operating System: Win*
 PHP Version:      4.3.6
 New Comment:

"How to generate a backtrace" page is for *nix platforms, but this bug
appears ONLY on Windows. All I have is event in system log "Application
error Apache.exe at address x00000000". Even Apache doesn't report it
in error.log or access.log, like bug script wasn't accessed at all
(Apache 1.3.27). But Windows wants to send report to Microsoft twice.
And I'm not alone with this bug...


Previous Comments:
------------------------------------------------------------------------

[2004-05-31 12:07:04] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.

Works for me...

------------------------------------------------------------------------

[2004-05-29 10:18:34] solace at ezmail dot ru

Description:
------------
This bug was reported some time ago, was closed, but still exists. I
wrote profiler class and posted on phpclasses. And people all over the
world start to ask me why their apache crashes.
At least if you can't fix it, then mention in documention that ticks
are only for non-windows platforms and console php (works fine from
command line, crashes only sapi).


Reproduce code:
---------------
<?
register_tick_function("doesn't matter");
declare(ticks=1);
?>


Actual result:
--------------
crash


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28567&edit=1

Reply via email to