Bugs item #1328901, was opened at 2005-10-17 19:04 Message generated for change (Comment added) made by simonmar You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1328901&group_id=8032
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Runtime System Group: 6.4.1 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: internal error: schedule: awaitEvent() in threaded RTS Initial Comment: [EMAIL PROTECTED] forked a thread that waits on a server socket. The main thread goes on to call threadDelay and putStrLn repeatedly. using GHC 6.4.1 on WinXP workstation. pls, find attached a build script and source code. this has been stripped down to a fairly minimal demonstration of the error. ---------------------------------------------------------------------- >Comment By: Simon Marlow (simonmar) Date: 2005-10-21 10:54 Message: Logged In: YES user_id=48280 Thanks, this is a bug in the Network.Socket library on Windows when used with -threaded. It will be fixed in 6.4.2. For now, you can avoid -threaded, or wait for the next 6.4.x snapshot. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1328901&group_id=8032 _______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
