Hi Mark,

On Wed, Jan 22, 2025 at 7:12 PM Mark Wielaard <m...@klomp.org> wrote:
>
> On Sun, Jan 19, 2025 at 10:20:34PM -0500, Aaron Merey wrote:
> >       * libdw/dwarf_offdie.c (__libdw_offdie): Use dwarf_lock.
>
> What exactly is "protected" here?  If it is just the __libdw_findcu
> call, then it seems the lock is too wide/early. It could just be taken
> just before that call, the code before it doesn't seem to need to be
> under this lock.

The tests pass when taking the lock just before __libdw_findcu. Will
update this patch.

Aaron

Reply via email to