On Mon, Apr 29, 2013 at 6:38 AM, Yvan Roux <[email protected]> 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
_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to