Ticket #468 (closed bug: Fixed)

Opened 8 years ago

Last modified 43 years ago

internal error: schedule: awaitEvent() in threaded RTS

Reported by: nobody Owned by: nobody
Priority: normal Milestone:
Component: Runtime System Version: 6.4.1
Keywords: Cc:
Operating System: Architecture:
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

jfeingold@solsticesoftware.com

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.

Attachments

threaderror.2.zip Download (1.3 KB) - added by nobody 8 years ago.

Change History

Changed 8 years ago by nobody

Changed 8 years ago by simonmar

  • status changed from assigned to closed
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.

Note: See TracTickets for help on using tickets.