Skip to content

Instantly share code, notes, and snippets.

@etosch
Created March 24, 2013 23:08
Show Gist options
  • Save etosch/5233999 to your computer and use it in GitHub Desktop.
Save etosch/5233999 to your computer and use it in GitHub Desktop.
This makes me a l33t h4x0r, right?
0 clang 0x0000000100c539f2 main + 12919346
Stack dump:
0. Program arguments: /usr/bin/clang -cc1 -triple x86_64-apple-macosx10.8.0 -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name Parser.cpp -pic-level 2 -mdisable-fp-elim -masm-verbos\
e -munwind-tables -target-cpu core2 -target-linker-version 136 -g -coverage-file /Users/etosch/dev/memstashed/parser.o -resource-dir /usr/bin/../lib/clang/4.2 -I . -fmodule-cache-path /var/folders/wp/rsvsklwn1l\
73jm32n3_lqqb00000gr/T/clang-module-cache -Wno-write-strings -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/etosch/dev/memstashed -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -mstackreal\
ign -fblocks -fobjc-runtime=macosx-10.8.0 -fobjc-dispatch-method=mixed -fobjc-default-synthesize-properties -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o parser.o -x c++ Parser.cpp
1. <eof> parser at end of file
2. Per-file LLVM IR generation
3. Parser.cpp:53:10: Generating code for declaration '<anonymous class>::operator()(Cmd::cmd_node &)::<anonymous class>::operator()'
4. Parser.cpp:53:24: LLVM IR generation of compound statement ('{}')
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.24) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.2.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/wp/rsvsklwn1l73jm32n3_lqqb00000gr/T/Parser-xQM8O0.cpp
clang: note: diagnostic msg: /var/folders/wp/rsvsklwn1l73jm32n3_lqqb00000gr/T/Parser-xQM8O0.sh
clang: note: diagnostic msg:
********************
make: *** [stashtest] Error 254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment