[Mono-bugs] [Bug 574434] segment fault on System.MonoCustomAttrs.IsDefinedInternal

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Feb 7 10:39:51 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=574434

http://bugzilla.novell.com/show_bug.cgi?id=574434#c5


--- Comment #5 from Sebastien Pouliot <spouliot at novell.com> 2010-02-07 15:39:49 UTC ---
(gdb) up 5
#5  0x08174f93 in mono_metadata_decode_row_col (t=0x8396878, idx=3761731,
col=5) at metadata.c:1000
1000        g_assert (idx < t->rows);
(gdb) p idx
$1 = 3761731
(gdb) p t->rows
$2 = 3750040
(gdb) up
#6  0x081d10cb in mono_custom_attrs_from_param (method=0x8396644, param=1) at
reflection.c:8457
8457        param_list = mono_metadata_decode_row_col (ca, method_index - 1,
MONO_METHOD_PARAMLIST);
(gdb) p method->name
$3 = 0x10 <Address 0x10 out of bounds>

starting a binary search...

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list