[Mono-bugs] [Bug 33671][Maj] Changed - mono sometimes aborts with message about wapi_...
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
18 Nov 2002 17:31:51 -0000
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=33671
--- shadow/33671 Mon Nov 18 11:02:39 2002
+++ shadow/33671.tmp.15639 Mon Nov 18 12:31:51 2002
@@ -99,6 +99,32 @@
I cant reproduce this on either debian woody or rh8.0. I've run the
loop over and over for about half an hour now, and no error messages
have shown up.
Which distribution are you using?
+
+------- Additional Comments From lupus@ximian.com 2002-11-18 12:31 -------
+Dick: from time to time I get the same errors, though it's not
+reproducible. The last time it was today, while compiling the samples
+from thinking in C#:
+lupus@luna:/tmp/tics/08$ for i in *.cs; do mcs $i; done
+Compilation succeeded
+Compilation succeeded
+Compilation succeeded
+Compilation succeeded
+Compilation succeeded
+
+** (/home/lupus/opt/ximian/mono/mono/mcs.exe:14672): WARNING **:
+_wapi_daemon_request_response_internal: Send error: Connection reset
+by peer
+
+** ERROR **: file daemon-messages.c: line 85
+(_wapi_daemon_request_response_internal): should not be reached
+aborting...
+/home/lupus/bin/mcs: line 3: 14672 Aborted
+~/opt/ximian/mono/mono/jit/mono --nols ~/opt/ximian/mono/mono/mcs.exe "$@"
+Compilation succeeded
+Compilation succeeded
+Compilation succeeded
+[...]
+Running the for loop above resulted in a single error in about 10 runs.