[Mono-bugs] [Bug 46703][Wis] Changed - mono does not allow abort/retry/ignore on break instruction
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jul 5 19:31:45 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46703
--- shadow/46703 2006-07-05 19:21:57.000000000 -0400
+++ shadow/46703.tmp.17055 2006-07-05 19:31:45.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 46703
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: jackson at ximian.com
QAContact: mono-bugs at ximian.com
@@ -62,6 +62,10 @@
other effect on the interpreter state.
The break instruction has the smallest possible instruction size so
that code can be patched with a breakpoint with minimal disturbance to
the surrounding code.
The break instruction might trap to a debugger, do nothing, or raise a
security exception: the exact behavior is implementation-defined."
+
+------- Additional Comments From martin at ximian.com 2006-07-05 19:31 -------
+According to the spec, the exact behavior is implementation-defined,
+so we can close this as NOTABUG.
More information about the mono-bugs
mailing list