SIGBUS on crochet for rpi3
Matt Dube
mattdube1837 at gmail.com
Thu May 4 15:57:24 UTC 2017
Hi, I'm not sure if I'm doing something obviously wrong but I get the
following when I try to build the image for rpi3 with crochet.
I've only ever seen SIGBUS on compilation on a parallel fs when a node
rebuilds an object file while another one is trying to use it so I'm not
sure what's causing this.
Anyone has seen this?
Thanks
-Matt
--- CodeGen/CGObjCMac.o ---
c++ -O2 -pipe
-I/usr/src/crochet/work/obj/arm64.aarch64/usr/src/tmp/usr/src/lib/
clang/libclang
-I/usr/src/crochet/work/obj/arm64.aarch64/usr/src/tmp/usr/src/lib/
clang/libllvm -I/usr/src/contrib/llvm/tools/clang/include
-I/usr/src/lib/clang/in
clude -I/usr/src/contrib/llvm/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD
-D__STDC_L
IMIT_MACROS -D__STDC_CONSTANT_MACROS
-DLLVM_DEFAULT_TARGET_TRIPLE=\"aarch64-unkno
wn-freebsd12.0\" -DLLVM_HOST_TRIPLE=\"x86_64-unknown-freebsd12.0\"
-DDEFAULT_SYSR
OOT=\"/usr/src/crochet/work/obj/arm64.aarch64/usr/src/tmp\"
-ffunction-sections -
fdata-sections -MD -MF.depend.CodeGen_CGObjCMac.o -MTCodeGen/CGObjCMac.o
-Qunused
-arguments
-I/usr/src/crochet/work/obj/arm64.aarch64/usr/src/tmp/legacy/usr/inclu
de -std=c++11 -fno-exceptions -fno-rtti -stdlib=libc++
-Wno-c++11-extensions -c
/usr/src/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp -o
CodeGen/CGObjCMac
.o
--- CodeGen/CGExprScalar.o ---
c++: error: unable to execute command: Bus error (core dumped)
c++: error: clang frontend command failed due to signal (use -v to see
invocation
)
FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM
3.8.0)
Target: x86_64-unknown-freebsd11.0
Thread model: posix
InstalledDir: /usr/bin
c++: note: diagnostic msg: PLEASE submit a bug report to
https://bugs.freebsd.org
/submit/ and include the crash backtrace, preprocessed source, and
associated run
script.
c++: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
c++: note: diagnostic msg: /tmp/CGExprScalar-4d931a.cpp
c++: note: diagnostic msg: /tmp/CGExprScalar-4d931a.sh
c++: note: diagnostic msg:
********************
*** [CodeGen/CGExprScalar.o] Error code 254
make[4]: stopped in /usr/src/lib/clang/libclang
1 error
More information about the freebsd-arm
mailing list