#1663: Critical sections not deallocated
-----------------------------+----------------------------------------------
  Reporter:  guest           |          Owner:         
      Type:  bug             |         Status:  new    
  Priority:  normal          |      Milestone:         
 Component:  Runtime System  |        Version:  6.7    
  Severity:  normal          |       Keywords:         
Difficulty:  Easy (1 hr)     |             Os:  Windows
  Testcase:                  |   Architecture:  x86    
-----------------------------+----------------------------------------------
There's a number of critical sections in the Windows RTS that are
 allocated, but never freed (DeleteCriticalSection):

 {{{
 ASyncIO.c: queue_lock
 IOManager.c: ioMan->manLock, ioMan->active_work_lock
 WorkQueue.c: wq->queueLock
 }}}

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