[Mono-bugs] [Bug 61184][Nor] Changed - XmlRpcCS client/server
interaction hangs when using Mono
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 25 05:16:29 EDT 2005
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61184
--- shadow/61184 2004-07-05 22:11:45.000000000 -0400
+++ shadow/61184.tmp.30646 2005-08-25 05:16:29.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 61184
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: OS X 10.3.4: Darwin localhost.local 7.4.0 Darwin Kernel Version 7.4.0: Wed May 12 16:58:24 PDT 2004; root:xnu/xnu-517.7.7.obj~7/RELEASE_PPC Power Macintosh powerpc
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Normal
-Component: Sys.XML
+Component: System
AssignedTo: mono-bugs at ximian.com
ReportedBy: mattb at columbia.edu
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -156,6 +156,27 @@
reason I point this out is to suggest that the library is actually
doing the right thing here.
Or I could be barking up the wrong tree, and it could be the server
who's blocking, but either way, I think on the face of it, the library
does the right thing.
+
+------- Additional Comments From atsushi at ximian.com 2005-08-25 05:16 -------
+It also hangs on MS.NET.
+
+On .NET, when I shut down the service, the stack trace was:
+
+$ ./test.exe test
+attempting to call test()...
+
+Unhandled Exception: System.Net.WebException: The underlying
+connection was closed: An unexpected error occurred on a receive.
+
+Server stack trace:
+ at System.Net.HttpWebRequest.CheckFinalStatus()
+ at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
+ at System.Net.HttpWebRequest.GetResponse()
+ at Nwc.XmlRpc.XmlRpcRequest.Send(String url)
+ at Nwc.XmlRpc.XmlRpcRequest.Invoke(String url)
+ at Nwc.XmlRpc.XmlRpcClientProxy.Invoke(IMessage msg)
+
+Thus resolving as NOTABUG.
More information about the mono-bugs
mailing list