[Mono-bugs] [Bug 58047][Maj] Changed - hang: CurrentDomain.CreateInstance("NoSuchType, Version", "NoSuchType")
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 01:43:24 -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 shaver@off.net.
http://bugzilla.ximian.com/show_bug.cgi?id=58047
--- shadow/58047 2004-05-05 01:16:07.000000000 -0400
+++ shadow/58047.tmp.12060 2004-05-05 01:43:24.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 58047
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: FC2T3, x86
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: shaver@off.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -32,6 +32,15 @@
}
}
}
If I take out the ", Version" part, it just tells me it can't find the file
"Nonsense".
+
+------- Additional Comments From shaver@off.net 2004-05-05 01:43 -------
+Likely the bug is in get_info_from_assembly_name, which doesn't
+advance tmp if the part fails to match the known prefixes (Version=,
+Culture=, PublicKeyToken=). I'm not sure if we should report a format
+error, just skip the unknown part, or simply return FALSE and let
+people get a good old file-not-found error. The latter two options
+are pretty easy, and I'll probably pick the last for my tree, if
+nobody says otherwise.