[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
Mon Sep 5 11:04:34 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 matt at use.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75132
--- shadow/75132 2005-08-24 14:37:00.000000000 -0400
+++ shadow/75132.tmp.15088 2005-09-05 11:04:34.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75132
Product: Mono: Runtime
Version: 1.1
OS: SLES 9
OS Details:
-Status: RESOLVED
-Resolution: INVALID
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Major
Component: interop
AssignedTo: mono-bugs at ximian.com
ReportedBy: matt.hargett at logiclibrary.com
QAContact: mono-bugs at ximian.com
@@ -104,6 +104,10 @@
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.
+
+------- Additional Comments From matt at use.net 2005-09-05 11:04 -------
+Now that I have been laid off, I have some time to look at this.
+Where should I start looking in the sources?
More information about the mono-bugs
mailing list