[Mono-bugs] [Bug 52399][Cri] New - Three in one: StackOverflow in Type.GetType(name)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 20 Dec 2003 13:52:09 -0500 (EST)
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 tiago.lima@vianw.pt.
http://bugzilla.ximian.com/show_bug.cgi?id=52399
--- shadow/52399 2003-12-20 13:52:09.000000000 -0500
+++ shadow/52399.tmp.17580 2003-12-20 13:52:09.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 52399
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tiago.lima@vianw.pt
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Three in one: StackOverflow in Type.GetType(name)
+
+Please fill in this template when reporting a bug, unless you know what you are
+doing.
+Description of Problem: Type.GetType(string name) gives a Segmentation fault
+caused by a StackOverflow when an assembly is dinamicaly loaded.
+
+Steps to reproduce the problem:
+1. Compile the file (mcs Loader.cs)
+2. Run the file (mono Loader.exe).
+
+Actual Results:
+Segmentation Fault. (due to a StackOverflow...)
+
+Expected Results:
+It should print:
+ Exists ok!
+ Over here!
+ Does not exist ok!
+ Over here!
+ Does not exist ok!
+
+How often does this happen?
+Always.
+
+Additional Information: