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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -83,6 +83,18 @@ (RemoteClass), "RemoteClass", WellKnownObjectMode.Singleton); while(true); } + +------- Additional Comments From [EMAIL PROTECTED] 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 *** _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
