[GHC] #8276: Building Haddock documentation panics with perf build on x86_64 Linux
GHC
ghc-devs at haskell.org
Thu Sep 26 14:21:19 CEST 2013
#8276: Building Haddock documentation panics with perf build on x86_64 Linux
---------------------------------------+----------------------------------
Reporter: jstolarek | Owner:
Type: bug | Status: new
Priority: high | Milestone:
Component: Documentation | Version: 7.7
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: x86_64 (amd64)
Type of failure: Compile-time crash | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
---------------------------------------+----------------------------------
Comment (by SimonHengel):
The {{{saveStaticFlagGlobals}}}/{{{restoreStaticFlagGlobals}}} was added
by me 1 1/2 years ago, so that you can run {{{createInterfaces}}} several
times within the same process. The motivation for this was to be able to
run Doctests test suite from GHCi and rerun after {{{:reload}}}.
Doctest is not depending on Haddock anymore, but we now have similar code
in Doctest (https://github.com/sol/doctest-
haskell/blob/master/src/GhcUtil.hs).
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8276#comment:21>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list