[GHC] #8614: Duplicate symbol error when loading text twice
GHC
ghc-devs at haskell.org
Sat Sep 5 01:59:00 UTC 2015
#8614: Duplicate symbol error when loading text twice
-------------------------------------+-------------------------------------
Reporter: nh2 | Owner:
Type: bug | Status: infoneeded
Priority: normal | Milestone:
Component: Runtime System | Version: 7.6.3
(Linker) |
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: GHCi crash | Test Case:
Blocked By: | Blocking:
Related Tickets: #7030 | Differential Revisions:
-------------------------------------+-------------------------------------
Changes (by ezyang):
* component: Compiler => Runtime System (Linker)
Comment:
So, it turns out that there is a linking failure in the pasted transcript.
So it looks like the bug is that we are not properly unloading the objects
we loaded prior to the failure; namely, text has something which is not
unloaded.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8614#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list