[Issue 8301] Access violation when a big array is allocated
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Jun 26 08:33:20 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8301
timon.gehr at gmx.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |timon.gehr at gmx.ch
Summary|Exception not caught when a |Access violation when a big
|big array is allocated |array is allocated
Severity|major |normal
--- Comment #1 from timon.gehr at gmx.ch 2012-06-26 08:35:49 PDT ---
It is to be expected that catch(Exception) will not catch an Error, because
Exception is not a super class of Error.
However, the code snippet should throw OutOfMemoryError. There should not be an
access violation.
--
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