[Mono-bugs] [Bug 71375][Nor] Changed - the runtime gives incomplete exception stack trace
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Feb 2005 11:00:03 -0500 (EST)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71375
--- shadow/71375 2005-02-17 18:12:18.000000000 -0500
+++ shadow/71375.tmp.18435 2005-02-18 11:00:03.000000000 -0500
@@ -5,13 +5,13 @@
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: misc
-AssignedTo: vargaz@gmail.com
+AssignedTo: mono-bugs@ximian.com
ReportedBy: atsushi@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: the runtime gives incomplete exception stack trace
@@ -150,6 +150,12 @@
}
}
------- Additional Comments From vargaz@gmail.com 2005-02-17 18:12 -------
This happens on linux as well.
+
+------- Additional Comments From vargaz@gmail.com 2005-02-18 11:00 -------
+The problem is that the exception is rethrown using the C# throw;
+statement in AssertConstraint. The spec does not specify what should
+happen to the original stack trace in this case. I couldn't figure out
+the algorithm MS uses in this case.