[LLVMbugs] [Bug 12447] New: unable to execute command: Segmentation

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Apr 3 04:36:03 PDT 2012


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

             Bug #: 12447
           Summary: unable to execute command: Segmentation
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: chen3feng at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


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

-- 
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