Skip to content

Assertion failed: (LookupCtx && "Sema::LookupQualifiedName requires a lookup context"), function LookupQualifiedName, file SemaLookup.cpp, line 901. #4042

@pwo

Description

@pwo
Bugzilla Link 3670
Resolution FIXED
Resolved on Feb 22, 2010 12:52
Version unspecified
OS FreeBSD
Attachments Pre-processed devd.cc
CC @DougGregor

Extended Description

Before the search path was fixed to actually find this assertion happens.

t.cc:59:10: fatal error: 'algorithm' file not found
#include
^
Assertion failed: (LookupCtx && "Sema::LookupQualifiedName requires a lookup context"), function LookupQualifiedName, file SemaLookup.cpp, line 901.

(gdb) bt
#​0 0x0000000801bbcf0c in kill () from /lib/libc.so.7
#​1 0x0000000801bbbdc8 in abort () from /lib/libc.so.7
#​2 0x0000000801ba33e5 in __assert () from /lib/libc.so.7
#​3 0x0000000000987ab8 in clang::Sema::LookupQualifiedName ()
#​4 0x000000000092b4bc in clang::Sema::ActOnDeclarator ()
#​5 0x0000000000a5dd05 in clang::Parser::ParseInitDeclaratorListAfterFirstDeclarator ()
#​6 0x0000000000a57b95 in clang::Parser::ParseDeclarationOrFunctionDefinition ()
#​7 0x0000000000a589a0 in clang::Parser::ParseExternalDeclaration ()
#​8 0x0000000000a58d6a in clang::Parser::ParseTopLevelDecl ()
#​9 0x0000000000916dce in clang::ParseAST ()
#​10 0x00000000005a2afe in InitializeGCMode ()
#​11 0x00000000005a5b22 in main ()

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillac++

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions