[Mono-bugs] [Bug 61561][Nor] Changed - MCS fails with unhandled exception (not a syntax error) while compiling my program
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 17 Jul 2004 12:39:25 -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=61561
--- shadow/61561 2004-07-14 15:36:54.000000000 -0400
+++ shadow/61561.tmp.9994 2004-07-17 12:39:25.000000000 -0400
@@ -1,15 +1,15 @@
Bug#: 61561
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details: Windows XP SP1, .NET 1.1, Mono 1.0
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
-Priority: Blocker
+Severity: Unknown
+Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: msolnit@istante.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
@@ -106,6 +106,25 @@
Additional Information:
I am in the unfortunate position of using Mono to compile proprietary
source code. For that reason, I cannot supply the source code, but if
the error message is not enough to debug then problem then perhaps we can
work something out.
+
+------- Additional Comments From miguel@ximian.com 2004-07-17 12:39 -------
+Please try to reduce the test case to the smallest possible program.
+
+The compiler tells you exactly what piece it failed to parse:
+
+ Block that caused the problem begin at:
+C:\iter\source\windows\adc\api\Remoting\Java\JavaAdapter.
+cs: (407)
+ Block being compiled:
+[C:\iter\source\windows\adc\api\Remoting\Java\JavaAdapter
+.cs: (412),Internal: (1)]
+
+Try to make a standalone copy of those lines (5 lines).
+
+Am setting the bug to NEEDINFO, please reopen the bug when you have
+a reproducible test case.
+
+