Ticket #753 (closed bug: fixed)
DLL generated by ghc does exit()
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 6.6 |
| Component: | Compiler | Version: | 6.4.2 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
If you generate a DLL with ghc there is a number of places in the runtime system that does exit(). This is not an acceptable behaviour for a DLL. The user might have loaded a DLL into another application and will have no chance to save changes, etc.
I will try to fix this problem. A patch will be forthcoming.
-- Lennart
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

