This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/21357] New: unwind-dw2-fde deadlock when using AddressSanitizer


https://sourceware.org/bugzilla/show_bug.cgi?id=21357

            Bug ID: 21357
           Summary: unwind-dw2-fde deadlock when using AddressSanitizer
           Product: glibc
           Version: 2.26
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: rabinv at axis dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

__deregister_frame_info_bases() calls free() while holding a mutex which is
also used from _Unwind_Find_FDE().  This leads to a deadlock if
AddressSanitizer uses _Unwind_Backtrace() from its free() implementation.  Seen
on MIPS.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]