ID:               41503
 Updated by:       [EMAIL PROTECTED]
 Reported By:      bryan at emarengo dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         CGI related
 Operating System: XP Pro sp2
 PHP Version:      5.2.2
 New Comment:

Duplicate of bug #41350.


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

[2007-05-27 15:07:36] rogerioacai at ig dot com dot br

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

help!!!

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

[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