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 [EMAIL PROTECTED]

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

--- shadow/78882        2006-07-17 14:16:41.000000000 -0400
+++ shadow/78882.tmp.11421      2006-07-18 12:19:27.000000000 -0400
@@ -167,6 +167,26 @@
 
 Additional Information:
 Running mono from CVS checked out on 2006/07/13
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-07-17 14:16 -------
 Please attach some kind of self-contained testcase.
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-07-18 12:19 -------
+It took me quite some time to isolate the origin of the problem, but 
+I managed to make a small client/server application that reproduces 
+the problem. It seems the origin of the crash is that the result of a 
+method is an object that contains an overloaded generic method.
+
+By the way if the MONO defined is not set, the code won't compile. 
+This is another problem that's compiler related (compiler says 
+that 'The as operator requires that the `SubT' type parameter be 
+constrained by a class, but it is in the base). I will file another 
+bug report for this.
+
+The attached test case contains a Makefile that has to be edited in 
+order to set the path to gmcs and mono. After a 'make', run 'mono 
+Server.exe' and then 'mono Client.exe', and the client will crash
+
+Best regards,
+
+Patrick Aussems
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to