[Mono-bugs] [Bug 74767][Nor] New - Generic type deserialization crashes the runtime

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 29 Apr 2005 03:29:07 -0400 (EDT)


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 alp@atoker.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74767

--- shadow/74767	2005-04-29 03:29:07.000000000 -0400
+++ shadow/74767.tmp.7661	2005-04-29 03:29:07.000000000 -0400
@@ -0,0 +1,33 @@
+Bug#: 74767
+Product: Mono: Runtime
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: JIT
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: alp@atoker.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Generic type deserialization crashes the runtime
+
+In the attached test case, serializing a generic class seems to work, but
+deserializing it causes this runtime error:
+
+alp@nova:~/Projects/generics-serialization$ mono genser.exe
+Saving
+Loading
+
+** ERROR **: file object.c: line 514 (compute_class_bitmap): should not be
+reached
+aborting...
+Aborted
+
+
+This issue might also be what's causing the crashes with generics and
+remoting/db4o.