Re: [GHC] #2375: RTS assertion failure on Vista with -DEBUG

2008-07-30 Thread GHC
#2375: RTS assertion failure on Vista with -DEBUG
---+
 Reporter:  dias   |  Owner:  simonmar
 Type:  bug| Status:  new 
 Priority:  normal |  Milestone:  6.10.1  
Component:  Runtime System |Version:  6.8.2   
 Severity:  normal | Resolution:  
 Keywords:  rts -DEBUG hashtables memory leak  | Difficulty:  Unknown 
 Testcase:  ghci/prog002   |   Architecture:  x86 
   Os:  Windows|  
---+
Changes (by simonmar):

  * owner:  = simonmar

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


Re: [GHC] #2375: RTS assertion failure on Vista with -DEBUG

2008-07-30 Thread GHC
#2375: RTS assertion failure on Vista with -DEBUG
---+
 Reporter:  dias   |  Owner:  simonmar
 Type:  bug| Status:  closed  
 Priority:  normal |  Milestone:  6.10.1  
Component:  Runtime System |Version:  6.8.2   
 Severity:  normal | Resolution:  fixed   
 Keywords:  rts -DEBUG hashtables memory leak  | Difficulty:  Unknown 
 Testcase:  ghci/prog002   |   Architecture:  x86 
   Os:  Windows|  
---+
Changes (by simonmar):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 Fixed:

 {{{
 Wed Jul 30 11:12:52 BST 2008  Simon Marlow [EMAIL PROTECTED]
   * FIX #2375: remove oc-lochash completely, it apparently isn't used
 }}}

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


Re: [GHC] #2375: RTS assertion failure on Vista with -DEBUG

2008-07-05 Thread GHC
#2375: RTS assertion failure on Vista with -DEBUG
---+
 Reporter:  dias   |  Owner: 
 Type:  bug| Status:  new
 Priority:  normal |  Milestone:  6.10.1 
Component:  Runtime System |Version:  6.8.2  
 Severity:  normal | Resolution: 
 Keywords:  rts -DEBUG hashtables memory leak  | Difficulty:  Unknown
 Testcase:  ghci/prog002   |   Architecture:  x86
   Os:  Windows|  
---+
Changes (by igloo):

  * difficulty:  = Unknown
  * milestone:  = 6.10.1

Comment:

 Reproducible with a validate build where
 {{{
 GhcDebugged=YES
 }}}
 is in `mk/validate.mk`:
 {{{
 ghc.exe: internal error: ASSERTION FAILED: file Linker.c, line 1512

 (GHC version 6.9.20080705 for i386_unknown_mingw32)
 Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2375#comment:1
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] #2375: RTS assertion failure on Vista with -DEBUG

2008-06-18 Thread GHC
#2375: RTS assertion failure on Vista with -DEBUG
--+-
Reporter:  dias   |   Owner:
Type:  bug|  Status:  new   
Priority:  normal |   Component:  Runtime System
 Version:  6.8.2  |Severity:  normal
Keywords:  rts -DEBUG hashtables memory leak  |Testcase:  ghci/prog002  
Architecture:  x86|  Os:  Windows   
--+-
 The ghci/prog002 test causes an assertion failure when the RTS has been
 compiled with -DEBUG. Specifically, in Linker.c, the hashtables are not
 freed by the ocResolve_PEi386 function. It looks like either the assertion
 in unloadObj is wrong, or there is a memory leak.

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