Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…12625) Calling `self.read_dwarf_sections` directly from the C callback may lead to reallocations and deadlocks due to the internal lock held by `dl_iterate_phdr` (#10084). Work around this by storing object base address and passing it to `self.read_dwarf_sections` later when `dl_iterate_phdr` returns.
- Loading branch information