[GHC] #11289: T8628 fails on ARM
GHC
ghc-devs at haskell.org
Sat Dec 26 10:42:34 UTC 2015
#11289: T8628 fails on ARM
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 8.0.1
Component: Compiler | Version: 7.11
Resolution: | Keywords:
Operating System: Linux | Architecture: arm
Type of failure: Incorrect result | Test Case:
at runtime |
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by bgamari):
* os: Unknown/Multiple => Linux
* architecture: Unknown/Multiple => arm
Comment:
The backtrace looks like this,
{{{
Program received signal SIGABRT, Aborted.
__libc_do_syscall () at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-
syscall.S:44
44 ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such
file or directory.
(gdb) bt
#0 __libc_do_syscall () at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-
syscall.S:44
#1 0xb6db5ec6 in __GI_raise (sig=sig at entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:56
#2 0xb6db6bce in __GI_abort () at abort.c:89
#3 0x02de1c94 in rtsFatalInternalErrorFn (s=0x0, ap=...) at
rts/RtsMessages.c:182
#4 0x02de1d90 in barf (s=0x31204c8 "checkProddableBlock: invalid fixup in
runtime linker: %p") at rts/RtsMessages.c:46
#5 0x02de49c8 in checkProddableBlock (size=4, oc=<optimized out>,
addr=0xb627fce0) at rts/Linker.c:2584
#6 do_Elf_Rel_relocations (shnum=<optimized out>, shdr=<optimized out>,
ehdrC=<optimized out>, oc=0x0) at rts/Linker.c:5041
#7 ocResolve_ELF (oc=0x0) at rts/Linker.c:5617
#8 resolveObjs_ () at rts/Linker.c:2433
#9 resolveObjs () at rts/Linker.c:2475
#10 0x02628534 in ghcizm0_GHCiziObjLink_resolveObjs1_info$def ()
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11289#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list