On Fri, Oct 24, 2014 at 3:05 AM, Simon Atanasyan <[email protected]> wrote:
> When we include "config.h" into the "libunwind_i.h" we undefine
> the HAVE___THREAD macro in a few lines below in #include "config.h"
> pragma. The change eac65dc includes "config.h" into the "dwarf.h"
> but forgets to undefine HAVE___THREAD. So now this macro has inconsistent
> state among the code. Somewhere it is defined, somewhere not. In particular
> it becomes defined in the mi/Gset_caching_policy.c and we do not replace
> UNW_CACHE_PER_THREAD caching policy by the UNW_CACHE_GLOBAL.
>

Thanks for tracking it down. I pushed your both patches to git.
Paul: I also applied the labs revert patch. I learnt something new as well.

 -Arun

_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to