[LLVMbugs] [Bug 16543] New: clang crash

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jul 4 23:53:47 PDT 2013


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

            Bug ID: 16543
           Summary: clang crash
           Product: clang
           Version: 3.2
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: dushistov at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified

I try compile my program with clang 3.2:
0  libLLVM-3.2svn.so 0xf6da9d18
1  libLLVM-3.2svn.so 0xf6daa0f4
2  linux-gate.so.1   0xffffe400 __kernel_sigreturn + 0
3  clang             0x08c7a169 clang::FunctionDecl::getNumParams() const + 25
4  clang             0x08c90e9f
clang::CXXConstructorDecl::isCopyOrMoveConstructor(unsigned int&) const + 31
5  clang             0x08740bc4
6  clang             0x08745af3
7  clang             0x087523c4
clang::InitializationSequence::InitializationSequence(clang::Sema&,
clang::InitializedEntity const&, clang::InitializationKind const&,
clang::Expr**, unsigned int) + 1652
8  clang             0x08749eb6
clang::Sema::PerformCopyInitialization(clang::InitializedEntity const&,
clang::SourceLocation, clang::ActionResult<clang::Expr*, true>, bool, bool) +
230
9  clang             0x087b94ee
clang::Sema::PerformMoveOrCopyInitialization(clang::InitializedEntity const&,
clang::VarDecl const*, clang::QualType, clang::Expr*, bool) + 94
10 clang             0x087bb4e6
clang::Sema::ActOnReturnStmt(clang::SourceLocation, clang::Expr*) + 966
11 clang             0x088577da
12 clang             0x088592b2
13 clang             0x08857094
14 clang             0x0885942a clang::Sema::SubstStmt(clang::Stmt*,
clang::MultiLevelTemplateArgumentList const&) + 106
15 clang             0x08868a27
clang::Sema::InstantiateFunctionDefinition(clang::SourceLocation,
clang::FunctionDecl*, bool, bool) + 1287
16 clang             0x08868380 clang::Sema::PerformPendingInstantiations(bool)
+ 464
17 clang             0x085a0ca7 clang::Sema::ActOnEndOfTranslationUnit() + 1655
18 clang             0x0850c659
clang::Parser::ParseTopLevelDecl(clang::OpaquePtr<clang::DeclGroupRef>&) + 393
19 clang             0x085027ef clang::ParseAST(clang::Sema&, bool, bool) + 303
20 clang             0x0824edbc clang::ASTFrontendAction::ExecuteAction() + 108
21 clang             0x083a0fe8 clang::CodeGenAction::ExecuteAction() + 40
22 clang             0x0824f4a8 clang::FrontendAction::Execute() + 88
23 clang             0x0822cac2
clang::CompilerInstance::ExecuteAction(clang::FrontendAction&) + 258
24 clang             0x08215a24
clang::ExecuteCompilerInvocation(clang::CompilerInstance*) + 1460
25 clang             0x082105d6 cc1_main(char const**, char const**, char
const*, void*) + 1030
26 clang             0x0820f037 main + 8279
27 libc.so.6         0xf6542833 __libc_start_main + 243
28 clang             0x0820f6c1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130705/02513166/attachment.html>


More information about the llvm-bugs mailing list