[Mono-bugs] [Bug 74698][Min] Changed - Corlib Unit tests failing

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 23 Apr 2005 10:47:20 -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 sebastien@ximian.com.

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

--- shadow/74698	2005-04-23 09:10:34.000000000 -0400
+++ shadow/74698.tmp.9742	2005-04-23 10:47:20.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 74698
 Product: Mono: Class Libraries
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: CORLIB
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: flashdict@gmail.com               
@@ -27,6 +27,20 @@
 
 I get GLIb-ERRORs  from gmem.c for failure to allocate some ridiculous
 amount of memory > 4gb when I run these two under FreeBSD.  
 
 Perhaps these should be excluded from non-windows platform testing, or
 perhaps theres a bug.  Setting to minor.
+
+------- Additional Comments From sebastien@ximian.com  2005-04-23 10:47 -------
+I'll have a look at them - but, for the record, the classes works
+outside of Windows (even if they are called Windows*). They were only
+tested in Windows and Linux (different runtime implementations). 
+
+Also I know (from kang) that during mono compilation some warnings are
+shown on OS X about some missing calls, so the "POSIX" implementation
+revert to use non-thread safe calls (which isn't a well tested, nor aa
+very safe, case).
+
+Could you confirm if you see warnings about non thread-safe calls
+being used on FreeBSD as well ?
+Thanks