[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

#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