[GHC] #8189: Default to infinite stack size?
GHC
ghc-devs at haskell.org
Sun Sep 8 23:21:21 CEST 2013
#8189: Default to infinite stack size?
-------------------------------+-------------------------------------------
Reporter: nh2 | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Runtime | Version: 7.6.3
System | Keywords:
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Easy (less than 1 hour)
Unknown/Multiple | Blocked By:
Type of failure: Runtime | Related Tickets:
crash |
Test Case: |
Blocking: |
-------------------------------+-------------------------------------------
Comment (by thoughtpolice):
Ah yes, I missed this behavior too. Sorry about that. I managed to trigger
this by artificially limiting the heap and stack chunk size to be almost
identical (or even `chunk_size` > heap size,) so early on an allocation
for it would fail.
I've reverted the relevant changes for the time being in `base` and `ghc`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8189#comment:15>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list