https://llvm.org/bugs/show_bug.cgi?id=25251
Bug ID: 25251
Summary: Infinite recursion in LLDB stack unwinding
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 15112
--> https://llvm.org/bugs/attachment.cgi?id=15112&action=edit
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 http://reviews.llvm.org/rL249673
Tested on Ubuntu 14.04 wit g++ 4.8.4
So far I haven't managed to reproduce the issue with a smaller example.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev