File buffering isn't flushed at exit
In C, there's an atexit handler to fflush all FILE* files.
In most other environments (e.g: Python files), file buffers are flushed in a graceful exit. With GHC 6.12.1, they aren't.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.12.1 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | libraries/base |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |