[GHC] #8754: :set +s always says space usage is 0 bytes
GHC
ghc-devs at haskell.org
Mon Feb 17 07:48:34 UTC 2014
#8754: :set +s always says space usage is 0 bytes
---------------------------------+------------------------------------
Reporter: George | Owner:
Type: bug | Status: new
Priority: high | Milestone: 7.8.1
Component: GHCi | Version: 7.8.1-rc1
Resolution: | Keywords:
Operating System: MacOS X | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
---------------------------------+------------------------------------
Comment (by Austin Seipp <austin@…>):
In [changeset:"5023c91780e90947680fe0640f7564a4f6448bea/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="5023c91780e90947680fe0640f7564a4f6448bea"
Fix #8754 in a round-about way.
For some reason on OS X, it seems like -Bsymbolic (which we use for
hooks into the RTS) isn't working, which results in #8754, where stats
don't work because defaultHooks doesn't initialize the stats flag. This
seems to work on Linux static/dynamically, but only on OS X statically.
After talking with Simon, really, the entire hooks thing is a bit
fragile. For now, we just work around it (since GHCi is dynamically
linked) by calling into the defaultHooks ourselves when GHC starts.
Signed-off-by: Austin Seipp <austin at well-typed.com>
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8754#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list