Ticket #716 (closed bug: fixed)
Unloading a dll generated by GHC doesn't free all resources
| Reported by: | lennart@… | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8.1 |
| Component: | Runtime System | Version: | 6.4.1 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
There seems to be resource leaks in load&unload of a DLL. If you put it in a loop strange thing can happen.
So one thing I notiticed is that several places (Ticker.c, IOManager.c) create threads, but I could not find the place where these threads die. How are they supposed to die shutdownHaskell() is called?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

