[GHC] #2413: Segmentation fault in ghc --interactive when run with
+RTS -Da
GHC
trac at galois.com
Wed Jul 2 15:11:37 EDT 2008
#2413: Segmentation fault in ghc --interactive when run with +RTS -Da
-------------------------------+--------------------------------------------
Reporter: batterseapower | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 6.9 | Severity: normal
Keywords: | Testcase:
Architecture: Unknown | Os: Unknown
-------------------------------+--------------------------------------------
This was observed in HEAD as of 02/07/2008.
1. Compile a stage2 GHC with the -debug option on.
2. Run stage2/ghc-inplace --interactive RTS -Da
Expected result: GHCi comes up, maybe showing some extra debugging
information
Actual result:
{{{
stg_ap_0_ret... Segmentation fault
}}}
This has been observed on amd64/Linux and amd64/OSX 10.5.
Interestingly, -Da is omitted from the RTS help text. Maybe
DebugFlags.apply is known to be broken?
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2413>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list