[Mono-bugs] [Bug 58189][Wis] Changed - CultureInfo.GetCultures(CultureTypes.InstalledWin32Cultures) throws NullRef and hangs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 7 May 2004 11:25:13 -0400 (EDT)
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 jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58189
--- shadow/58189 2004-05-07 09:56:47.000000000 -0400
+++ shadow/58189.tmp.31650 2004-05-07 11:25:12.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 58189
Product: Mono: Class Libraries
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: jackson@ximian.com
ReportedBy: jaak@zd.com.pl
QAContact: mono-bugs@ximian.com
@@ -45,6 +45,10 @@
OS: Fedora Core 1
------- Additional Comments From jaak@zd.com.pl 2004-05-07 07:10 -------
Note that mono compiled without GC doesn't have this problem - it
returns an empty list. This suggests some nasty GC bug.
+
+------- Additional Comments From jackson@ximian.com 2004-05-07 11:25 -------
+This is "fixed" in CVS. Please note that only an empty array will be
+returned though. Thanks for the report.