http://bugzilla.novell.com/show_bug.cgi?id=620864
http://bugzilla.novell.com/show_bug.cgi?id=620864#c2 Gonzalo Paniagua Javier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|CORLIB |misc Product|Mono: Class Libraries |Mono: Runtime --- Comment #2 from Gonzalo Paniagua Javier <[email protected]> 2010-07-09 20:34:44 UTC --- This looks a runtime bug. Here's a partial stack trace: Stacktrace: at (wrapper managed-to-native) System.ValueType.InternalGetHashCode (object,object[]&) <0x00003> at (wrapper managed-to-native) System.ValueType.InternalGetHashCode (object,object[]&) <0x00003> at System.ValueType.GetHashCode () <0x0001e> at System.Collections.Hashtable.GetHash (object) <0x00038> at System.Collections.Hashtable.Find (object) <0x00044> And inside gdb: 0x0812b57f in mono_string_hash (s=0x3bfb0) at domain.c:1081 1081 h = (h << 5) - h + *p; (gdb) bt #0 0x0812b57f in mono_string_hash (s=0x3bfb0) at domain.c:1081 #1 0x08175271 in ves_icall_System_ValueType_InternalGetHashCode (this=0x3b1d0, fields=0xbfffeb3c) at icall.c:1023 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
