Ticket #7149 (closed bug: fixed)
Heap profiling restricted with retainers (+RTS -hrfoo -hc) segfaults
| Reported by: | akio | Owned by: | pcapriotti |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6.1 |
| Component: | Profiling | Version: | 7.5 |
| Keywords: | Cc: | ||
| Operating System: | Linux | Architecture: | x86_64 (amd64) |
| Type of failure: | Runtime crash | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
Steps to reproduce:
% cat hello.hs main = print $ last [0..] % ghc hello.hs -prof [1 of 1] Compiling Main ( hello.hs, hello.o ) Linking hello ... % ./hello +RTS -hrfoo -hc zsh: segmentation fault ./hello +RTS -hrfoo -hc
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

