Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

unable to execute command: Segmentation #12555

Open Quuxplusone opened 12 years ago

Quuxplusone commented 12 years ago
Bugzilla Link PR12447
Status NEW
Importance P enhancement
Reported by chen3feng (chen3feng@gmail.com)
Reported on 2012-04-03 06:36:03 -0700
Last modified on 2014-03-18 10:34:07 -0700
Version unspecified
Hardware PC Linux
CC llvm-bugs@lists.llvm.org
Fixed by commit(s)
Attachments atomic_test-oM8WVl.ii.gz (142784 bytes, application/x-gzip)
Blocks
Blocked by PR18924
See also
Compiling common/system/concurrency/atomic/atomic_test.cpp
0  clang           0x0000000001eb4332
1  clang           0x0000000001eb4106
2  libpthread.so.0 0x00007f3663de12d0
3  clang           0x000000000197772d
llvm::ComputeValueVTs(llvm::TargetLowering const&, llvm::Type*,
llvm::SmallVectorImpl<llvm::EVT>&, llvm::SmallVectorImpl<unsigned long>*,
unsigned long) + 29
4  clang           0x000000000183f6fa
5  clang           0x0000000004cba6e0
Stack dump:
0.      Program arguments: /data/clang/bin/clang -cc1 -triple x86_64-unknown-
linux-gnu -emit-obj -disable-free -disable-llvm-verifier -main-file-name
atomic_test.cpp -pic-level 2 -mdisable-fp-elim -masm-verbose -mconstructor-
aliases -munwind-tables -target-cpu x86-64 -target-linker-version 11.4 -momit-
leaf-frame-pointer -coverage-file
build64_release/common/system/concurrency/atomic/atomic_test.objs/atomic_test.cpp.o
-resource-dir /data/clang/bin/../lib/clang/3.0 -I thirdparty -I build64_release
-I . -I /usr/include/python2.7 -fmodule-cache-path /tmp/clang-module-cache -
internal-isystem /usr/lib64/gcc/x86_64-suse-
linux/4.5/../../../../include/c++/4.5 -internal-isystem /usr/lib64/gcc/x86_64-
suse-linux/4.5/../../../../include/c++/4.5/x86_64-suse-linux -internal-isystem
/usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../include/c++/4.5/backward -
internal-isystem /usr/local/include -internal-isystem
/data/clang/bin/../lib/clang/3.0/include -internal-externc-isystem /usr/include
-O2 -fdeprecated-macro -ferror-limit 19 -fmessage-length 0 -fgnu-runtime -fobjc-
runtime-has-arc -fobjc-runtime-has-weak -fobjc-fragile-abi -fcxx-exceptions -
fexceptions -fdiagnostics-show-option -o
build64_release/common/system/concurrency/atomic/atomic_test.objs/atomic_test.cpp.o
-x c++ common/system/concurrency/atomic/atomic_test.cpp
1.      <eof> parser at end of file
2.      Code generation
3.      Running pass 'Function Pass Manager' on module
'common/system/concurrency/atomic/atomic_test.cpp'.
4.      Running pass 'X86 DAG->DAG Instruction Selection' on function
'@_ZN14type_tester_fpIfE3runEPKc'
clang: error: unable to execute command: Segmentation fault
clang: error: clang frontend command failed due to signal 2 (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) are located at:
clang: note: diagnostic msg: /tmp/atomic_test-oM8WVl.ii
Quuxplusone commented 12 years ago

Attached atomic_test-oM8WVl.ii.gz (142784 bytes, application/x-gzip): Preprocessed source gzipped