#751: ghc 6.4.2 on OS X 10.4.6 fails a compiler error building Crypto-3.0.3.
---------------------------------+------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |          Owner:          
     Type:  bug                  |         Status:  closed  
 Priority:  high                 |      Milestone:  6.4.3   
Component:  Runtime System       |        Version:  6.4.2   
 Severity:  blocker              |     Resolution:  fixed   
 Keywords:                       |     Difficulty:  Unknown 
 Testcase:                       |   Architecture:  Multiple
       Os:  Multiple             |  
---------------------------------+------------------------------------------
Changes (by simonmar):

  * architecture:  powerpc => Multiple
  * resolution:  => fixed
  * component:  Compiler => Runtime System
  * testcase:  =>
  * status:  new => closed
  * os:  MacOS X => Multiple

Comment:

 Fixed in the 6.4 branch:

 {{{
 simonmar    2006/10/16 06:50:02 PDT

   Modified files:        (Branch: ghc-6-4-branch)
     ghc/rts              Capability.c
   Log:
   Fix crash in the threaded RTS caused by spurious wakeups of
   pthread_cond_wait().  This is certainly affecting the threaded RTS in
   6.4.x on Solaris, and possibly other platforms too.  I'm currently
   testing to see whether there are any further problems on Solaris, but
   with luck this may be the final fix for the threaded RTS problems in
   the 6.4.x branch.

   Does not affect 6.6; the corresponding code in 6.6 is already
   spurious-wakeup-safe.

   Revision  Changes    Path
   1.31.6.2  +32 -7     fptools/ghc/rts/Capability.c
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/751>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to