[Mono-bugs] [Bug 74659][Nor] Changed - Running static void Main () {} in a loop gets assert and long pauses

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Apr 2005 21:47:00 -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 bmaurer@users.sf.net.

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

--- shadow/74659	2005-04-25 21:27:58.000000000 -0400
+++ shadow/74659.tmp.5975	2005-04-25 21:47:00.000000000 -0400
@@ -108,6 +108,33 @@
       1 ** (foo.exe:9439): WARNING **: process_set_current: error
 creating process handle
 
 
 So, i was able to reproduce the weird error without the fg/bg stuff. I
 could not reproduce the wapi timesamp thing though.
+
+------- Additional Comments From bmaurer@users.sf.net  2005-04-25 21:47 -------
+Ok, I've got some more interesting data from a longer run:
+
+builder@monobuild2:~> sort log | uniq -c | grep -v "\*\*"
+  26348
+  53841 0.01
+     17 0.02
+      4 0.03
+      1 0.04
+      1 0.05
+     79 0.11
+     40 0.12
+      8 0.22
+      1 0.68
+      1 0.70
+      1 1.00
+      4 1.01
+      1 1.05
+      1 1.18
+      1 1.27
+      1 1.29
+
+The log file did not have any timestamp related errors, but there were
+delays of up to one second, though they were extremely rare.
+
+The machine was as quiet as can be.