[Bug 285870] Bug in atexit code in rare specific case + patch to correct it
Date: Thu, 03 Apr 2025 19:49:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285870 --- Comment #2 from Aurélien Croc de Suray <freebsd@ap2c.com> --- I wrote a libc patch which set a flag in order to let __cxa_finalize redoing its job if a new callback was added for the current DSO during the __cxa_finalize call. It solve the problem. See atexit.patch -- You are receiving this mail because: You are the assignee for the bug.