
Simon Marlow wrote:
Hi Folks,
This is a heads up for the forthcoming 6.4.2 release. Our rough timescale is to go into release candidate testing in about a week, and have two weeks of release candidates before the final release.
Here are the things we know about and plan to fix before the release:
If you have anything else for 6.4.2, please let me know.
Cheers, Simon
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
What about ticket #716 (Unloading a dll generated by GHC doesn't free all resources)? It's about the RTS not waiting for threads to terminate s.t. the application is very likely to crash when freeing the DLL. As the detour via a DLL is the only way to use Haskell in a C++ application, this bug is quite critical from my point of view. Lennart has proposed to stop the timer thread and provided a patch for this against 6.5. I would be glad to see this patch in 6.4.2 unless someone finds a way to terminate the threads in a controlled fashion. Michael