[GHC] #8937: Wrong jump target in stg_maskUninterruptiblezh

GHC ghc-devs at haskell.org
Fri Mar 28 20:55:17 UTC 2014


#8937: Wrong jump target in stg_maskUninterruptiblezh
------------------------------------+-------------------------------------
       Reporter:  hsjunn            |             Owner:  simonmar
           Type:  bug               |            Status:  new
       Priority:  normal            |         Milestone:
      Component:  Runtime System    |           Version:  7.6.3
       Keywords:                    |  Operating System:  Unknown/Multiple
   Architecture:  Unknown/Multiple  |   Type of failure:  None/Unknown
     Difficulty:  Unknown           |         Test Case:
     Blocked By:                    |          Blocking:
Related Tickets:                    |
------------------------------------+-------------------------------------
 The stack check there reads:
 STK_CHK_P_LL (WDS(1)/* worst case */, stg_maskAsyncExceptionszh, R1);

 Isn't that supposed to be
 STK_CHK_P_LL (WDS(1)/* worst case */, stg_maskUninterruptiblezh, R1);
 ?

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8937>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list