[Mono-bugs] [Bug 636785] New: ilasm irrecoverable syntax error (on a file which assembles ok with .net ilasm)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Sep 2 14:26:39 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=636785
https://bugzilla.novell.com/show_bug.cgi?id=636785#c0
Summary: ilasm irrecoverable syntax error (on a file which
assembles ok with .net ilasm)
Classification: Mono
Product: Mono: Tools
Version: 2.6.x
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: ilasm
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: htl10 at users.sourceforge.net
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3
(KHTML, like Gecko) Chrome/6.0.472.53 Safari/534.3
$ ilasm /output:out.dll /dll assembly_name.il
Assembling 'assembly_name.il' , no listing file, to dll --> 'out.dll'
assembly_name.il (27919, 10) : Error : irrecoverable syntax error
***** FAILURE *****
------------------
line 27919 contains:
data cil I_00002050 = bytearray (
0A 17 76 9F 86 0B 53 40 56 36 14 2B 57 A0 55 C0 //
.v...S at V6.+W.U.
C6 4C 3B F1 9B 03 38 40 8C CC CD 8D 34 B5 F3 BF //
L;...8 at ....4...
D8 12 EC 19 73 CD 53 3F 88 98 0E 1C 18 A1 D6 BE) //
...s.S?........
It appears that nono ilasm does not like the "cil" word? Anyway, MS .net's
ilasm has not problem assembling this file.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list