[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:27: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 bmaurer@users.sf.net.

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

--- shadow/74659	2005-04-25 19:58:55.000000000 -0400
+++ shadow/74659.tmp.5860	2005-04-25 21:27:58.000000000 -0400
@@ -48,6 +48,66 @@
 /usr/bin/time -f %E mono no.exe
 /usr/bin/time: error waiting for child process: No child processes
 mono$ 
 ** (no.exe:11403): WARNING **: process_set_current: error creating
 process handle
 
+
+------- Additional Comments From bmaurer@users.sf.net  2005-04-25 21:27 -------
+I tried running in a loop and redirected to a log file with today's
+svn, and got:
+
+     21
+  12269 0.01
+     15 0.02
+     13 0.03
+     11 0.04
+     14 0.05
+      2 0.09
+      2 0.11
+      1 0.13
+      1 ** (foo.exe:11108): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:12724): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:14384): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:16076): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:17753): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:19436): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:1953): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:20682): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:21144): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:22847): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:24538): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:24552): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:26258): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:26790): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:28631): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:30608): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:32528): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:3924): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:5835): WARNING **: process_set_current: error
+creating process handle
+      1 ** (foo.exe:7764): WARNING **: process_set_current: error
+creating process handle
+      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.