[Mono-bugs] [Bug 67731][Maj] Changed - Installer does not configure garbage collection correctly or does not install it
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 7 Oct 2004 01:01:58 -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 grompf@sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67731
--- shadow/67731 2004-10-06 23:25:25.000000000 -0400
+++ shadow/67731.tmp.24047 2004-10-07 01:01:58.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 67731
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: Mac OS X 10.3.5
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: packaging
AssignedTo: duncan@ximian.com
ReportedBy: devslashnull@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -55,6 +55,37 @@
How often does this happen?
every time
Additional Information:
Using 1.0.1 I got a different exception but I don't remember what it was (it was a while ago) but it
had to do with some global configuration file not being properly set up.
+
+------- Additional Comments From grompf@sublimeintervention.com 2004-10-07 01:01 -------
+junglist:~/Documents/Development/mono/bugs plasma$ mono -V
+Mono JIT compiler version 1.0.2, (C) 2002-2004 Novell, Inc and Contributors. www.go-
+mono.com
+ TLS: normal
+ GC: Included Boehm (with typed GC)
+ SIGSEGV : normal
+ Globalization: ICU
+junglist:~/Documents/Development/mono/bugs plasma$ cat dd.cs
+using System;
+using System.Net;
+class T {
+ static void Main (string[] args) {
+ WebClient wc = new WebClient ();
+ wc.DownloadData ("http://www.slashdot.org");
+ }
+}
+junglist:~/Documents/Development/mono/bugs plasma$ mcs dd.cs
+Compilation succeeded
+junglist:~/Documents/Development/mono/bugs plasma$ mono dd.exe
+junglist:~/Documents/Development/mono/bugs plasma$ uname -a
+Darwin junglist.local 7.5.0 Darwin Kernel Version 7.5.0: Thu Aug 5 19:26:16 PDT 2004;
+root:xnu/xnu-517.7.21.obj~3/RELEASE_PPC Power Macintosh powerpc
+
+NOTABUG?
+
+The official mono 1.0.2 framework binary does not exhibit this behaviour.
+
+-kangaroo
+