https://bugzilla.novell.com/show_bug.cgi?id=471389
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=471389#c2 --- Comment #2 from Steven Munroe <[email protected]> 2009-02-04 08:40:43 MST --- Not sure what you are saying? Changing the mono runtime to 4k/8k [for guard size] does not fix the problem on 64K page systems. The mprotect would still fail. And guard size must be at least one full page. For 64K (or any other page size) the size and alignments must be multiples of the page size and this change meets this requirement. For 4K pages this change still results in a 32K guard size as it was before this patch. So no change for existing platforms. Or are you suggesting something else? -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
