[GHC] #16387: Duplicate vsnwprintf symbol on Windows
GHC
ghc-devs at haskell.org
Tue Mar 5 17:34:03 UTC 2019
#16387: Duplicate vsnwprintf symbol on Windows
---------------------------------+----------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.6.3
Resolution: | Keywords: broken-test
Operating System: Windows | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
---------------------------------+----------------------------------------
Comment (by Phyx-):
Ah right. The one in the rts is never used by the runtime linker as it
doesn't know its own dependencies. I.e. We never load librts inside ghci.
So makes sense why that one isn't getting picked up.
I remember adding because of a failing test, but I don't remember which
one. But grepping through my local test archives that doesn't seem to ever
fail for me. Could you compile that test with a debug rts and dump the
linker log? I can try to figure it out then.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16387#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list