[Mono-bugs] [Bug 470336] crash while compiling on SLE_10/ppc

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 28 17:19:49 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=470336

User munroesj at us.ibm.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=470336#c15


Steven Munroe <munroesj at us.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |munroesj at us.ibm.com




--- Comment #15 from Steven Munroe <munroesj at us.ibm.com>  2009-05-28 15:19:47 MDT ---
In SLES10 (GLIBC-2.4) we have:

#define PTHREAD_STACK_MIN 16384

In SLES11 (GLIBC-2.9) we have:

#define PTHREAD_STACK_MIN 131072

I tried to fix this once, but found that the obvious solution #define
PTHREAD_STACK_MIN (getpagesize() *4) is not possible. Turns out "#if
PTHREAD_STACK_MIN ..." is used a lot internal to LIBC, and it breaks the build
unless PTHREAD_STACK_MIN is a numeric constant.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list