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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Jun 2004 22:02:01 -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 miguel@ximian.com.

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

--- shadow/45730	2004-05-30 05:21:50.000000000 -0400
+++ shadow/45730.tmp.20230	2004-06-23 22:02:01.000000000 -0400
@@ -3,13 +3,13 @@
 Version: unspecified
 OS: unknown
 OS Details: Debian sid
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Major
+Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: m.canini@libero.it               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -59,6 +59,10 @@
   
 }
 
 ------- 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. 
+
+------- Additional Comments From miguel@ximian.com  2004-06-23 22:02 -------
+This is a known limitation: Mono dumps the line number for the
+return point, not for the call site.