Re: [GHC] #848: Threaded RTS problems on Solaris

2006-10-16 Thread GHC
#848: Threaded RTS problems on Solaris
+---
 Reporter:  simonmar|  Owner:  
 Type:  bug | Status:  closed  
 Priority:  normal  |  Milestone:  6.4.3   
Component:  Runtime System  |Version:  6.4.2   
 Severity:  normal  | Resolution:  fixed   
 Keywords:  | Difficulty:  Unknown 
 Testcase:  |   Architecture:  Multiple
   Os:  Solaris |  
+---
Changes (by simonmar):

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

Comment:

 Now appears to be fixed by this:

 {{{
 simonmar2006/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  ChangesPath
   1.31.6.2  +32 -7 fptools/ghc/rts/Capability.c
 }}}

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


[GHC] #848: Threaded RTS problems on Solaris

2006-08-08 Thread GHC
#848: Threaded RTS problems on Solaris
---+
Reporter:  simonmar|Owner: 
Type:  bug |   Status:  new
Priority:  normal  |Milestone:  6.4.3  
   Component:  Runtime System  |  Version:  6.4.2  
Severity:  normal  | Keywords: 
  Os:  Solaris |   Difficulty:  Unknown
Architecture:  Multiple|  
---+
Just so we don't forget: the threaded RTS also has problems on Solaris,
 both Sparc and x86 have been reported to have problems.  The symptom is
 that the stage2 linked with -threaded crashes at random points.

 Might be related to #751.

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