You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating a follow-up bug on this to automate some of the testing around this, but for now I think I can call this working. I'll release 0.1.5 with some doc fixes to indicate that this crate works for bin and cdylib based on these findings.
Ctors run when I load a shared library, but its dtors do not run when that library is unloaded.
As you commented in dtolnay/inventory#1 (comment), fixing this may involve changing over from
atexit
to__cxa_atexit
.The text was updated successfully, but these errors were encountered: