[Mono-bugs] [Bug 75932][Nor] New - new StackTrace (true) doesn't
report line information
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 29 15:45:07 EDT 2005
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 joeshaw at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75932
--- shadow/75932 2005-08-29 15:45:07.000000000 -0400
+++ shadow/75932.tmp.11056 2005-08-29 15:45:07.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 75932
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: joeshaw at novell.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: new StackTrace (true) doesn't report line information
+
+Using System.Diagnostics.StackTrace, if you instantiate it with a true
+boolean value, you are supposed to get line information. However, with the
+attached test case, you don't. The test case first tries to print a stack
+trace and then throws an exception. Instead of seeing similar line info,
+you get:
+
+$ mono --debug ./test-debug.exe
+
+ at X.Main ()
+
+Unhandled Exception: System.Exception: Exception of type System.Exception
+was thrown.
+in [0x00017] (at /home/joe/cvs/test-debug.cs:14) X:Main ()
More information about the mono-bugs
mailing list