[Mono-bugs] [Bug 49499][Cri] Changed - mono:: segfaults under Fedora Linux

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 18 Oct 2003 11:36:16 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=49499

--- shadow/49499	2003-10-17 20:31:03.000000000 -0400
+++ shadow/49499.tmp.11489	2003-10-18 11:36:16.000000000 -0400
@@ -230,6 +230,18 @@
 
 
 ------- Additional Comments From richard.torkar@htu.se  2003-10-17 20:31 -------
 Works for me [tm]
 
 I compiled mono/mcs/gtk# with this patch applied.
+
+------- Additional Comments From vargaz@freemail.hu  2003-10-18 11:36 -------
+I fail to see how that change can help. The mmap is used for
+mapping the assembly file into memory, but the assembly contains
+metadata, not executable code, so mapping it with MAP_EXEC should
+change nothing. What dick was talking about is changing the memory
+protection used for the memory which contains the JITted code. I will
+do that.
+
+Are you sure you didn't turn off the exec-shield stuff you mentioned ?
+That would explain why mono worked with that (inchange) change.
+