[GHC] #5620: Dynamic linking and threading does not work on Windows
GHC
cvs-ghc at haskell.org
Sun Feb 17 05:08:55 CET 2013
#5620: Dynamic linking and threading does not work on Windows
-------------------------------+--------------------------------------------
Reporter: Lennart | Owner: igloo
Type: bug | Status: new
Priority: high | Milestone: 7.6.2
Component: Runtime System | Version: 7.2.1
Keywords: | Os: Windows
Architecture: x86 | Failure: Runtime crash
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
-------------------------------+--------------------------------------------
Changes (by rassilon):
* cc: bill@… (added)
Comment:
Could we somehow abuse the delay load DLL functionality with a custom
delay load helper function?
Or, we could do something similar to what MinGW (If I recall correctly)
does in order to be able to process dynamically loaded data relocations
That seems like a really large hammer though. :(
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5620#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list