[Mono-bugs] [Bug 73208][Wis] Changed - StackFrame.GetFileLineNumber() always returns 0

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Mar 2005 14:54:42 -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=73208

--- shadow/73208	2005-03-02 06:10:53.000000000 -0500
+++ shadow/73208.tmp.13487	2005-03-04 14:54:42.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 73208
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: peter@novonyx.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -22,6 +22,10 @@
 See attachment for simple sample code.
 
 ------- Additional Comments From peter@novonyx.com  2005-03-02 06:10 -------
 Created an attachment (id=14493)
 compile with "mcs -g bug.cs" and run with "mono --debug bug.exe"
 
+
+------- Additional Comments From vargaz@gmail.com  2005-03-04 14:54 -------
+You need to create the StackTrace instance with new StackTrace (true)
+to include symbolic information.