mail-archives/mono-bugs/2004-June/018164.html

202 строки
7.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 52831][Wis] Changed - failed to assemble IL code from &quot;Inside Microsoft .net Assembler &quot; book
</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="018163.html">
<LINK REL="Next" HREF="018165.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 52831][Wis] Changed - failed to assemble IL code from &quot;Inside Microsoft .net Assembler &quot; book
</H1>
<B>bugzilla-daemon@bugzilla.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
TITLE="[Mono-bugs] [Bug 52831][Wis] Changed - failed to assemble IL code from &quot;Inside Microsoft .net Assembler &quot; book">bugzilla-daemon@bugzilla.ximian.com
</A><BR>
<I>Tue, 29 Jun 2004 11:37:21 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="018163.html">[Mono-bugs] [Bug 60887][Wis] New - Mutex error / threading error
</A></li>
<LI> Next message: <A HREF="018165.html">[Mono-bugs] [Bug 60739][Blo] Changed - ASP.NET Trace pageOutput and localOnly Bug(s)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18164">[ date ]</a>
<a href="thread.html#18164">[ thread ]</a>
<a href="subject.html#18164">[ subject ]</a>
<a href="author.html#18164">[ 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:kjambunathan@novell.com.">kjambunathan@novell.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=52831">http://bugzilla.ximian.com/show_bug.cgi?id=52831</A>
--- shadow/52831 2004-01-13 18:50:31.000000000 -0500
+++ shadow/52831.tmp.2483 2004-06-29 11:37:21.000000000 -0400
@@ -0,0 +1,138 @@
+Bug#: 52831
+Product: Mono: Compilers
+Version: unspecified
+OS: unknown
+OS Details:
+Status: NEW
+Resolution:
+Severity: Unknown
+Priority: Wishlist
+Component: IL assembler
+AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
+ReportedBy: <A HREF="mailto:liyul@hotmail.com">liyul@hotmail.com</A>
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
+TargetMilestone: ---
+URL:
+Cc:
+Summary: failed to assemble IL code from &quot;Inside Microsoft .net Assembler &quot; book
+
+I am not sure whether I can supply the code, but 6 among the 10 sample
+files failed to compile.
+
+callback.il (fail)
+Gcctor.il
+MyEnums.il
+Override.il
+simple.il (fail)
+simple1.il (fail)
+simple2.il (fail)
+Vararg.il (fail)
+Virt_not.il
+YDD.il (fail)
+
+------- Additional Comments From <A HREF="mailto:liyul@hotmail.com">liyul@hotmail.com</A> 2004-01-13 18:50 -------
+E:\study\dotnet\il\Code&gt;ilasm callback.il
+Assembling 'callback.il' , no listing file, to exe --&gt; 'callback.exe'
+Error at: line (15) column (61)
+System.InvalidCastException: Cannot cast from source type to
+destination type
+in &lt;0x04a4c&gt; Mono.ILASM.ILParser:yyparse (Mono.ILASM.yyParser.yyInput)
+in &lt;0x0004d&gt; Mono.ILASM.ILParser:yyparse
+(Mono.ILASM.yyParser.yyInput,object)
+in &lt;0x0025e&gt; .DriverMain:ProcessFile (string)
+in &lt;0x002ae&gt; .DriverMain:ProcessFile (string)
+in &lt;0x00135&gt; .DriverMain:Run ()
+in &lt;0x001ee&gt; .DriverMain:Run ()
+in &lt;0x0004e&gt; Mono.ILASM.Driver:Main (string[])
+
+Error while compiling.
+
+E:\study\dotnet\il\Code&gt;ilasm Simple.il
+Assembling 'Simple.il' , no listing file, to exe --&gt; 'Simple.exe'
+syntax error, expecting ID SQSTRING
+Error at: line (6) column (18)
+Mono.ILASM.yyParser.yyException: irrecoverable syntax error
+in &lt;0x00cdb&gt; Mono.ILASM.ILParser:yyparse (Mono.ILASM.yyParser.yyInput)
+in &lt;0x0004d&gt; Mono.ILASM.ILParser:yyparse
+(Mono.ILASM.yyParser.yyInput,object)
+in &lt;0x0025e&gt; .DriverMain:ProcessFile (string)
+in &lt;0x002ae&gt; .DriverMain:ProcessFile (string)
+in &lt;0x00135&gt; .DriverMain:Run ()
+in &lt;0x001ee&gt; .DriverMain:Run ()
+in &lt;0x0004e&gt; Mono.ILASM.Driver:Main (string[])
+
+Error while compiling.
+
+E:\study\dotnet\il\Code&gt;ilasm Simple1.il
+Assembling 'Simple1.il' , no listing file, to exe --&gt; 'Simple1.exe'
+syntax error, expecting ID SQSTRING
+Error at: line (5) column (18)
+Mono.ILASM.yyParser.yyException: irrecoverable syntax error
+in &lt;0x00cdb&gt; Mono.ILASM.ILParser:yyparse (Mono.ILASM.yyParser.yyInput)
+in &lt;0x0004d&gt; Mono.ILASM.ILParser:yyparse
+(Mono.ILASM.yyParser.yyInput,object)
+in &lt;0x0025e&gt; .DriverMain:ProcessFile (string)
+in &lt;0x002ae&gt; .DriverMain:ProcessFile (string)
+in &lt;0x00135&gt; .DriverMain:Run ()
+in &lt;0x001ee&gt; .DriverMain:Run ()
+in &lt;0x0004e&gt; Mono.ILASM.Driver:Main (string[])
+
+Error while compiling.
+
+E:\study\dotnet\il\Code&gt;ilasm Simple2.il
+Assembling 'Simple2.il' , no listing file, to exe --&gt; 'Simple2.exe'
+syntax error, expecting ID SQSTRING
+Error at: line (5) column (18)
+Mono.ILASM.yyParser.yyException: irrecoverable syntax error
+in &lt;0x00cdb&gt; Mono.ILASM.ILParser:yyparse (Mono.ILASM.yyParser.yyInput)
+in &lt;0x0004d&gt; Mono.ILASM.ILParser:yyparse
+(Mono.ILASM.yyParser.yyInput,object)
+in &lt;0x0025e&gt; .DriverMain:ProcessFile (string)
+in &lt;0x002ae&gt; .DriverMain:ProcessFile (string)
+in &lt;0x00135&gt; .DriverMain:Run ()
+in &lt;0x001ee&gt; .DriverMain:Run ()
+in &lt;0x0004e&gt; Mono.ILASM.Driver:Main (string[])
+
+Error while compiling.
+
+E:\study\dotnet\il\Code&gt;ilasm vararg.il
+Assembling 'vararg.il' , no listing file, to exe --&gt; 'vararg.exe'
+syntax error, expecting OPEN_BRACKET CLOSE_PARENS BANG ELLIPSIS
+K_VALUE K_NATIV
+ K_VOID K_BOOL K_INT8 K_INT16 K_INT32 K_INT64 K_FLOAT32 K_FLOAT64
+K_UNSIGNED K_
+ETHOD K_CLASS K_TYPEDREF K_CHAR K_VALUETYPE K_OBJECT K_STRING
+Error at: line (6) column (55)
+Mono.ILASM.yyParser.yyException: irrecoverable syntax error
+in &lt;0x00cdb&gt; Mono.ILASM.ILParser:yyparse (Mono.ILASM.yyParser.yyInput)
+in &lt;0x0004d&gt; Mono.ILASM.ILParser:yyparse
+(Mono.ILASM.yyParser.yyInput,object)
+in &lt;0x0025e&gt; .DriverMain:ProcessFile (string)
+in &lt;0x002ae&gt; .DriverMain:ProcessFile (string)
+in &lt;0x00135&gt; .DriverMain:Run ()
+in &lt;0x001ee&gt; .DriverMain:Run ()
+in &lt;0x0004e&gt; Mono.ILASM.Driver:Main (string[])
+
+Error while compiling.
+
+E:\study\dotnet\il\Code&gt;ilasm ydd.il
+Assembling 'ydd.il' , no listing file, to exe --&gt; 'ydd.exe'
+syntax error, expecting INT64 K_AT K_FROMUNMANAGED K_CALLMOSTDERIVED
+Error at: line (5) column (19)
+Mono.ILASM.yyParser.yyException: irrecoverable syntax error
+in &lt;0x00cdb&gt; Mono.ILASM.ILParser:yyparse (Mono.ILASM.yyParser.yyInput)
+in &lt;0x0004d&gt; Mono.ILASM.ILParser:yyparse
+(Mono.ILASM.yyParser.yyInput,object)
+in &lt;0x0025e&gt; .DriverMain:ProcessFile (string)
+in &lt;0x002ae&gt; .DriverMain:ProcessFile (string)
+in &lt;0x00135&gt; .DriverMain:Run ()
+in &lt;0x001ee&gt; .DriverMain:Run ()
+in &lt;0x0004e&gt; Mono.ILASM.Driver:Main (string[])
+
+Error while compiling.
+
+
+
+------- Additional Comments From <A HREF="mailto:kjambunathan@novell.com">kjambunathan@novell.com</A> 2004-06-29 11:37 -------
+It doesn't help if code/sample is not provided. Is it still broken
+with latest CVS ?
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="018163.html">[Mono-bugs] [Bug 60887][Wis] New - Mutex error / threading error
</A></li>
<LI> Next message: <A HREF="018165.html">[Mono-bugs] [Bug 60739][Blo] Changed - ASP.NET Trace pageOutput and localOnly Bug(s)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#18164">[ date ]</a>
<a href="thread.html#18164">[ thread ]</a>
<a href="subject.html#18164">[ subject ]</a>
<a href="author.html#18164">[ author ]</a>
</LI>
</UL>
</body></html>