Re: [GHC] #2512: MAP_32BIT flag might not be respected under xen?

2008-11-17 Thread GHC
#2512: MAP_32BIT flag might not be respected under xen?
--+-
 Reporter:  guest |  Owner:
 Type:  bug   | Status:  closed
 Priority:  normal|  Milestone:  6.10.2
Component:  None  |Version:  6.8.3 
 Severity:  critical  | Resolution:  duplicate 
 Keywords:| Difficulty:  Unknown   
 Testcase:|   Architecture:  x86_64 (amd64)
   Os:  Linux |  
--+-
Changes (by simonmar):

  * status:  new = closed
  * resolution:  = duplicate

Comment:

 A patch has been committed, we need help to test it.  Head on over to
 #2063 (I'm merging these two bugs as they're very closely related).

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2512#comment:5
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] #2512: MAP_32BIT flag might not be respected under xen?

2008-11-14 Thread GHC
#2512: MAP_32BIT flag might not be respected under xen?
--+-
 Reporter:  guest |  Owner:
 Type:  bug   | Status:  new   
 Priority:  normal|  Milestone:  6.10.2
Component:  None  |Version:  6.8.3 
 Severity:  critical  | Resolution:
 Keywords:| Difficulty:  Unknown   
 Testcase:|   Architecture:  x86_64 (amd64)
   Os:  Linux |  
--+-
Changes (by rkapoor):

 * cc: [EMAIL PROTECTED] (added)

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2512#comment:4
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] #2512: MAP_32BIT flag might not be respected under xen?

2008-10-04 Thread GHC
#2512: MAP_32BIT flag might not be respected under xen?
--+-
 Reporter:  guest |  Owner:
 Type:  bug   | Status:  new   
 Priority:  normal|  Milestone:  6.10.2
Component:  None  |Version:  6.8.3 
 Severity:  critical  | Resolution:
 Keywords:| Difficulty:  Unknown   
 Testcase:|   Architecture:  x86_64 (amd64)
   Os:  Linux |  
--+-
Changes (by igloo):

  * milestone:  6.10.1 = 6.10.2

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2512#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] #2512: MAP_32BIT flag might not be respected under xen?

2008-08-31 Thread GHC
#2512: MAP_32BIT flag might not be respected under xen?
--+-
 Reporter:  guest |  Owner:
 Type:  bug   | Status:  new   
 Priority:  normal|  Milestone:  6.10.1
Component:  None  |Version:  6.8.3 
 Severity:  critical  | Resolution:
 Keywords:| Difficulty:  Unknown   
 Testcase:|   Architecture:  x86_64 (amd64)
   Os:  Linux |  
--+-
Changes (by igloo):

  * milestone:  = 6.10.1

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2512#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] #2512: MAP_32BIT flag might not be respected under xen?

2008-08-16 Thread GHC
#2512: MAP_32BIT flag might not be respected under xen?
--+-
 Reporter:  guest |  Owner:
 Type:  bug   | Status:  new   
 Priority:  normal|  Milestone:
Component:  None  |Version:  6.8.3 
 Severity:  critical  | Resolution:
 Keywords:| Difficulty:  Unknown   
 Testcase:|   Architecture:  x86_64 (amd64)
   Os:  Linux |  
--+-
Changes (by igloo):

  * difficulty:  = Unknown

Old description:

 Here's the error I get when I try to run ghci 6.8.3 on Fedora 9.  I also
 got the same error on ghc 6.8.2 with Fedora 9 and Ubuntu 8.0.4, all
 running x86_64 under xen.

 /ghc-6.8.3# ghci-6.8.3
 GHCi, version 6.8.3: http://www.haskell.org/ghc/  :? for help
 ghc-6.8.3: internal error: R_X86_64_32S relocation out of range: (noname)
 = 0x7ffc1dbd4fb8

 (GHC version 6.8.3 for x86_64_unknown_linux)
 Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 zsh: abort  ghci-6.8.3

 An strace of the bug is attached, as well here's a link to a relevant
 problem: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/237724

New description:

 Here's the error I get when I try to run ghci 6.8.3 on Fedora 9.  I also
 got the same error on ghc 6.8.2 with Fedora 9 and Ubuntu 8.0.4, all
 running x86_64 under xen.
 {{{
 /ghc-6.8.3# ghci-6.8.3
 GHCi, version 6.8.3: http://www.haskell.org/ghc/  :? for help
 ghc-6.8.3: internal error: R_X86_64_32S relocation out of range: (noname)
 = 0x7ffc1dbd4fb8

 (GHC version 6.8.3 for x86_64_unknown_linux)
 Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 zsh: abort  ghci-6.8.3
 }}}
 An strace of the bug is attached, as well here's a link to a relevant
 problem: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/237724

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/2512#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] #2512: MAP_32BIT flag might not be respected under xen?

2008-08-11 Thread GHC
#2512: MAP_32BIT flag might not be respected under xen?
---+
Reporter:  guest   |   Owner:  
Type:  bug |  Status:  new 
Priority:  normal  |   Component:  None
 Version:  6.8.3   |Severity:  critical
Keywords:  |Testcase:  
Architecture:  x86_64 (amd64)  |  Os:  Linux   
---+
 Here's the error I get when I try to run ghci 6.8.3 on Fedora 9.  I also
 got the same error on ghc 6.8.2 with Fedora 9 and Ubuntu 8.0.4, all
 running x86_64 under xen.

 /ghc-6.8.3# ghci-6.8.3
 GHCi, version 6.8.3: http://www.haskell.org/ghc/  :? for help
 ghc-6.8.3: internal error: R_X86_64_32S relocation out of range: (noname)
 = 0x7ffc1dbd4fb8

 (GHC version 6.8.3 for x86_64_unknown_linux)
 Please report this as a GHC bug:
 http://www.haskell.org/ghc/reportabug
 zsh: abort  ghci-6.8.3

 An strace of the bug is attached, as well here's a link to a relevant
 problem: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/237724

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