[Mono-bugs] [Bug 61911][Wis] Changed - NSArray.ArrayWithObject crash, NSCFArray

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 24 Jul 2004 13:16:11 -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 grompf@sublimeintervention.com.

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

--- shadow/61911	2004-07-24 13:14:33.000000000 -0400
+++ shadow/61911.tmp.7763	2004-07-24 13:16:11.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 61911
 Product: Cocoa#
 Version: 0.1
 OS: unknown
 OS Details: 10.3.4
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Bindings.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mjedgar@nycap.rr.com               
 QAContact: mono-bugs@ximian.com
@@ -43,6 +43,9 @@
 {
     static int Main(String[] args) {
         NSArray myArray = (NSArray)NSArray.ArrayWithObject(new NSString("foo"));
         return 1;
     }
 }
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-07-24 13:16 -------
+Fixed in CVS