[Mono-bugs] [Bug 54813][Nor] Changed - mcs 0.30.1 crashes mono in metadata.c
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Feb 2004 04:19:38 -0500 (EST)
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 diltonm@mccomsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54813
--- shadow/54813 2004-02-27 04:18:50.000000000 -0500
+++ shadow/54813.tmp.4738 2004-02-27 04:19:38.000000000 -0500
@@ -137,6 +137,26 @@
the bug?
------- Additional Comments From diltonm@McCOMSoft.com 2004-02-27 04:18 -------
Created an attachment (id=6785)
Code to demonstrate 0.30.1 compiler crash
+
+------- Additional Comments From diltonm@McCOMSoft.com 2004-02-27 04:19 -------
+Ok, I've written a tiny project the last couple of hours to
+duplicate the bug and I'm attaching it as 30crash.zip. I wrote it on
+Windows but the bug in my actual project happened in both Windows
+and Linux.
+
+After unzipping the contents use this line to build the utility .DLL
+module:
+
+mcs -out:Utils.dll -t:module Utils.cs
+
+And this for the main client .EXE module:
+
+mcs Client.cs -r:System.Data.dll -r:System.Web.Services.dll -
+r:System.Management.dll -r:Microsoft.Web.Services.dll" -
+r:Utils/Utils.dll
+
+-Dilton
+