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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77787 --- shadow/77787 2006-05-11 09:18:04.000000000 -0400 +++ shadow/77787.tmp.25649 2006-05-11 09:51:35.000000000 -0400 @@ -1055,6 +1055,12 @@ (gdb) p GC_base (obj) $8 = (void *) 0x0 (gdb) p (char*)obj $9 = 0x600000000011ef80 "è\236\003" (gdb) p ((char*)obj - offset) $10 = 0x600000000011ef80 "è\236\003" + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-11 09:51 ------- +So the problem here is that GC_base(obj) returns 0, which it shouldn't. +Could you step into the GC_base () call with gdb to see why it +returns that ? + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
