[GHC] #9579: Runtime suggests using +RTS when that's not possible
GHC
ghc-devs at haskell.org
Thu Sep 11 21:28:05 UTC 2014
#9579: Runtime suggests using +RTS when that's not possible
-------------------------------------+-------------------------------------
Reporter: gintas | Owner: simonmar
Type: bug | Status: new
Priority: low | Milestone:
Component: Runtime System | Version: 7.9
Keywords: | Operating System:
Architecture: Unknown/Multiple | Unknown/Multiple
Difficulty: Easy (less than 1 | Type of failure:
hour) | None/Unknown
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
I just ran into a stack overflow in an application, and GHC told me:
Stack space overflow: current size 8388608 bytes.
Use `+RTS -Ksize -RTS' to increase it.
I tried to specify +RTS and got an error saying "Most RTS options are
disabled. Link with -rtsopts to enable them."
The runtime should not suggest using +RTS when that is not possible.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9579>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list