#1227: Crash with biographical profiling on OS X
-------------------------------+--------------------------------------------
    Reporter:  Judah Jacobson  |        Owner:  simonmar
        Type:  bug             |       Status:  closed  
    Priority:  high            |    Milestone:  6.8     
   Component:  Profiling       |      Version:  6.6     
    Severity:  normal          |   Resolution:  fixed   
    Keywords:                  |   Difficulty:  Unknown 
          Os:  Multiple        |     Testcase:  bio001  
Architecture:  Multiple        |  
-------------------------------+--------------------------------------------
Changes (by simonmar):

  * resolution:  => fixed
  * testcase:  => bio001
  * status:  new => closed

Comment:

 Fixed, thanks.

 {{{
 Tue May  8 11:09:08 BST 2007  Simon Marlow <[EMAIL PROTECTED]>
   * FIX crash on exit with biographical profiling
   Seems to be a bug introduced by code to free the memory allocated by
   the heap profiler.

 Tue May  8 11:45:51 BST 2007  Simon Marlow <[EMAIL PROTECTED]>
   * FIX: #1227 (biographical profiling broken)
   We were freeing the hash table storage with exitHashTable() before
   calling endProfiling(), which uses hash tables.
 }}}

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