<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW " title="NEW --- - crash in findCCommentEnd / clang_Cursor_getParsedComment" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D24280&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=AGQ5d5QhyN8RDV53p1ZpoCURTwng78ZA5RxVhWqPwxo&s=ID3Bu980aw8ZEIhPf1fPlv4Szd6K8cAceqAPeDZ7RXs&e=">24280</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>crash in findCCommentEnd / clang_Cursor_getParsedComment
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>3.7
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>libclang
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mail@milianw.de
</td>
</tr>
<tr>
<th>CC</th>
<td>klimek@google.com, llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>another crash I just encountered in kdev-clang, using clang-c based on
llvm/clang build from the release_37 branches:
#6 findCCommentEnd (BufferPtr=<optimized out>, BufferEnd=<optimized out>) at
/home/milian/projects/src/clang/lib/AST/CommentLexer.cpp:260
#7 clang::comments::Lexer::lex (this=0x7f0ca7499c58, T=...) at
/home/milian/projects/src/clang/lib/AST/CommentLexer.cpp:781
#8 0x00007f0c9df9c0e0 in consumeToken (this=0x7f0ca7499a38) at
/home/milian/projects/src/clang/include/clang/AST/CommentParser.h:63
#9 clang::comments::Parser::parseParagraphOrBlockCommand (this=0x7f0ca7499a38)
at /home/milian/projects/src/clang/lib/AST/CommentParser.cpp:603
#10 0x00007f0c9df9d60a in parseBlockContent (this=<optimized out>) at
/home/milian/projects/src/clang/lib/AST/CommentParser.cpp:736
#11 clang::comments::Parser::parseFullComment (this=<optimized out>) at
/home/milian/projects/src/clang/lib/AST/CommentParser.cpp:766
#12 0x00007f0c9df11e83 in clang::RawComment::parse (this=<optimized out>,
Context=..., PP=<optimized out>, D=<optimized out>) at
/home/milian/projects/src/clang/lib/AST/RawCommentList.cpp:162
#13 0x00007f0c9de42dfb in clang::ASTContext::getCommentForDecl
(this=0x7f0bcae29ff0, D=0x7f0ca06f3f00, PP=0x0) at
/home/milian/projects/src/clang/lib/AST/ASTContext.cpp:541
#14 0x00007f0c9de1c27e in clang_Cursor_getParsedComment (C=...) at
/home/milian/projects/src/clang/tools/libclang/CXComment.cpp:40
...</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>