Re: [GHC] #1209: getMBlocks: misaligned block returned

2007-08-31 Thread GHC
#1209: getMBlocks: misaligned block returned
-+--
Reporter:  CBa   |Owner:  simonmar
Type:  bug   |   Status:  closed  
Priority:  normal|Milestone:  6.6.2   
   Component:  Runtime System|  Version:  6.4.2   
Severity:  normal|   Resolution:  fixed   
Keywords:  darcs, windows, memory, VirtualAlloc  |   Difficulty:  Unknown 
  Os:  Windows   | Testcase:  
Architecture:  x86   |  
-+--
Changes (by simonmar):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 Fixed:

 {{{
 Thu Aug 30 06:51:46 PDT 2007  Simon Marlow [EMAIL PROTECTED]
   * Windows: give a better error message when running out of memory
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1209
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] #1209: getMBlocks: misaligned block returned

2007-08-30 Thread GHC
#1209: getMBlocks: misaligned block returned
-+--
Reporter:  CBa   |Owner:  simonmar
Type:  bug   |   Status:  new 
Priority:  normal|Milestone:  6.6.2   
   Component:  Runtime System|  Version:  6.4.2   
Severity:  normal|   Resolution:  
Keywords:  darcs, windows, memory, VirtualAlloc  |   Difficulty:  Unknown 
  Os:  Windows   | Testcase:  
Architecture:  x86   |  
-+--
Changes (by simonmar):

  * owner:  = simonmar

Comment:

 I have a fix for this waiting to be validated

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1209
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] #1209: getMBlocks: misaligned block returned

2007-03-14 Thread GHC
#1209: getMBlocks: misaligned block returned
--+-
 Reporter:  CBa   |  Owner: 
 Type:  bug   | Status:  new
 Priority:  normal|  Milestone:  6.6.2  
Component:  Runtime System|Version:  6.4.2  
 Severity:  normal| Resolution: 
 Keywords:  darcs, windows, memory, VirtualAlloc  | Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  Windows   |  
--+-
Comment (by CBa):

 ghc-6.4.2 prints the same message, when i request a larger heap
 (-M1750M is ok, don't ask me why):

 /c/ghc/ghc-6.4.2/bin/ghc +RTS -M2000M -RTS
 ghc.exe: getMBlocks: VirtualAlloc MEM_RESERVE 198976 failed with: 8

 ghc.exe: internal error: getMBlocks: misaligned block returned
 Please report this as a compiler bug.  See:
 http://www.haskell.org/ghc/reportabug

 But a test with ghc-6.6 looks quite good:

 /c/ghc/ghc-6.6/bin/ghc +RTS -M4000M -RTS
 ghc.exe: no input files

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1209
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] #1209: getMBlocks: misaligned block returned

2007-03-12 Thread GHC
#1209: getMBlocks: misaligned block returned
--+-
 Reporter:  CBa   |  Owner: 
 Type:  bug   | Status:  new
 Priority:  normal|  Milestone:  6.6.2  
Component:  Runtime System|Version:  6.4.2  
 Severity:  normal| Resolution: 
 Keywords:  darcs, windows, memory, VirtualAlloc  | Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  Windows   |  
--+-
Changes (by igloo):

  * milestone:  = 6.6.2

Old description:

 darcs 1.0.8 uses a lot of memory. On windows the command below
 (official compiled darcs, I'm not sure about ghc version) works
 on one Machine (Windows Server 2003) and aborts on Windows XP
 with the message below:

 darcs +RTS -M1750M -RTS optimize --reorder-patches

 darcs.exe: getMBlocks: VirtualAlloc failed with: 8

 darcs.exe: internal error: getMBlocks: misaligned block returned

Please report this as a bug to glasgow-haskell-bugs@haskell.org,

or http://www.sourceforge.net/projects/ghc/

 Version: (Windows XP)

 darcs compiled on Jun 16 2006, at 13:00:32

 # configured Fri Jun 16 12:59:52 USMST 2006

 ./configure --disable-mmap

 Context:

 [TAG 1.0.8

 Tommy Pettersson [EMAIL PROTECTED]**20060616160213]

 --
 Christoph Bauer

New description:

 darcs 1.0.8 uses a lot of memory. On windows the command below
 (official compiled darcs, I'm not sure about ghc version) works
 on one Machine (Windows Server 2003) and aborts on Windows XP
 with the message below:

 {{{
 darcs +RTS -M1750M -RTS optimize --reorder-patches

 darcs.exe: getMBlocks: VirtualAlloc failed with: 8

 darcs.exe: internal error: getMBlocks: misaligned block returned

Please report this as a bug to glasgow-haskell-bugs@haskell.org,

or http://www.sourceforge.net/projects/ghc/

 Version: (Windows XP)

 darcs compiled on Jun 16 2006, at 13:00:32

 # configured Fri Jun 16 12:59:52 USMST 2006

 ./configure --disable-mmap

 Context:

 [TAG 1.0.8

 Tommy Pettersson [EMAIL PROTECTED]**20060616160213]
 }}}

 --
 Christoph Bauer

Comment:

 Is there a testcase for this that we could have a copy of please?

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1209
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] #1209: getMBlocks: misaligned block returned

2007-03-09 Thread GHC
#1209: getMBlocks: misaligned block returned
---+
Reporter:  CBa |   Owner:   
   
Type:  bug |  Status:  new  
   
Priority:  normal  |   Milestone:   
   
   Component:  Runtime System  | Version:  6.4.2
   
Severity:  normal  |Keywords:  darcs, windows, memory, 
VirtualAlloc
  Difficulty:  Unknown |Testcase:   
   
Architecture:  x86 |  Os:  Windows  
   
---+
darcs 1.0.8 uses a lot of memory. On windows the command below
 (official compiled darcs, I'm not sure about ghc version) works
 on one Machine (Windows Server 2003) and aborts on Windows XP
 with the message below:

 darcs +RTS -M1750M -RTS optimize --reorder-patches

 darcs.exe: getMBlocks: VirtualAlloc failed with: 8

 darcs.exe: internal error: getMBlocks: misaligned block returned

Please report this as a bug to glasgow-haskell-bugs@haskell.org,

or http://www.sourceforge.net/projects/ghc/

 Version: (Windows XP)

 darcs compiled on Jun 16 2006, at 13:00:32

 # configured Fri Jun 16 12:59:52 USMST 2006

 ./configure --disable-mmap

 Context:

 [TAG 1.0.8

 Tommy Pettersson [EMAIL PROTECTED]**20060616160213]

 --
 Christoph Bauer

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