
#10375: arm: ghci hits an illegal instruction
-------------------------------------+---------------------------------
Reporter: erikd | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 7.10.2
Component: GHCi | Version: 7.10.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: arm
Type of failure: GHCi crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------------+---------------------------------
Comment (by erikd):
I smell a rat, or maybe its a red herring. Seem to be getting SIGSEGV
inside the call to `pthread_cond_init`. A bit of googling tells me that
AddressSanitizer intercepts calls to `pthread_cond_init` and can get it
wrong eg : https://code.google.com/p/address-
sanitizer/issues/detail?id=297 .
Sure enough, trivial C program:
{{{
#include