1 Aug 2010 02:12
Re: #4172: GHC build failes when BuildFlavour = prof is used
GHC <cvs-ghc <at> haskell.org>
2010-08-01 00:12:25 GMT
2010-08-01 00:12:25 GMT
#4172: GHC build failes when BuildFlavour = prof is used
---------------------------------+------------------------------------------
Reporter: Phyx- | Owner:
Type: bug | Status: new
Priority: high | Milestone: 6.14.1
Component: Compiler | Version: 6.13
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: Building GHC failed
---------------------------------+------------------------------------------
Comment(by igloo):
Also happens with a debugging, and not threaded, RTS. Unfortunately, the
addresses aren't consistent from run to run, even with `+RTS -C0 -i0 -DS`,
but it smells like a missing pointer untagging in whatever produces the
value `0x404536a000` here:
{{{
(gdb) bt
#0 0x0000000005de475a in LOOKS_LIKE_CLOSURE_PTR (p=0x404536a000)
at includes/rts/storage/ClosureMacros.h:235
#1 0x0000000005de46b7 in checkClosureShallow (p=0x404536a000)
at rts/sm/Sanity.c:87
#2 0x0000000005de45fa in checkSmallBitmap (payload=0x7fd25a4d8a38,
bitmap=0,
size=1) at rts/sm/Sanity.c:52
#3 0x0000000005de49a8 in checkStackFrame (c=0x7fd25a4d8a30)
at rts/sm/Sanity.c:145
#4 0x0000000005ded6f2 in stg_ap_0_fast ()
(Continue reading)
RSS Feed