[Mono-bugs] [Bug 61597][Wis] New - ilasm fails to assemble a file for no good reason

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jul 2004 07:17:21 -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 peter@hawkins.emu.id.au.

http://bugzilla.ximian.com/show_bug.cgi?id=61597

--- shadow/61597	2004-07-15 07:17:21.000000000 -0400
+++ shadow/61597.tmp.5469	2004-07-15 07:17:21.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 61597
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: Debian sarge/sid
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: IL assembler
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: peter@hawkins.emu.id.au               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: ilasm fails to assemble a file for no good reason
+
+Hi there... 
+ 
+Description of Problem: 
+ilasm from mono 1.0 dies when compiling the file list.il but does not 
+produce any meaningful error messages. I'm using the debian packages of 
+mono from debian unstable (in this case, mono-mcs 1.0-1) 
+ 
+I'll try to attached list.il to the bugreport after submitting it, 
+otherwise it can be found at: 
+http://www.cs.mu.oz.au/~hawkinsp/list.il.gz 
+ 
+$ ilasm /dll list.il 
+... lots of 'Assembled' lines ... 
+Assembled method mercury.list.[|]_2::.ctor 
+Assembled method mercury.list.[]_0::.ctor 
+ 
+***** FAILURE ***** 
+ 
+There are no error messages in the above listing. 
+ 
+Either ilasm should produce a meaningful error message, or it should quit 
+complaining and correctly assemble the file. 
+ 
+I would produce a smaller test case but I don't know enough about IL 
+assembler. This file is the output of a compiler (mercury), hence the 
+slightly strange appearance. 
+ 
+Thanks for mono, you're doing a great job.