[GHC] #8377: GHCi crashes with unboxed values on 32-bit platforms
GHC
ghc-devs at haskell.org
Mon Sep 30 00:23:25 CEST 2013
#8377: GHCi crashes with unboxed values on 32-bit platforms
-------------------------------------+---------------------------
Reporter: akio | Owner:
Type: bug | Status: patch
Priority: normal | Milestone:
Component: GHCi | Version: 7.7
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: x86
Type of failure: GHCi crash | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+---------------------------
Comment (by Austin Seipp <austin@…>):
In [changeset:3bd786147fc9eff8d03ec9ac2697ada826282b08/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="3bd786147fc9eff8d03ec9ac2697ada826282b08"
Fix BCO bitmap generation on 32-bit platforms (#8377)
On 32-bit platforms, the bitmap should be an array of
32-bit words, not Word64s.
Signed-off-by: Austin Seipp <austin at well-typed.com>
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8377#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list