#4318: Crash while building HEAD on OS X
-------------------------------+--------------------------------------------
    Reporter:  gwright         |       Owner:                     
        Type:  bug             |      Status:  new                
    Priority:  normal          |   Component:  Compiler           
     Version:  6.13            |    Keywords:                     
    Testcase:                  |   Blockedby:                     
          Os:  MacOS X         |    Blocking:                     
Architecture:  x86_64 (amd64)  |     Failure:  Building GHC failed
-------------------------------+--------------------------------------------

Comment(by gwright):

 Another piece of information is that the crash occurs not long after the
 last library (`ffi-1.0`) is loaded.  If I set breakpoints at `loadObj` and
 `stg_ap_p_info` before starting the program, when loading `ffi-1.0` I've
 hit the `stg_ap_p_info` breakpoint  208833 times.  The crash occurs after
 hitting `stg_ap_p_info` 209211 times.  So the failure happens (relatively)
 quickly after the libraries are loaded.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4318#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