[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 07:10:55 -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 jaak@zd.com.pl.

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

--- shadow/58189	2004-05-07 06:36:40.000000000 -0400
+++ shadow/58189.tmp.27833	2004-05-07 07:10:55.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jaak@zd.com.pl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -41,6 +41,10 @@
 
 and hangs infinitely (have to use Ctrl-C to quit). I've noticed a TODO in
 code, but this should at least return an empty array, and not crash the
 whole runtime.
 
 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.