[Mono-bugs] [Bug 35213][Maj] New - Wapi should be more robust.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
6 Dec 2002 19:23:09 -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 miguel@ximian.com.

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

--- shadow/35213	Fri Dec  6 14:23:09 2002
+++ shadow/35213.tmp.9308	Fri Dec  6 14:23:09 2002
@@ -0,0 +1,39 @@
+Bug#: 35213
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: misc
+AssignedTo: dick@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Wapi should be more robust.
+
+Currently if Wapi fails to contact the daemon, there is an assertion thrown:
+
+** (fib.exe:14582): 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...
+Aborted
+
+
+Wapi should try to fallback to non-shared handles instead of aborting.
+
+Now the above error does not happen very often, but I can trigger this with
+the Fibonacci test (fib.exe) one out of 815 times on average.
+
+The following program illustrates the problem:
+
+while true; do mono fib.exe > log; done
+
+This is on Red Hat 7.3