Skip to content

Instantly share code, notes, and snippets.

@pnkfelix
Created December 31, 2019 03:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pnkfelix/4a2793936f0e3a1e6feb6e647d063961 to your computer and use it in GitHub Desktop.
Save pnkfelix/4a2793936f0e3a1e6feb6e647d063961 to your computer and use it in GitHub Desktop.
# Crash reproducer for clang version 9.0.0 (https://github.com/rust-lang/llvm-project.git 2cb41005ed5c4747b10d2bf01d8779d3bb4ae32d)
# Driver args: "-c" "issue65844.c" "-mno-sse2"
# Original command: "/home/pnkfelix/Dev/Mozilla/rust.git/objdir-dbgopt/build/x86_64-unknown-linux-gnu/llvm/bin/clang-9" "-cc1" "-triple" "x86_64-unknown-linux-gnu" "-emit-obj" "-mrelax-all" "-disable-free" "-main-file-name" "issue65844.c" "-mrelocation-model" "static" "-mthread-model" "posix" "-mdisable-fp-elim" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases" "-munwind-tables" "-fuse-init-array" "-target-cpu" "x86-64" "-target-feature" "-sse2" "-dwarf-column-info" "-debugger-tuning=gdb" "-coverage-notes-file" "/home/pnkfelix/Dev/Mozilla/rust.git/objdir-dbgopt/issue65844.gcno" "-resource-dir" "/home/pnkfelix/Dev/Mozilla/rust.git/objdir-dbgopt/build/x86_64-unknown-linux-gnu/llvm/lib/clang/9.0.0" "-internal-isystem" "/usr/local/include" "-internal-isystem" "/home/pnkfelix/Dev/Mozilla/rust.git/objdir-dbgopt/build/x86_64-unknown-linux-gnu/llvm/lib/clang/9.0.0/include" "-internal-externc-isystem" "/include" "-internal-externc-isystem" "/usr/include" "-fdebug-compilation-dir" "/home/pnkfelix/Dev/Mozilla/rust.git/objdir-dbgopt" "-ferror-limit" "19" "-fmessage-length" "200" "-fobjc-runtime=gcc" "-fdiagnostics-show-option" "-faddrsig" "-o" "issue65844.o" "-x" "c" "issue65844.c"
"/home/pnkfelix/Dev/Mozilla/rust.git/objdir-dbgopt/build/x86_64-unknown-linux-gnu/llvm/bin/clang-9" "-cc1" "-triple" "x86_64-unknown-linux-gnu" "-emit-obj" "-mrelax-all" "-disable-free" "-main-file-name" "issue65844.c" "-mrelocation-model" "static" "-mthread-model" "posix" "-mdisable-fp-elim" "-fmath-errno" "-masm-verbose" "-mconstructor-aliases" "-munwind-tables" "-fuse-init-array" "-target-cpu" "x86-64" "-target-feature" "-sse2" "-dwarf-column-info" "-debugger-tuning=gdb" "-coverage-notes-file" "/home/pnkfelix/Dev/Mozilla/rust.git/objdir-dbgopt/issue65844.gcno" "-ferror-limit" "19" "-fmessage-length" "200" "-fobjc-runtime=gcc" "-fdiagnostics-show-option" "-faddrsig" "-x" "c" "issue65844-3b4b26.c"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment