[GHC] #1076: runhaskell crash with .hi/.o files in the directory
GHC
trac at galois.com
Sat Dec 30 18:32:40 EST 2006
#1076: runhaskell crash with .hi/.o files in the directory
----------------------+-----------------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.6
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Testcase: | Architecture: Unknown
Os: Windows |
----------------------+-----------------------------------------------------
Comment (by guest):
More info:
- If I delete unit.o, utils.o or unit.hi, the crash goes away
- If I delete utils.hi, I get the following error message:
>runhaskell um.hs
<interactive>:
Unit.o: unknown symbol `_Utils_z3fU_closure'
>Exit code: 1
Note that I haven't changed either of those .hs files since I last
compiled them, and, in fact, the code doesn't reference anything defined
in either of them except the import statement.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1076>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list