#7747: debug_p RTS is buggy (debugging and profiled) -----------------------------+---------------------------------------------- Reporter: ezyang | Owner: ezyang Type: bug | Status: new Priority: normal | Component: Profiling Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Runtime crash | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- Comment(by ezyang@…): commit 1ce57ec9d544beaee79aed50c4e12de144e4482f {{{ Author: Edward Z. Yang <ezyang@mit.edu> Date: Thu Mar 7 14:28:54 2013 -0800 Closures must be zeroed even without LDV-profiling. Partially fixes #7747 Signed-off-by: Edward Z. Yang <ezyang@mit.edu> includes/rts/storage/ClosureMacros.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7747#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler