[Issue 11378] implicit runtime initialization/finalization is broken
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 31 07:50:50 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11378
--- Comment #13 from Martin Nowak <code at dawg.eu> 2013-10-31 07:50:45 PDT ---
(In reply to comment #12)
> Can't we setup a callback using "atexit" which correctly terminates the
> runtime?
No, because then we couldn't clean up the stack.
I still don't understand the need for this. I don't even know if a C program
can be terminated by a call to exit from another thread.
--
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