[Mono-bugs] [Bug 78882][Maj] Changed - [GMCS] Crash when invoking remote method

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 18 12:19:27 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 paussems at dti-be.com.

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 vargaz at gmail.com  2006-07-17 14:16 -------
 Please attach some kind of self-contained testcase.
+
+------- Additional Comments From paussems at dti-be.com  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


More information about the mono-bugs mailing list