[Mono-bugs] [Bug 82498][Nor] Changed - generate invalid IL code to callvirt
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 21 11:24:47 EDT 2007
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=82498
--- shadow/82498 2007-08-21 11:22:51.000000000 -0400
+++ shadow/82498.tmp.31515 2007-08-21 11:24:47.000000000 -0400
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: lupus at ximian.com
ReportedBy: chavezmarioalberto at msn.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: generate invalid IL code to callvirt
Description of Problem:
I'm trying this program (http://www.dotnetblogengine.net/) on mono 1.2.5 p3
on OSX 10.4.10, the assemblies from this site does not work on mono because
they are using \\ as path separator, after changing the code to use
@@ -138,6 +137,9 @@
L_0048: ldloc.1
L_0049: ret
}
Here I have the IL for the original DLL downloaded from BlogEngine site:
http://pastebin.com/m6f17f9f6
+
+------- Additional Comments From marek.safar at seznam.cz 2007-08-21 11:24 -------
+The produced assembly does not run on windows either.
More information about the mono-bugs
mailing list