[Issue 9900] static this and gc shutdown order issue

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 7 16:56:16 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9900


Martin Nowak <code at dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code at dawg.eu


--- Comment #1 from Martin Nowak <code at dawg.eu> 2013-04-07 16:56:15 PDT ---
You must not use any shared library after unloading.
The simplest approach right now is to nullify any class from the shared library
and call GC.collect so that they get collected and finalized.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list