[GHC] #8858: Wrong maxStkSize calculation
#8858: Wrong maxStkSize calculation ------------------------------------+------------------------------------- Reporter: awson | Owner: simonmar Type: bug | Status: new Priority: normal | Milestone: Component: Runtime System | Version: 7.8.1-rc2 Keywords: | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- When fighting with #8839, I've found what I think is a bug in `maxStkSize` calculation: if `getPhysicalMemorySize` succeeds, we set `maxStkSize` in bytes, not words. It did not manifest itself yet, but I've decided to provide a patch. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8858> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8858: Wrong maxStkSize calculation -------------------------------------+------------------------------------ Reporter: awson | Owner: simonmar Type: bug | Status: patch Priority: normal | Milestone: Component: Runtime System | Version: 7.8.1-rc2 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 awson): * status: new => patch -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8858#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8858: Wrong maxStkSize calculation -------------------------------------+------------------------------------ Reporter: awson | Owner: thoughtpolice Type: bug | Status: patch Priority: normal | Milestone: 7.8.1 Component: Runtime System | Version: 7.8.1-rc2 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): * owner: simonmar => thoughtpolice * milestone: => 7.8.1 Comment: yep, thanks. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8858#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8858: Wrong maxStkSize calculation -------------------------------------+------------------------------------ Reporter: awson | Owner: thoughtpolice Type: bug | Status: patch Priority: normal | Milestone: 7.8.1 Component: Runtime System | Version: 7.8.1-rc2 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 Austin Seipp <austin@…>): In [changeset:"b99ace39cb2484bfc2d648b55a1a43ed78e4b9a0/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="b99ace39cb2484bfc2d648b55a1a43ed78e4b9a0" Fix incorrect maxStkSize calculation (#8858) Signed-off-by: Austin Seipp <austin@well-typed.com> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8858#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8858: Wrong maxStkSize calculation -------------------------------------+------------------------------------ Reporter: awson | Owner: thoughtpolice Type: bug | Status: merge Priority: normal | Milestone: 7.8.1 Component: Runtime System | Version: 7.8.1-rc2 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 thoughtpolice): * status: patch => merge -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8858#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8858: Wrong maxStkSize calculation -------------------------------------+------------------------------------ Reporter: awson | Owner: thoughtpolice Type: bug | Status: closed Priority: normal | Milestone: 7.8.1 Component: Runtime System | Version: 7.8.1-rc2 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 Comment: Merged in 7.8. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8858#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC