#2860: Redundant unblocking in POSIX generic_handler
--------------------------------------+-------------------------------------
    Reporter:  dsh                    |        Owner:             
        Type:  bug                    |       Status:  new        
    Priority:  normal                 |    Milestone:  6.12 branch
   Component:  Compiler               |      Version:  6.10.1     
    Severity:  trivial                |   Resolution:             
    Keywords:  POSIX generic_handler  |   Difficulty:  Unknown    
    Testcase:                         |           Os:  Linux      
Architecture:  x86_64 (amd64)         |  
--------------------------------------+-------------------------------------
Changes (by igloo):

  * difficulty:  => Unknown
  * milestone:  => 6.12 branch

Comment:

 Referring to:
 {{{
 sigprocmask(SIG_UNBLOCK, &signals, NULL);
 }}}
 at the end of `generic_handler` in `rts/posix/Signals.c`, I believe.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2860#comment:1>
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