[Mono-bugs] [Bug 74698][Min] Changed - Corlib Unit tests failing / wrong runtime support on FreeBSD

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 23 Apr 2005 15:02:28 -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 vargaz@gmail.com.

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

--- shadow/74698	2005-04-23 13:24:06.000000000 -0400
+++ shadow/74698.tmp.11210	2005-04-23 15:02:28.000000000 -0400
@@ -182,6 +182,17 @@
 
 I'll keep poking at it, though, and try to get you some more info. 
 Was there nothing useful in the gdb output?  I guess I could've edited
 that a bit for brevity.  
 
 
+
+------- Additional Comments From vargaz@gmail.com  2005-04-23 15:02 -------
+This is probably because of this line:
+
+ 	fbufsize = (size_t) sysconf (_SC_GETPW_R_SIZE_MAX);
+
+in security.c. If sysconf fails, it returns -1 which when viewed as
+unsigned is a pretty large number.
+
+
+