<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 --- - Infinite recursion in LLDB stack unwinding"
href="https://llvm.org/bugs/show_bug.cgi?id=25251">25251</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Infinite recursion in LLDB stack unwinding
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</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>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>tberghammer@google.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=15112" name="attach_15112" title="Source to reproduce the bug">attachment 15112</a> <a href="attachment.cgi?id=15112&action=edit" title="Source to reproduce the bug">[details]</a></span>
Source to reproduce the bug
Infinite recursion in LLDB stack unwinding (resulting in SIGSEGV)
Steps to reproduce the issue:
* g++ -g -std=c++11 ParallelTask.cpp (source file attached)
* ./bin/lldb a.out
* breakpoint set -f ParallelTask.cpp -l 144
* process launch
* thread backtrace all
The issue was introduced by <a href="http://reviews.llvm.org/rL249673">http://reviews.llvm.org/rL249673</a>
Tested on Ubuntu 14.04 wit g++ 4.8.4
So far I haven't managed to reproduce the issue with a smaller example.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>