Concurrency issue with dynamic linker in GHC

Donald Bruce Stewart dons at cse.unsw.edu.au
Mon Oct 23 00:13:15 EDT 2006


coffeemug:
> Also, what would it take for me to fix the GHCi crash on Win32 when a
> plugin is being loaded? I figured I'll ask before blindly jumping into
> the code :)

You need to find the win32 equivalent of the ELF-specific code that
ignores requests to load a module multipe times, rather than dying with
an error.

-- Don


More information about the Glasgow-haskell-users mailing list