#5177: Segfault in reportCCSProfiling
-------------------------------+--------------------------------------------
    Reporter:  dankna          |        Owner:               
        Type:  bug             |       Status:  new          
    Priority:  high            |    Milestone:  7.2.1        
   Component:  Profiling       |      Version:  7.1          
    Keywords:                  |     Testcase:               
   Blockedby:                  |   Difficulty:               
          Os:  MacOS X         |     Blocking:               
Architecture:  x86_64 (amd64)  |      Failure:  Runtime crash
-------------------------------+--------------------------------------------
Changes (by simonmar):

  * priority:  normal => high
  * milestone:  => 7.2.1


Comment:

 Since you're building GHC yourself, can you add the `debug_p` way in your
 `build.mk`:

 {{{
 GhcRTSWays += debug_p
 }}}

 rebuild the RTS (`cd rts; make fast`) and then relink your program with
 `-debug`.  That should give a better stack trace.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5177#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to