[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 09:30:48 -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 richard.torkar@htu.se.
http://bugzilla.ximian.com/show_bug.cgi?id=49499
--- shadow/49499 2003-10-09 17:13:25.000000000 -0400
+++ shadow/49499.tmp.3546 2003-10-17 09:30:48.000000000 -0400
@@ -1,10 +1,10 @@
Bug#: 49499
Product: Mono/Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: Fedora Linux 0.94 (Severn)
Status: NEW
Resolution:
Severity: 001 One hour
Priority: Critical
Component: misc
@@ -171,6 +171,17 @@
(gdb)
---< snap >---
If I can further assist in resolving this problem, please drop me a mail.
- Raphael
+
+------- Additional Comments From richard.torkar@htu.se 2003-10-17 09:30 -------
+
+This problem can be reproduced with latest Fedora Linux 0.95 (Severn)
+and latest CVS (2003-10-17).
+
+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.