[GHC] #8937: Wrong jump target in stg_maskUninterruptiblezh

#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

#8937: Wrong jump target in stg_maskUninterruptiblezh -------------------------------------+------------------------------------ Reporter: hsjunn | Owner: simonmar Type: bug | Status: new Priority: normal | Milestone: 7.8.2 Component: Runtime System | Version: 7.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by simonmar): * milestone: => 7.8.2 Comment: Well spotted, thanks. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8937#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8937: Wrong jump target in stg_maskUninterruptiblezh
-------------------------------------+------------------------------------
Reporter: hsjunn | Owner: simonmar
Type: bug | Status: new
Priority: normal | Milestone: 7.8.2
Component: Runtime System | Version: 7.6.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by Simon Marlow

#8937: Wrong jump target in stg_maskUninterruptiblezh -------------------------------------+------------------------------------ Reporter: hsjunn | Owner: simonmar Type: bug | Status: merge Priority: normal | Milestone: 7.8.2 Component: Runtime System | Version: 7.6.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by simonmar): * status: new => merge -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8937#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8937: Wrong jump target in stg_maskUninterruptiblezh -------------------------------------+------------------------------------ Reporter: hsjunn | Owner: simonmar Type: bug | Status: closed Priority: normal | Milestone: 7.8.1 Component: Runtime System | Version: 7.6.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by thoughtpolice): * status: merge => closed * resolution: => fixed * milestone: 7.8.2 => 7.8.1 Comment: Merged, thanks! -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8937#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC