[Issue 8135] throwing Error runs finally handler

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 24 12:53:30 PDT 2012


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



--- Comment #11 from dawg at dawgfoto.de 2012-05-24 12:55:08 PDT ---
>That could work too. I really just want the GC to not assume that an allocation error is fatal.

You could simply override the behavior by providing your own
'extern(C) void onOutOfMemory()'. The linker will pick the one
from druntime with the lowest precedence.

-- 
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