|
From: | Arun Sharma |
Subject: | Re: [Libunwind-devel] Linux x86_64 unw_is_signal_frame() broken? |
Date: | Wed, 16 Apr 2008 23:39:43 -0700 |
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 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
[Prev in Thread] | Current Thread | [Next in Thread] |