[GHC] #9579: Runtime suggests using +RTS when that's not possible
GHC
ghc-devs at haskell.org
Wed May 6 16:19:33 UTC 2015
#9579: Runtime suggests using +RTS when that's not possible
-------------------------------------+-------------------------------------
Reporter: gintas | Owner: javran
Type: bug | Status: new
Priority: low | Milestone: 7.12.1
Component: Runtime System | Version: 7.9
Resolution: | Keywords: newcomer
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions: Phab:D767
-------------------------------------+-------------------------------------
Comment (by javran):
Replying to [comment:13 bherzog]:
> The test-cases are a bit too fragile. All three of the
`T9579_stackoverflow_*` tests fail for me because of differences in the
reported stack size:
>
> {{{
> @@ -1,2 +1,2 @@
> -Stack space overflow: current size 99136 bytes.
> +Stack space overflow: current size 99208 bytes.
> }}}
I'll try to fix this, what I have in mind is to pipe stderr to replace the
actual number with a constant string, as the actual number is not
important for testing this.
Any ideas?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9579#comment:15>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list