[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:13:34 -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 09:30:48.000000000 -0400
+++ shadow/49499.tmp.3785 2003-10-17 10:13:34.000000000 -0400
@@ -182,6 +182,12 @@
If I try to inspect the method's name I get this in gdb:
(gdb) inspect ((MonoMethod *)method)->name
$4 = 0x8904c483 <Address 0x8904c483 out of bounds>
Hmm strange. I'll try to look into this a bit more.
+
+------- 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.