[GHC] #14291: Tests tend to fail in the ext-interp way when split sections is enabled
GHC
ghc-devs at haskell.org
Thu Oct 5 13:25:37 UTC 2017
#14291: Tests tend to fail in the ext-interp way when split sections is enabled
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.4.1
Component: Compiler | Version: 8.2.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking: 13716
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
Prior we pass through
`base_GHCziException_zdfShowErrorCallzuzdcshowsPrec_info`,
{{{#!hs
GHC.Exception.$fShowErrorCall_$cshowsPrec [InlPrag=INLINE[0]]
:: GHC.Types.Int -> GHC.Exception.ErrorCall -> GHC.Show.ShowS
}}}
In this case the second argument is somewhat reasonable,
{{{
>>> ghc closure $rsi
constr(base:GHC.Exception.ErrorCallWithLocation)
}}}
The first argument also looks fine,
{{{
>>> x/2a $r14
0x154dcf8: 0x13c2fa8 <ghczmprim_GHCziTypes_Izh_con_info> 0x0
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14291#comment:21>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list