[LLVMbugs] [Bug 16497] New: clang: error: unable to execute command: Segmentation fault: 11
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jun 29 23:50:44 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16497
Bug ID: 16497
Summary: clang: error: unable to execute command: Segmentation
fault: 11
Product: clang
Version: 3.2
Hardware: PC
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: bryanwsapp at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10797
--> http://llvm.org/bugs/attachment.cgi?id=10797&action=edit
Preprocessed source + run script
Version:
Apple LLVM version 4.2 (clang-425.0.28)
Summary:
While compiling an open source megadrive emulator, picodrive
(https://github.com/notaz/picodrive), clang crashed with the error:
clang: error: unable to execute command: Segmentation fault: 11
Notes:
0 clang 0x0000000100c57bb2 main + 12932498
Stack dump:
0. Program arguments: /usr/bin/clang -cc1 -triple x86_64-apple-macosx10.8.0
-emit-obj -disable-free -disable-llvm-verifier -main-file-name memory.c
-pic-level 2 -mdisable-fp-elim -masm-verbose -munwind-tables -target-cpu core2
-target-linker-version 136 -g -coverage-file
/Users/clobber/Documents/clobber/picodrive/pico/memory.o -resource-dir
/usr/bin/../lib/clang/4.2 -D NDEBUG -D EMU_F68K -D _USE_CZ80 -I . -I
platform/linux/ -fmodule-cache-path
/var/folders/kh/f9qqcqz165d0gbtbg9v43zlh0000gn/T/clang-module-cache -O2 -Wall
-fdebug-compilation-dir /Users/clobber/Documents/clobber/picodrive
-ferror-limit 19 -fmessage-length 87 -stack-protector 1 -mstackrealign -fblocks
-fobjc-runtime=macosx-10.8.0 -fobjc-dispatch-method=mixed
-fobjc-default-synthesize-properties -fdiagnostics-show-option
-fcolor-diagnostics -o pico/memory.o -x c pico/memory.c
1. <eof> parser at end of file
2. Code generation
3. Running pass 'Function Pass Manager' on module 'pico/memory.c'.
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to
http://developer.apple.com/bugreporter/ and include the crash backtrace,
preprocessed source, and associated run script.
clang: note: diagnostic msg:
********************
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg:
/var/folders/kh/f9qqcqz165d0gbtbg9v43zlh0000gn/T/memory-47tPfX.c
clang: note: diagnostic msg:
/var/folders/kh/f9qqcqz165d0gbtbg9v43zlh0000gn/T/memory-47tPfX.sh
clang: note: diagnostic msg:
********************
make: *** [pico/memory.o] Error 254
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130630/168ebae9/attachment.html>
More information about the llvm-bugs
mailing list