http://bugzilla.novell.com/show_bug.cgi?id=574434
http://bugzilla.novell.com/show_bug.cgi?id=574434#c5 --- Comment #5 from Sebastien Pouliot <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
