https://bugzilla.novell.com/show_bug.cgi?id=320036

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=320036#c2


Aras Pranckevicius <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #2 from Aras Pranckevicius <[EMAIL PROTECTED]>  2008-04-08 05:04:37 
MST ---
Expanding on DEP problem on Windows:

For dynamic methods, mono-codeman allocates memory using malloc (which does not
set proper execute bits on Windows).

Additionally, a call to mono_mprotect is never made on Windows in that case
(#ifdef'd out), so trying to execute that code with DEP on results in access
violation. I can't tell from the log why #ifdef was added there (it just says
"don't call mono_mprotect on windows", svn rev. 71629).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to