[Mono-bugs] [Bug 75831][Min] Changed - [GMCS] Multidimensional array as generic paramater causes gmcs to crash

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 22 09:49:33 EDT 2005


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 malekith at pld-linux.org.

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

--- shadow/75831	2005-08-22 09:21:58.000000000 -0400
+++ shadow/75831.tmp.14055	2005-08-22 09:49:33.000000000 -0400
@@ -102,6 +102,14 @@
                 g_free (ginst->type_argv);
                 g_free (ginst);
                 return cached;
 
 the problem is that some type is not duplicated, then freed and used
 again.
+
+------- Additional Comments From malekith at pld-linux.org  2005-08-22 09:49 -------
+Ok, the real problem is that dup_type doesn't correctly copy stuff for
+arrays (and for function pointers). It does for regular pointers
+though (
+http://lists.ximian.com/pipermail/mono-patches/2005-February/055177.html )
+
+I will create a patch shortly.


More information about the mono-bugs mailing list