Ticket #381 (closed bug: Fixed)

Opened 8 years ago

Last modified 43 years ago

System.Posix.Signals.setStoppedChildFlag segfaults

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

Description

On GHC6.4 System.Posix.Signals.setStoppedChildFlag causes the 
program to segfault (x86/Debian). The following simple program 
triggers it:

import System.Posix.Signals
main = setStoppedChildFlag True


Change History

Changed 8 years ago by simonmar

  • status changed from assigned to closed
Logged In: YES 
user_id=48280

Fixed - this was caused by the breakage to foreign import
"&".  I'm merging the fixes onto the 6.4 branch right now.
Note: See TracTickets for help on using tickets.