Re: [PATCH 2/4] Make the backtrace-data test helper more robust

2017-02-12 Thread Mark Wielaard
On Fri, 2017-02-10 at 15:19 +0100, Ulf Hermann wrote: > When unwinding by frame pointer the unwinder might ask for invalid > addresses. We don't have to fail the test in this case. In fact > any broken dwarf information can lead to requests for invalid > addresses, also without frame pointer unwind

[PATCH 2/4] Make the backtrace-data test helper more robust

2017-02-10 Thread Ulf Hermann
When unwinding by frame pointer the unwinder might ask for invalid addresses. We don't have to fail the test in this case. In fact any broken dwarf information can lead to requests for invalid addresses, also without frame pointer unwinding. Signed-off-by: Ulf Hermann --- tests/ChangeLog