[Issue 7018] thrown Error from different thread should lead to program abort

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Nov 30 16:35:27 PST 2011


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


Sean Kelly <sean at invisibleduck.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sean at invisibleduck.org


--- Comment #5 from Sean Kelly <sean at invisibleduck.org> 2011-11-30 16:34:21 PST ---
If no cleanup should be performed, why is an assertion failure represented as
an exception in the first place?  And what about the other Errors that can
legally be generated within a nothrow block (like OutOfMemoryError) but are
technically recoverable?

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