[Mono-bugs] [Bug 74608][Maj] Changed - FreeBSD requires larger stack than PTHREAD_STACK_MIN

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 15 Apr 2005 11:27:19 -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 flashdict@gmail.com.

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

--- shadow/74608	2005-04-14 13:15:47.000000000 -0400
+++ shadow/74608.tmp.15547	2005-04-15 11:27:19.000000000 -0400
@@ -2,14 +2,14 @@
 Product: Mono: Runtime
 Version: 1.1
 OS: other
 OS Details: FreeBSD (All)
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Normal
+Severity: Unknown
+Priority: Major
 Component: io-layer
 AssignedTo: dick@ximian.com                            
 ReportedBy: flashdict@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -56,6 +56,13 @@
 +#define PTHREAD_STACK_MIN 65536
 +#endif
 +
  #define _WAPI_HANDLE_COLLECTION_UNSAFE                         \
         {                                                       \
                 guint32 _wapi_save_start;                       \
+
+------- Additional Comments From flashdict@gmail.com  2005-04-15 11:27 -------
+This is a showstopper for FreeBSD.  Bumping to major.  (I promise not
+to do this too often at release time, but we're so close to full
+FreeBSD support out of the box...)
+
+