[Mono-bugs] [Bug 54813][Cri] Changed - mcs 0.31 crashes mono in metadata.c

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Apr 2004 02:05:47 -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 miguel@ximian.com.

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

--- shadow/54813	2004-04-12 21:38:20.000000000 -0400
+++ shadow/54813.tmp.7337	2004-04-14 02:05:47.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 54813
 Product: Mono: Compilers
 Version: unspecified
 OS: All
 OS Details: Linux and Windows
-Status: REOPENED   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Critical
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: diltonm@McCOMSoft.com               
@@ -385,6 +385,61 @@
 
 
 ------- Additional Comments From diltonm@McCOMSoft.com  2004-04-12 21:38 -------
 Delete Utils.dll, rebuild it, then rebuild the Client.cs. It WILL 
 crash.
 
+
+------- Additional Comments From miguel@ximian.com  2004-04-14 02:05 -------
+It works with CVS, and very likely 0.31 as released:
+
+mono$ mcs -target:library Utils.cs
+Compilation succeeded
+mono$ mono Client.cs -r:Utils.dll
+cannot open assembly Client.cs
+mono$ mcs Client.cs -r:Utils.dll
+Client.cs(4) error CS0246: The namespace `System.Data' can not be
+found (missing assembly reference?)
+    Try using -r:System.Data
+Client.cs(7) error CS0246: The namespace `System.Web.Services' can not
+be found (missing assembly reference?)
+    Try using -r:System.Web.Services
+Client.cs(8) error CS0246: The namespace
+`System.Web.Services.Protocols' can not be found (missing assembly
+reference?)
+Client.cs(16) error CS0246: The namespace `System.Management' can not
+be found (missing assembly reference?)
+Client.cs(17) error CS0246: The namespace `Microsoft.Web.Services' can
+not be found (missing assembly reference?)
+Client.cs(18) error CS0246: The namespace
+`Microsoft.Web.Services.Dime' can not be found (missing assembly
+reference?)
+Compilation failed: 6 error(s), 0 warnings
+mono$ mcs Client.cs -r:Utils.dll -r:System.Web.Services
+-r:Microsoft.Web.Services
+Client.cs(4) error CS0246: The namespace `System.Data' can not be
+found (missing assembly reference?)
+    Try using -r:System.Data
+Client.cs(16) error CS0246: The namespace `System.Management' can not
+be found (missing assembly reference?)
+Compilation failed: 2 error(s), 0 warnings
+mono$ mcs Client.cs -r:Utils.dll -r:System.Web.Services
+-r:Microsoft.Web.Services -r:System.Data
+Client.cs(16) error CS0246: The namespace `System.Management' can not
+be found (missing assembly reference?)
+Compilation failed: 1 error(s), 0 warnings
+mono$ mcs Client.cs -r:Utils.dll -r:System.Web.Services
+-r:Microsoft.Web.Services -r:System.Data -r:System.Management
+Compilation succeeded
+mono$ mono --version
+Mono JIT compiler version 0.31.99, (C) 2002-2004 Novell, Inc and
+Contributors. www.go-mono.com
+	TLS:           NPTL
+	GC:            Included Boehm (with typed GC)
+	SIGSEGV      : altstack
+	Globalization: ICU
+
+Please provide the information i requested, there is not much that
+can be done otherwise.
+
+What OS, distro, flags?
+