[LLVMbugs] [Bug 5701] New: assertion failed when tried to generate XML
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Dec 6 13:24:08 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=5701
Summary: assertion failed when tried to generate XML
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: AST
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: yozh at mx1.ru
CC: llvmbugs at cs.uiuc.edu
===
# cat ~/hello.cpp
#include <iostream>
using namespace std;
int main() {
std::cout << "hello" << std::endl;
return 0;
}
# ./clang-cc -ast-print-xml ~/hello.cpp
Assertion failed: (NodeStack.size() > 1 && "too much backtracking"), function
toParent, file DocumentXML.cpp, line 51.
Stack dump:
0. Program arguments: ./clang-cc -ast-print-xml /home/nga/hello.cpp
1. <eof> parser at end of file
zsh: abort ./clang-cc -ast-print-xml ~/hello.cpp
===
Used trunk, r90717.
--
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