libunwind-devel
[Top][All Lists]
Advanced

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

Re: [Libunwind-devel] [Patch] AArch64 port


From: Arun Sharma
Subject: Re: [Libunwind-devel] [Patch] AArch64 port
Date: Mon, 29 Apr 2013 07:54:31 -0700

On Mon, Apr 29, 2013 at 6:38 AM, Yvan Roux <address@hidden> wrote:
Hi Arun,

Thanks for your review. I looked at the Ltest-nomalloc failures, and
the detected malloc calls are made in fopen (called by
load_debug_frame in dwarf/Gfind_proc_info-lsb.c) thus, I don't see how
to fix this in libunwind.

Should be fixable by replacing those calls with open(2). In general, we should avoid calling any APIs that are not async signal safe.

 -Arun

reply via email to

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