Re: PR lib/59751: dlclose is not MT-safe depending on the libraries unloaded
Anthony Mallet <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Organization | LAAS/CNRS - Toulouse - France |
| Message-ID | <[email protected]> |
On Thursday 16 Jul 2026, at 10:47, Anthony Mallet wrote: > Now, I'm back to my original problem though (before your changes, > ld.elf_so around Jan 22 this year), which is a segfault in dclose() Sorry, not clear. I meant: I am now using -current ld.elf_so, but the symptom is similar to the one before the MT-safe fix. I also forgot to mention that if I comment out the main dlclose(), the application exits cleanly with exit(2) (still performing the second, initially recursive, dlclose during __cxa_finalize).