Bugs item #753839, was opened at 2003-06-13 09:35 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=753839&group_id=8032
Category: Compiler (Parser) Group: None Status: Open Resolution: None 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. ---------------------------------------------------------------------- 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
