[Mono-bugs] [Bug 75075][Cri] New - Runtime aborts in call to
Assembly.GetTypes()
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri May 27 19:40:23 EDT 2005
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 mwickline at maad.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75075
--- shadow/75075 2005-05-27 19:40:23.000000000 -0400
+++ shadow/75075.tmp.30463 2005-05-27 19:40:23.000000000 -0400
@@ -0,0 +1,58 @@
+Bug#: 75075
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details: Mandrake 9.0
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: mwickline at maad.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Runtime aborts in call to Assembly.GetTypes()
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+At some point a call to System.Reflection.Assembly.GetTypes() causes the
+mono runtime (both v1.1.7 and v1.1.7.99.20050527) to abort.
+Running with the "--trace=M:Assembly:GetTypes" option produces this:
+
+. . . ENTER: System.Reflection.Assembly:GetTypes
+()(this:0x825bb18[System.Reflection.Assembly IPME.exe], )
+. . . . ENTER: (wrapper managed-to-native)
+System.Reflection.Assembly:GetTypes
+(bool)(this:0x825bb18[System.Reflection.Assembly IPME.exe], 0, )
+. . . . LEAVE: (wrapper managed-to-native)
+System.Reflection.Assembly:GetTypes (bool)result=0x86dbe70
+. . . LEAVE: System.Reflection.Assembly:GetTypes ()result=0x86dbe70
+. . . ENTER: System.Reflection.Assembly:GetTypes
+()(this:0x825be88[System.Reflection.Assembly IPME.exe], )
+. . . . ENTER: (wrapper managed-to-native)
+System.Reflection.Assembly:GetTypes
+(bool)(this:0x825be88[System.Reflection.Assembly IPME.exe], 0, )
+
+** ERROR **: file class.c: line 2119 (mono_class_setup_parent): should not
+be reached
+aborting...
+Aborted
+
+Steps to reproduce the problem:
+1. Not sure how to reproduce in a small test case.
+
+Actual Results:
+
+
+Expected Results:
+
+
+How often does this happen?
+Consistently at the same point during execution.
+
+Additional Information:
More information about the mono-bugs
mailing list