[Mono-bugs] [Bug 37719][Nor] Changed - mono reports the wrong line numbers for errors
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 11 Feb 2003 09:40:53 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=37719
--- shadow/37719 Tue Feb 11 09:16:38 2003
+++ shadow/37719.tmp.26578 Tue Feb 11 09:40:53 2003
@@ -1,13 +1,13 @@
Bug#: 37719
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details: Gentoo 1.4.1.2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: sitsofe@yahoo.com
QAContact: mono-bugs@ximian.com
@@ -36,6 +36,21 @@
Created an attachment (id=3343)
Testcase
------- Additional Comments From sitsofe@yahoo.com 2003-02-11 09:16 -------
Possibly related to bug 31846...
+
+------- Additional Comments From gonzalo@ximian.com 2003-02-11 09:40 -------
+It works fine with current CVS:
+gpanjav@lalo2:~/go-mono$ mcs -g bug37719.cs
+WROTE SYMFILE: 1 sources, 1 methods, 1 types, 2 line numbers, 0
+locals, 1 namespaces, 69 bytes of string data
+OffsetTable [277 - 52:193 - 1:253:24 - 1:245:8 - 1]
+Compilation succeeded
+gpanjav@lalo2:~/go-mono$ mono --debug bug37719.exe
+
+Unhandled Exception: System.SystemException: Test exception!!!!
+in [0x00000] (at /home/gpanjav/go-mono/bug37719.cs:6) 00 .Test:Main
+(string[])
+
+