[Mono-bugs] [Bug 471389] mono will fail with stack sizes less then 1MB on systems with 64KB pages
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Feb 3 19:01:39 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=471389
User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=471389#c1
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2009-02-03 17:01:36 MST ---
It would be easy to change the runtime code to use 4k/8k if the pagesize is
bigger than 8k, I'm just worried that some of the altstack handling code could
depend on altstack size being a multiple of the pagesize, for example it makes
calls to mprotect which requires a page alignment etc.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list