Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault on debug bootstrap on armv7l #26639

Closed
staticfloat opened this issue Mar 28, 2018 · 2 comments
Closed

Segfault on debug bootstrap on armv7l #26639

staticfloat opened this issue Mar 28, 2018 · 2 comments
Labels
system:arm ARMv7 and AArch64

Comments

@staticfloat
Copy link
Member

We're getting a segfault on make debug when running on armv7l:

signal (11): Segmentation fault
in expression starting at no file:0
_ZN4llvm15MCSymbolRefExprC1EPKNS_8MCSymbolENS0_11VariantKindEPKNS_9MCAsmInfoE at /buildworker/worker/package_linuxarmv7l/build/usr/bin/../lib/libLLVM-3.9.so (unknown line)
unknown function (ip: 0x8f64efa7)
Allocations: 226471069 (Pool: 226441832; Big: 29237); GC: 1332
Segmentation fault (core dumped)

See https://build.julialang.org/#/builders/4/builds/881 for more details. Interestingly enough, we make it through make release just fine. Perhaps our recent alignment fixes aren't getting applied properly to debug builds?

@vtjnash
Copy link
Member

vtjnash commented Mar 28, 2018

Seems to have been a std::bad_alloc up until https://build.julialang.org/#/builders/4/builds/616, but f9f11a3...12964e8 doesn't seem very interesting

@JeffBezanson JeffBezanson added the system:arm ARMv7 and AArch64 label Mar 28, 2018
@ViralBShah
Copy link
Member

Maybe related to #26122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:arm ARMv7 and AArch64
Projects
None yet
Development

No branches or pull requests

4 participants