[Mono-bugs] [Bug 78786][Nor] Changed - Unreachability bug with anonymous method causes compiler crash.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 20 01:17:07 EDT 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78786
--- shadow/78786 2006-07-19 08:27:43.000000000 -0400
+++ shadow/78786.tmp.24062 2006-07-20 01:17:07.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78786
Product: Mono: Compilers
Version: 1.1
OS: GNU/Linux [Other]
OS Details: Fedora Core 2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: ohh at scisoft.dk
QAContact: mono-bugs at ximian.com
@@ -135,6 +135,16 @@
bug78786.cs(9,46): Mono.CSharp.FlowBranchingBlock (4,Block - 0 -
bug78786.cs(5,49): - Vector (Block,4,[N:N:N:A]-{=}-{1}))
bug78786.cs(9,46): Mono.CSharp.FlowBranchingBlock (4,Block - 0 -
bug78786.cs(5,49): - Vector (Block,4,[N:N:N:A]-{=}-{=1}))
iow, it's resolving the delegate twice in two different hosts.
+
+------- Additional Comments From miguel at ximian.com 2006-07-20 01:17 -------
+Thanks for tracking this down Hari, you are correct, that was the
+source of the problem.
+
+The issue was that compatibility assignemtn can be tried first, and if
+it succeeds, it would trigger the second conversion.
+
+I have applied one patch to CVS for this problem, but am not sure
+if its the right thing to do.
More information about the mono-bugs
mailing list