libunwind-devel
[Top][All Lists]
Advanced

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

Re: [Libunwind-devel] Linux x86_64 unw_is_signal_frame() broken?


From: Arun Sharma
Subject: Re: [Libunwind-devel] Linux x86_64 unw_is_signal_frame() broken?
Date: Wed, 16 Apr 2008 23:39:43 -0700


Today actually.

http://git.kernel.org/gitweb.cgi?p=libs/libunwind/libunwind.git;a=commit;h=bb9d3dc6893536132929add38dc52cbf2dbb201c

 -Arun

On Wed, Apr 16, 2008 at 10:45 PM, Mark Rabkin <address@hidden> wrote:
Could you let us know when the fix is applied?   I've encountered this as well and would love to grab the latest source.



On 4/15/08 11:08 PM, "Arun Sharma" <address@hidden> wrote:

On Tue, Apr 15, 2008 at 7:03 PM, Paul Pluzhnikov <address@hidden> wrote:
-  w1 &= 0xffffffff;
-  return (w0 == 0x0f0000000fc0c748 && w1 == 0x66666605);
+  w1 &= 0xff;
+  return (w0 == 0x0f0000000fc0c748 && w1 == 0x05);

Your fix looks right to me. David, please apply.

Longer term, we should use dwarf augmentations to match signal frames though.

 -Arun
 



_______________________________________________
Libunwind-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/libunwind-devel



reply via email to

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