зеркало из https://github.com/mono/mail-archives.git
118 строки
4.2 KiB
HTML
118 строки
4.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 69720][Min] New - Ilasm is not able to compile monodis output
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="022741.html">
|
|
<LINK REL="Next" HREF="022743.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 69720][Min] New - Ilasm is not able to compile monodis output
|
|
</H1>
|
|
<B>bugzilla-daemon@bugzilla.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 69720][Min] New - Ilasm is not able to compile monodis output">bugzilla-daemon@bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Fri, 19 Nov 2004 16:53:39 -0500 (EST)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="022741.html">[Mono-bugs] [Bug 69692][Wis] Changed - marshal.c mono_struct_delete_old double free
|
|
</A></li>
|
|
<LI> Next message: <A HREF="022743.html">[Mono-bugs] [Bug 69721][Wis] New - Add /key switch to ilasm
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#22742">[ date ]</a>
|
|
<a href="thread.html#22742">[ thread ]</a>
|
|
<a href="subject.html#22742">[ subject ]</a>
|
|
<a href="author.html#22742">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:nazgul@omega.pl.">nazgul@omega.pl.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=69720">http://bugzilla.ximian.com/show_bug.cgi?id=69720</A>
|
|
|
|
--- shadow/69720 2004-11-19 16:53:39.000000000 -0500
|
|
+++ shadow/69720.tmp.3766 2004-11-19 16:53:39.000000000 -0500
|
|
@@ -0,0 +1,54 @@
|
|
+Bug#: 69720
|
|
+Product: Mono: Compilers
|
|
+Version: 1.1
|
|
+OS:
|
|
+OS Details: Mandrake 10.1 mono 1.1.2
|
|
+Status: NEW
|
|
+Resolution:
|
|
+Severity:
|
|
+Priority: Minor
|
|
+Component: IL assembler
|
|
+AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
+ReportedBy: <A HREF="mailto:nazgul@omega.pl">nazgul@omega.pl</A>
|
|
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
+TargetMilestone: ---
|
|
+URL:
|
|
+Cc:
|
|
+Summary: Ilasm is not able to compile monodis output
|
|
+
|
|
+Description of Problem:
|
|
+Ilasm do not always understand output of monodis. We would like to have
|
|
+this bug solved, so we have reassemble Nemerle dlls from 1.1 to 2.0 runtime
|
|
+versions (anyone knows better way of bumping assembly's version?)
|
|
+
|
|
+Steps to reproduce the problem:
|
|
+1. monodis /usr/lib/mono/1.0/mcs.exe > mcs.il
|
|
+2. ilasm mcs.il
|
|
+
|
|
+
|
|
+Actual Results:
|
|
+Assembling 'mcs.il' , no listing file, to exe --> 'mcs.exe'
|
|
+
|
|
+syntax error, got token `OPEN_ANGLE_BRACKET', expecting ID SQSTRING DOT
|
|
+OPEN_BRACE CLOSE_BRACE CLOSE_PARENS DOUBLE_COLON SLASH INSTR_NONE INSTR_I
|
|
+INSTR_I8 INSTR_R INSTR_BRTARGET INSTR_METHOD INSTR_FIELD INSTR_TYPE
|
|
+INSTR_STRING INSTR_SIG INSTR_TOK INSTR_SWITCH INSTR_LOCAL INSTR_PARAM
|
|
+D_CUSTOM D_DATA D_EMITBYTE D_ENTRYPOINT D_EXPORT D_LANGUAGE D_LINE D_LOCALS
|
|
+D_MAXSTACK D_OVERRIDE D_PARAM D_PERMISSION D_PERMISSIONSET D_TRY D_VTENTRY
|
|
+D_ZEROINIT
|
|
+Error at: line (4993) column (86)
|
|
+
|
|
+***** FAILURE *****
|
|
+
|
|
+
|
|
+Expected Results:
|
|
+Assembling 'o.il' , no listing file, to exe --> 'o.exe'
|
|
+...
|
|
+Operation completed successfully
|
|
+
|
|
+How often does this happen?
|
|
+Always
|
|
+
|
|
+Additional Information:
|
|
+I tried to fix monodis output, but there are a few problems. For sure
|
|
+testing monodis+ildams on some BCL assemblies will reveal most of the bugs.
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="022741.html">[Mono-bugs] [Bug 69692][Wis] Changed - marshal.c mono_struct_delete_old double free
|
|
</A></li>
|
|
<LI> Next message: <A HREF="022743.html">[Mono-bugs] [Bug 69721][Wis] New - Add /key switch to ilasm
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#22742">[ date ]</a>
|
|
<a href="thread.html#22742">[ thread ]</a>
|
|
<a href="subject.html#22742">[ subject ]</a>
|
|
<a href="author.html#22742">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|