[LLVMbugs] [Bug 13096] New: error: unable to execute command: Aborted

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jun 12 13:33:04 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=13096

             Bug #: 13096
           Summary: error: unable to execute command: Aborted
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: jamesr at chromium.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


$ clang --version
clang version 3.2 (trunk 155835)
Target: x86_64-unknown-linux-gnu
Thread model: posix

I get this output when compiling one of my targets:

1.   
../../third_party/WebKit/Source/WebKit/chromium/tests/Canvas2DLayerBridgeTest.cpp:79:143:
current parser token ')'
2.   
../../third_party/WebKit/Source/WebKit/chromium/tests/Canvas2DLayerBridgeTest.cpp:73:1:
parsing struct/union/class body 'Canvas2DLayerBridgeTest'
3.   
../../third_party/WebKit/Source/WebKit/chromium/tests/Canvas2DLayerBridgeTest.cpp:76:5:
parsing function body 'fullLifecycleTest'
4.   
../../third_party/WebKit/Source/WebKit/chromium/tests/Canvas2DLayerBridgeTest.cpp:76:5:
in compound statement ('{}')
clang: error: unable to execute command: Aborted
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang: note: diagnostic msg: Please submit a bug report to
http://llvm.org/bugs/ and include command line arguments and all diagnostic
information.
clang: note: diagnostic msg: Preprocessed source(s) and associated run
script(s) are located at:
clang: note: diagnostic msg: /tmp/Canvas2DLayerBridgeTest-lyhF5Q.ii
clang: note: diagnostic msg: /tmp/Canvas2DLayerBridgeTest-lyhF5Q.sh

.ii attached, here's the .sh contents:

 "/hd2/chrome/src/third_party/llvm-build/Release+Asserts/bin/clang" -cc1
-triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free
-main-file-name Canvas2DLayerBridgeTest.cpp -pic-level 2 -mdisable-fp-elim
-relaxed-aliasing -fmath-errno -masm-verbose -mconstructor-aliases
-munwind-tables -target-cpu x86-64 -target-linker-version 2.20.1
-momit-leaf-frame-pointer -g -coverage-file
obj/third_party/WebKit/Source/WebKit/chromium/tests/webkit.Canvas2DLayerBridgeTest.o
-resource-dir
/hd2/chrome/src/third_party/llvm-build/Release+Asserts/bin/../lib/clang/3.2
-dependency-file
obj/third_party/WebKit/Source/WebKit/chromium/tests/webkit.Canvas2DLayerBridgeTest.o.d
-MT
obj/third_party/WebKit/Source/WebKit/chromium/tests/webkit.Canvas2DLayerBridgeTest.o
-fmodule-cache-path /var/tmp/clang-module-cache -internal-isystem
/usr/lib/gcc/x86_64-linux-gnu/4.4/../../../../include/c++/4.4 -internal-isystem
/usr/lib/gcc/x86_64-linux-gnu/4.4/../../../../include/c++/4.4/x86_64-linux-gnu
-internal-isystem
/usr/lib/gcc/x86_64-linux-gnu/4.4/../../../../include/c++/4.4/backward
-internal-isystem /usr/local/include -internal-isystem
/hd2/chrome/src/third_party/llvm-build/Release+Asserts/bin/../lib/clang/3.2/include
-internal-externc-isystem /include -internal-externc-isystem /usr/include -O0
-Werror -Wall -Wno-unused-parameter -Wno-missing-field-initializers
-Wheader-hygiene -Wno-unused-function -Wno-char-subscripts
-Wno-unnamed-type-template-args -Wno-c++11-extensions
-Wno-covered-switch-default -Wexit-time-destructors -Wsign-compare
-fdeprecated-macro -ferror-limit 19 -fmessage-length 0 -fvisibility hidden
-fvisibility-inlines-hidden -pthread -mstackrealign -fno-rtti
-fno-threadsafe-statics -fgnu-runtime -fobjc-runtime-has-arc
-fobjc-runtime-has-weak -fobjc-fragile-abi -fdiagnostics-show-option
-fcolor-diagnostics -load
/hd2/chrome/src/tools/clang/scripts/../../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so
-add-plugin find-bad-constructs -plugin-arg-find-bad-constructs
skip-virtuals-in-implementations -x c++
../../third_party/WebKit/Source/WebKit/chromium/tests/Canvas2DLayerBridgeTest.cp

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list