[Issue 24427] Crash when dlopen'ed library not dlclose'd explicitly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 1 23:33:42 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24427
--- Comment #12 from Richard Cattermole <alphaglosined at gmail.com> ---
Okay, ldc and dmd have differing implementations of ``rt.sections_elf_shared``.
With ldc yes, you need to stick with only shared library build of druntime, it
cannot be mixed.
>From what I can tell it's an ordering problem due to not explicitly loading
then unloading druntime in the right order.
--
More information about the Digitalmars-d-bugs
mailing list