Bugs item #753839, was opened at 2003-06-13 09:35
Message generated for change (Comment added) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=753839&group_id=8032

Category: Compiler (Parser)
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Simon Marlow (simonmar)
Assigned to: Nobody/Anonymous (nobody)
Summary: forkProcess does not terminate main threads

Initial Comment:
There is a defficiency in the current implementation of 
forkProcess, namely that main threads are not 
terminated.  Currently, it is only safe to call forkProcess 
when there is a single main thread in the system, and 
forkProcess must be called from that thread.

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

>Comment By: Simon Marlow (simonmar)
Date: 2003-11-26 09:45

Message:
Logged In: YES 
user_id=48280

forkProcess has a new interface, and the old bad behaviour
has gone away in 6.2.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=753839&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to