[Mono-bugs] [Bug 75212][Nor] Changed - console application
	exporting a class with remoting
    bugzilla-daemon at bugzilla.ximian.com 
    bugzilla-daemon at bugzilla.ximian.com
       
    Mon Jun 13 13:32:01 EDT 2005
    
    
  
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 lluis at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75212
--- shadow/75212	2005-06-13 13:18:34.000000000 -0400
+++ shadow/75212.tmp.22249	2005-06-13 13:32:01.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 75212
 Product: Mono: Runtime
 Version: 1.1
 OS: other
 OS Details: Fedora Core 3
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: DUPLICATE
 Severity: Unknown
 Priority: Normal
 Component: JIT
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: fn30762 at fmi.uni-sofia.bg               
 QAContact: mono-bugs at ximian.com
@@ -83,6 +83,18 @@
 (RemoteClass), "RemoteClass", WellKnownObjectMode.Singleton);
 			
 			while(true);
 		}
 
 
+
+------- Additional Comments From lluis at ximian.com  2005-06-13 13:32 -------
+You should not use "while(true);" since it will eat all your CPU. A
+better way of making the application to wait is:
+
+Console.ReadLine ();
+
+the app will wait until you press a key.
+
+The crash was due to bug 75061, which was recently fixed.
+
+*** This bug has been marked as a duplicate of 75061 ***
    
    
More information about the mono-bugs
mailing list