Ticket #5851 (closed bug: fixed)
RTS Crashes on Exit with double free
| Reported by: | argiopeweb | Owned by: | simonmar |
|---|---|---|---|
| Priority: | high | Milestone: | 7.4.2 |
| Component: | Runtime System | Version: | 7.4.1 |
| Keywords: | glibc rts free pointer | Cc: | |
| Operating System: | Linux | Architecture: | x86_64 (amd64) |
| Type of failure: | Runtime crash | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
On compiling with
ghc -threaded -with-rtsopts="-N2 -A4m -H128m -G4"
or
ghc -threaded -with-rtsopts="-N2 -H128m -G4"
RTS crashes on exit (normal or sigINT) with glibc "free(): invalid pointer" and "double free or corruption (out)" errors, respectively.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

