[LLVMbugs] [Bug 8132] New: signal 11 while analyzing a file with clang from 2.8 branch

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Sep 12 14:47:26 PDT 2010


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

           Summary: signal 11 while analyzing a file with clang from 2.8
                    branch
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: bero at arklinux.org
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=5481)
 --> (http://llvm.org/bugs/attachment.cgi?id=5481)
Original file showing the problem

Using current 2.8 branch, I get this:


[bero at matterhorn QtExt]$ clang -I. -I/usr/include/QtCore -v --analyze MD5.cpp
clang version 2.8 (branches/release_28)
Target: x86_64-unknown-linux-gnu
Thread model: posix
 "/usr/bin/clang" -cc1 -triple x86_64-unknown-linux-gnu -analyze -disable-free
-disable-llvm-verifier -main-file-name MD5.cpp -analyzer-store=region
-analyzer-opt-analyze-nested-blocks -analyzer-check-dead-stores
-analyzer-check-objc-mem -analyzer-eagerly-assume
-analyzer-check-objc-methodsigs -analyzer-check-objc-unused-ivars
-analyzer-check-idempotent-operations -analyzer-output plist -w
-mrelocation-model static -mdisable-fp-elim -mconstructor-aliases
-munwind-tables -target-cpu x86-64 -target-linker-version 2.20.51.0.11.20100810
-v -resource-dir /usr/lib/clang/2.8 -I . -I /usr/include/QtCore -ferror-limit
19 -fmessage-length 82 -fexceptions -fgnu-runtime -fdiagnostics-show-option
-fcolor-diagnostics -o MD5.plist -x c++ MD5.cpp
clang -cc1 version 2.8 based upon llvm 2.8rc hosted on x86_64-unknown-linux-gnu
#include "..." search starts here:
#include <...> search starts here:
 .
 /usr/include/QtCore
 /usr/include/c++/4.5.1
 /usr/include/c++/4.5.1/x86_64-unknown-linux-gnu
 /usr/include/c++/4.5.1/backward
 /usr/local/include
 /usr/lib/clang/2.8/include
 /usr/include
End of search list.
Stack dump:
0.      Program arguments: /usr/bin/clang -cc1 -triple x86_64-unknown-linux-gnu
-analyze -disable-free -disable-llvm-verifier -main-file-name MD5.cpp
-analyzer-store=region -analyzer-opt-analyze-nested-blocks
-analyzer-check-dead-stores -analyzer-check-objc-mem -analyzer-eagerly-assume
-analyzer-check-objc-methodsigs -analyzer-check-objc-unused-ivars
-analyzer-check-idempotent-operations -analyzer-output plist -w
-mrelocation-model static -mdisable-fp-elim -mconstructor-aliases
-munwind-tables -target-cpu x86-64 -target-linker-version 2.20.51.0.11.20100810
-v -resource-dir /usr/lib/clang/2.8 -I . -I /usr/include/QtCore -ferror-limit
19 -fmessage-length 82 -fexceptions -fgnu-runtime -fdiagnostics-show-option
-fcolor-diagnostics -o MD5.plist -x c++ MD5.cpp 
1.      <eof> parser at end of file
2.      MD5.cpp:135:2: Error evaluating statement
3.      MD5.cpp:135:2: Error evaluating statement
clang: error: clang frontend command failed due to signal 11 (use -v to see
invocation)

Attaching the file triggering the problem.

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