
9 Mar
2006
9 Mar
'06
8:40 a.m.
Lennart Augustsson wrote:
I've found more bugs. There are several race conditions when a DLL is unloaded. The extra threads that the GHC runtime system starts (at least one is always started to generate timer ticks) are not shut down in a synchronized way. This means that they might be scheduled to run after the DLL has been unloaded. Which gives you an access violation. I don't have a proper fix for this yet.
Is this with -threaded? Simon