[Mono-bugs] [Bug 49499][Cri] Changed - mono:: segfaults under Fedora Linux
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Oct 2003 10:21:58 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49499
--- shadow/49499 2003-10-17 10:13:34.000000000 -0400
+++ shadow/49499.tmp.3851 2003-10-17 10:21:58.000000000 -0400
@@ -188,6 +188,14 @@
------- Additional Comments From vargaz@freemail.hu 2003-10-17 10:13 -------
If you try to inspect variables in a core file, it will not work,
because a lot of the runtime variables point into the metadata inside
the assemblies, and these are mmap-ed instead of loaded into allocated
memory. So they do not exist in the core file.
+
+------- Additional Comments From dick@ximian.com 2003-10-17 10:21 -------
+It's to do with how memory segments are now mapped by default, if I
+recall correctly what Alan told me (i need to hassle him again to
+email me the details.)
+
+I think we need to map the dynamically generated code with MAP_EXEC.
+