[Mono-bugs] [Bug 77398][Wis] New - CRITICAL **: mono_bitset_test: assertion `pos < set->size' failed due to reflection/reflection emit

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jan 29 09:48:20 EST 2006


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 dominic_ullmann at hispeed.ch.

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

--- shadow/77398	2006-01-29 09:48:20.000000000 -0500
+++ shadow/77398.tmp.13177	2006-01-29 09:48:20.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 77398
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: Ubuntu Linux 5.04
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: dominic_ullmann at hispeed.ch               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CRITICAL **: mono_bitset_test: assertion `pos < set->size' failed due to reflection/reflection emit
+
+Description of Problem:
+Reflecting a type created by Reflection emit leads to the following warning: 
+CRITICAL **: mono_bitset_test: assertion `pos < set->size' failed
+when getting an interface with Type.GetInterface.
+
+The program seems to run correctly, the only problem is this warning
+printed to the console. The created assembly seems correct, it is correctly
+verifiably with the .NET peverify tool.
+
+Steps to reproduce the problem:
+1. Compile the provided demo with the following command line:
+   mcs /out:Test.exe *.cs 
+2. run the demo with mono Test.exe
+
+Actual Results:
+Output is
+** (Test.exe:9409): CRITICAL **: mono_bitset_test: assertion `pos <
+set->size' failed
+
+** (Test.exe:9409): CRITICAL **: mono_bitset_set: assertion `pos <
+set->size' failed
+TestInterface
+
+Expected Results:
+Output should be:
+TestInterface
+
+How often does this happen? 
+Always
+
+Additional Information:


More information about the mono-bugs mailing list