[Mono-bugs] [Bug 353874] mcs fails on Solaris if stack size is unlimited
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jun 3 12:17:15 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=353874
User NTmatter at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=353874#c3
Thomas Johnson <NTmatter at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|1.2.6 |2.4.x
--- Comment #3 from Thomas Johnson <NTmatter at gmail.com> 2009-06-03 10:17:13 MDT ---
An additional workaround for the wrapper scripts: mcs mcs1 gmcs sn gacutil
gacutil1 gacutil2
Add the following two lines before the call to mono, which should clear up the
>8MB GC warning and the compilation failures with >128MB stack size:
prctl -s -t basic -n process.max-stack-size -v 8MB $$
prctl -s -t privileged -n process.max-stack-size -v 128MB $$
--
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