[Mono-bugs] [Bug 547484] I get an exception when trying to serialize an object with BinaryFormatter

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 2 18:46:58 EST 2009


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

User gnorton at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=547484#c8





--- Comment #8 from Geoff Norton <gnorton at novell.com>  2009-11-02 16:46:57 MST ---
jb,

Some more info, the linked dll is broken:

[1.06][18:42] plasma at mica:~/Downloads/bintest/bin/iPhone/Debug/bintest.app$
MONO_PATH=. monodis mscorlib.dll > ~/Desktop/dis2

**
ERROR:metadata.c:973:mono_metadata_decode_row: assertion failed: (idx <
t->rows)
Abort trap

The specific method in question has:

good dll:
        IL_0098:  callvirt instance void class
System.Runtime.Serialization.ISerializable::GetObjectData(class
System.Runtime.Serialization.SerializationInfo, valuetype
System.Runtime.Serialization.StreamingContext)

bad dll:
        IL_0098:  callvirt instance object class
System.Collections.IList::get_Item(int32)

-- 
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