[Mono-bugs] [Bug 63716][Maj] Changed - MCS compile fails to produce *.exe on Debian Mono, works on Microsoft

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Aug 2004 10:56:51 -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 martin@ximian.com.

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

--- shadow/63716	2004-08-23 16:19:20.000000000 -0400
+++ shadow/63716.tmp.10619	2004-08-27 10:56:51.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 63716
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Debian
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ajack@apache.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -68,6 +68,21 @@
 
 Additional Information:
 
 
 Apache are wishing to set up a Gump (see http://gump.apache.org) for NAnt
 on Mono, but are currently unable to get started due to this problem.
+
+------- Additional Comments From martin@ximian.com  2004-08-27 10:56 -------
+I tried with the latests CVS version and with 1.0.1 (latest RPM from
+RH 9) and I cannot reproduce it.
+
+It is strange that you're not getting an .exe - there is no "link"
+phase, "Compilation succeeded" is the last thing the compiler prints
+before exiting (when it already created the .exe).  So if you're
+getting a crash after that message, that looks like a crash in the
+garbage collector, during cleanup.
+
+Is it just this particular test case which is crashing or are you also
+getting this with other examples (like a simple "class X { static void
+Main () { } }") ?
+