[Mono-bugs] [Bug 45730][Maj] Changed - mono --debug prints wrong line numbers for exception backtrace

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 30 May 2004 05:21:50 -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 dave-gnome-bugs@earth.li.

http://bugzilla.ximian.com/show_bug.cgi?id=45730

--- shadow/45730	2003-07-02 10:12:14.000000000 -0400
+++ shadow/45730.tmp.4932	2004-05-30 05:21:50.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 45730
-Product: Mono/Runtime
+Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Debian sid
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: m.canini@libero.it               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -55,6 +55,10 @@
     int b = 2;
     int c;
     c = a + b;
   }
   
 }
+
+------- Additional Comments From dave-gnome-bugs@earth.li  2004-05-30 05:21 -------
+Also, the column number in StackFrame objects, as returned by
+GetFileColumnNumber is always zero.