libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libunwind-devel] [PATCH 6/6] Fixes for interation end conditions of


From: Arun Sharma
Subject: Re: [Libunwind-devel] [PATCH 6/6] Fixes for interation end conditions of non-dwarf walker on x86_64.
Date: Mon, 14 May 2012 23:21:23 -0700

On Mon, May 14, 2012 at 11:17 PM, Arun Sharma <address@hidden> wrote:
> On Mon, Apr 23, 2012 at 3:29 AM, Konstantin Belousov <address@hidden> wrote:
>> In the commit d04dc94cc2b0141f06ed9de1665ab89a3f549e0b, the check for
>> dwarf.ip == 0 was removed from non-dwarf walker in x86_64 version of
>> unw_step(). Apparently this broke the detection of the end of frame
>> chain when NULL %rbp is specified, because the case just marked
>> dwarf.ip as 0. Explicitely set ret to 0 to indicate the end of
>> iteration.
>
> I can't find commit d04dc94cc2b0141f06ed9de1665ab89a3f549e0b

My bad. Found it now :)

>>
>> Similarly, if dwarf_get() reading of %rip succeeds for non-dward walker,
>> reset the ret to 1. The success value of 0 stops the iteration.
>
> This second part breaks test-ptrace on Linux. What if dwarf_get() returns 0?
>

I applied only the first part of this patch.

 -Arun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]