ID:               41503
 Comment by:       rogerioacai at ig dot com dot br
 Reported By:      bryan at emarengo dot com
 Status:           Open
 Bug Type:         CGI related
 Operating System: XP Pro sp2
 PHP Version:      5.2.2
 New Comment:

Error in my_thread_global_end(): 1 threads didn't exit 

help!!!


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

[2007-05-25 20:53:52] bryan at emarengo dot com

Description:
------------
Stopping a script in cli via "cntl c" produces error.

XP Pro sp2
php 5.2.2
apache 2.2.4

Reproduce code:
---------------
Execute the following from a command line and press "cntl c" before it
terminates naturally.

<?
sleep(1);
sleep(1);
sleep(1);
sleep(1);
sleep(1);
sleep(1);
sleep(1);
sleep(1);
?>



Expected result:
----------------
Script termination without error.

Actual result:
--------------
Error in my_thread_global_end(): 1 threads didn't exit


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


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

Reply via email to