[Mono-bugs] [Bug 66433][Nor] Changed - monodis doesn't disassemble declsec table for mscorlib
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Sep 2004 11:30:48 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66433
--- shadow/66433 2004-09-21 09:18:34.000000000 -0400
+++ shadow/66433.tmp.16573 2004-09-21 11:30:48.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 66433
Product: Mono: Compilers
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Normal
Component: Other.
AssignedTo: sebastien@ximian.com
ReportedBy: sebastien@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -41,6 +41,15 @@
How often does this happen?
Always for mscorlib. Other assemblies work as expected.
Additional Information:
[*] Requires a patched MCS (marek's patch + mine) or CSC
+
+------- Additional Comments From sebastien@ximian.com 2004-09-21 11:30 -------
+mscorlib.dll is loaded differently by the runtime - so specifying a
+path to another mscorlib.dll was useless. This is true even if monodis
+is unmanaged as it calls the same functions as the runtime.
+
+Doing a make install on my custom version before running monodis fixed
+the problem.
+