[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] x86_64 on libunwind 1.1rc1
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] x86_64 on libunwind 1.1rc1 |
Date: |
Thu, 4 Oct 2012 20:06:17 -0700 |
On Wed, Oct 3, 2012 at 10:48 AM, Jim Lloyd <address@hidden> wrote:
> My next step is to try gperftools and will report back results. In the
> meantime, should I expect to see the above two failures on X86_64? Is there
> any workaround for them?
Yes - these are two known failures. x86_64 doesn't support registering
unwind info for dynamically generated code (Eg: JITs) yet.
-Arun