[GHC] #9691: GHC-HEAD runtime is broken on arm
GHC
ghc-devs at haskell.org
Sun Dec 14 23:37:52 UTC 2014
#9691: GHC-HEAD runtime is broken on arm
----------------------------------------+---------------------------
Reporter: mkbrandt | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.9
Resolution: | Keywords:
Operating System: Linux | Architecture: arm
Type of failure: Runtime crash | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: |
----------------------------------------+---------------------------
Comment (by erikd):
Very similar problem on natve arm -> arm compiler:
{{{
Program received signal SIGSEGV, Segmentation fault.
0x01d0a278 in stg_init_finish$def ()
(gdb) bt
#0 0x01d0a278 in stg_init_finish$def ()
#1 0x01d031b2 in threadPaused ()
#2 0x4023f8ca in phys_pages_info (format=0x1 <error: Cannot access memory
at address 0x1>) at ../sysdeps/unix/sysv/linux/getsysstats.c:314
#3 0x01d00dd4 in schedule ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9691#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list