#1391: forkProcess() in Schedule.c with -threaded should initialize mutexes in
child process (POSIX)
-------------------------------+--------------------------------------------
    Reporter:  thorkilnaur     |        Owner:  igloo              
        Type:  merge           |       Status:  new                
    Priority:  high            |    Milestone:  6.8.1              
   Component:  Runtime System  |      Version:  6.7                
    Severity:  normal          |   Resolution:                     
    Keywords:                  |   Difficulty:  Unknown            
          Os:  MacOS X         |     Testcase:  forkprocess01(ghci)
Architecture:  powerpc         |  
-------------------------------+--------------------------------------------
Changes (by simonmar):

  * owner:  simonmar => igloo
  * type:  bug => merge
  * milestone:  6.8 branch => 6.8.1

Comment:

 Following patches need to be merged:

 {{{
 Tue Oct  9 13:24:09 BST 2007  Simon Marlow <[EMAIL PROTECTED]>
   * also call initMutex on every task->lock, see #1391

 Thu Sep 27 10:13:31 BST 2007  Simon Marlow <[EMAIL PROTECTED]>
   * also acquire/release task->lock across fork()

 Fri Sep 14 15:55:19 BST 2007  Simon Marlow <[EMAIL PROTECTED]>
   * attempt to fix #1391, hold locks across fork() and initialize them in
 the ch
 ild
 }}}

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