Ticket #2592 (closed merge: fixed)
Can't profile when the heap maximum is hit
| Reported by: | adekoba | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10.2 |
| Component: | Profiling | Version: | 6.8.2 |
| Keywords: | profile, heap | Cc: | |
| Operating System: | Linux | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
$ echo "main = print $ product [1..]" > temp.hs $ ghc -prof -auto-all temp.hs --make $ ./temp +RTS -M100k -p -RTS $ cat temp.prof
and the contents of temp.prof will be empty.
Change History
Note: See
TracTickets for help on using
tickets.
