[Mono-bugs] [Bug 58289][Min] New - caught exceptions only print one frame for .StackTrace
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 10 May 2004 13:23:38 -0400 (EDT)
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 shaver@off.net.
http://bugzilla.ximian.com/show_bug.cgi?id=58289
--- shadow/58289 2004-05-10 13:23:38.000000000 -0400
+++ shadow/58289.tmp.5212 2004-05-10 13:23:38.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 58289
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details: FC2T3, x86 (+updates)
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: shaver@off.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: caught exceptions only print one frame for .StackTrace
+
+I was trying to work around bug 58288 by throwing and catching an exception
+manually, and discovered that I only get one frame's worth of info.
+Uncaught exceptions print the whole stack, of course.
+
+Test case coming.