#4274: Runtime should not set SIGPIPE to ignored for subprocesses
---------------------------------+------------------------------------------
    Reporter:  phunge0           |        Owner:  simonmar                   
        Type:  bug               |       Status:  merge                      
    Priority:  normal            |    Milestone:  7.0.1                      
   Component:  Runtime System    |      Version:  6.12.3                     
    Keywords:                    |     Testcase:                             
   Blockedby:                    |   Difficulty:                             
          Os:  Unknown/Multiple  |     Blocking:                             
Architecture:  Unknown/Multiple  |      Failure:  Incorrect result at runtime
---------------------------------+------------------------------------------
Changes (by simonmar):

  * status:  new => merge


Comment:

 Done.  I already had a patch for this in my tree, so I didn't use the
 supplied one.  I did add the excellent test case from the patch though,
 thanks!

 {{{
 Sat Sep 25 12:35:48 PDT 2010  Simon Marlow <[email protected]>
   * Use an empty signal handler for SIGPIPE instead of SIG_IGN

   This is so that the SIGPIPE handler gets reset to the default
   automatically on exec().
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4274#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to