diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-01-26 01:11:49 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-01-26 16:07:38 +0100 |
commit | 6d2bdfd8d40b926d7a11d003213220022a63d9f5 (patch) | |
tree | ea341dea370944be87b6aecdc96d066aac03fddb /compiler/rename/RnEnv.hs | |
parent | e24a9b5de00bc2669a52a1f9905bd40e7be0d857 (diff) | |
download | haskell-6d2bdfd8d40b926d7a11d003213220022a63d9f5.tar.gz |
Fix segmentation fault when .prof file not writeable
There are two ways to do retainer profiling. Quoting from the user's guide:
1. `+RTS -hr` "Breaks down the graph by retainer set"
2. `+RTS -hr<cc> -h<x>`, where `-h<x>` is one of normal heap profiling
break-down options (e.g. `-hc`), and `-hr<cc> means "Restrict the
profile to closures with retainer sets containing cost-centre
stacks with one of the specified cost centres at the top."
Retainer profiling writes to a .hp file, like the other heap profiling
options, but also to a .prof file. Therefore, when the .prof file is not
writeable for whatever reason, retainer profiling should be turned off
completely.
This worked ok when running the program with `+RTS -hr` (option 1), but a
segfault would occur when using `+RTS -hr<cc> -h<x>`, with `x!=r` (option 2).
This commit fixes that.
Reviewed by: bgamari
Differential Revision: https://phabricator.haskell.org/D1849
GHC Trac Issues: #11489
Diffstat (limited to 'compiler/rename/RnEnv.hs')
0 files changed, 0 insertions, 0 deletions