[Mono-bugs] [Bug 75132][Maj] Changed - segfault when running a .NET 1.1 app compiled with MS.NET 2.0

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 24 14:37:00 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 vargaz at gmail.com.

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

--- shadow/75132	2005-08-24 13:08:14.000000000 -0400
+++ shadow/75132.tmp.18773	2005-08-24 14:37:00.000000000 -0400
@@ -96,6 +96,14 @@
 ------- Additional Comments From matt.hargett at logiclibrary.com  2005-08-24 13:08 -------
 Maybe I forgot to mention -- the original bug is a program that
 compiles/runs fine in .NET 1.1 -- no 2.0 features or APIs are used.
 The fact it's barfing on Array.Sort(), which is pretty common makes me
 think this is something easy to take a quick look at. Let me know what
 I can do to help debug this further.
+
+------- Additional Comments From vargaz at gmail.com  2005-08-24 14:37 -------
+The way it works is if you compile your program using Net 1.1, the
+C# compiler will use the non-generic versions of some methods, like
+Array.Sort. If you compile using Net 2.0, the compiler will choose the
+generics version of the method, Array.Sort<T>, which is not yet
+implemented in mono.
+


More information about the mono-bugs mailing list