[Mono-bugs] [Bug 67731][Maj] New - Installer does not configure garbage collection correctly or does not install it

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 6 Oct 2004 23:25:25 -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 devslashnull@gmail.com.

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

--- shadow/67731	2004-10-06 23:25:25.000000000 -0400
+++ shadow/67731.tmp.22721	2004-10-06 23:25:25.000000000 -0400
@@ -0,0 +1,60 @@
+Bug#: 67731
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: Mac OS X 10.3.5
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: packaging
+AssignedTo: duncan@ximian.com                            
+ReportedBy: devslashnull@gmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Installer does not configure garbage collection correctly or does not install it
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Install the Mono Framework 1.0.2.
+2. Write a CLI program involving WebClient.DownloadData to download and display the result of 
+the url provided in the argument.
+3. Run this: % mono mytestapp.exe http://slashdot.org
+
+Actual Results:
+Unhandled Exception: System.ExecutionEngineException: No GCHandle support built-in
+in (unmanaged) (wrapper managed-to-native) System.Runtime.InteropServices.GCHandle:
+GetTargetHandle (object,int,System.Runtime.InteropServices.GCHandleType)
+in <0x0008c> (wrapper managed-to-native) System.Runtime.InteropServices.GCHandle:
+GetTargetHandle (object,int,System.Runtime.InteropServices.GCHandleType)
+in <0x00044> System.Runtime.InteropServices.GCHandle:.ctor 
+(object,System.Runtime.InteropServices.GCHandleType)
+in <0x00044> System.Runtime.InteropServices.GCHandle:Alloc 
+(object,System.Runtime.InteropServices.GCHandleType)
+in <0x0008c> System.WeakReference:AllocateHandle (object)
+in <0x0004c> System.WeakReference:.ctor (object,bool)
+in <0x00030> System.WeakReference:.ctor (object)
+in <0x00240> System.Net.WebConnectionGroup:CreateOrReuseConnection ()
+in <0x002d8> System.Net.WebConnectionGroup:GetConnection ()
+in <0x00088> System.Net.ServicePoint:SendRequest (System.Net.HttpWebRequest,string)
+in <0x00354> System.Net.HttpWebRequest:BeginGetResponse (System.AsyncCallback,object)
+in <0x00068> System.Net.HttpWebRequest:GetResponse ()
+in <0x00068> System.Net.WebClient:DownloadData (string)
+in <0x000b4> (wrapper remoting-invoke-with-check) System.Net.WebClient:DownloadData 
+(string)
+in <0x000a0> Test.GetHttp:Main (string[])
+
+Expected Results:
+contents of slashdot.org's main page
+
+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.