DLL generated by ghc does exit()
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
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.4.2 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | Unknown |
| Architecture | Unknown |