[GHC] #11289: T8628 fails on ARM

#11289: T8628 fails on ARM -------------------------------------+------------------------------------- Reporter: bgamari | Owner: Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: Incorrect result Unknown/Multiple | at runtime Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- The `ghc-api/T8628` testcase fails on ARM with a runtime linker abort, {{{ $ ./T8628 /mnt/work/arm/ghc/ghc-nightly/inplace/lib T8628: internal error: checkProddableBlock: invalid fixup in runtime linker: 0xb6238ce0 (GHC version 7.11.20151225 for arm_unknown_linux) Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11289 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#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@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

#11289: T8628 fails on ARM -------------------------------------+------------------------------------- Reporter: bgamari | Owner: Type: bug | Status: patch 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): * status: new => patch Comment: I believe this is addressed by Phab:D1700. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11289#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11289: T8628 fails on ARM -------------------------------------+------------------------------------- Reporter: bgamari | Owner: bgamari Type: bug | Status: patch 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): * owner: => bgamari -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11289#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#11289: T8628 fails on ARM
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: bgamari
Type: bug | Status: patch
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: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari

#11289: T8628 fails on ARM -------------------------------------+------------------------------------- Reporter: bgamari | Owner: bgamari Type: bug | Status: closed Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: fixed | 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): * status: patch => closed * resolution: => fixed -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/11289#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC