[Mono-bugs] [Bug 75632][Nor] Changed - Need to translate 2 [No such
file or directory] into winsock error
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 30 16:07:51 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 joeshaw at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75632
--- shadow/75632 2005-07-26 01:57:57.000000000 -0400
+++ shadow/75632.tmp.1278 2005-08-30 16:07:51.000000000 -0400
@@ -1,22 +1,21 @@
Bug#: 75632
Product: Mono: Runtime
Version: 1.1
OS: unknown
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: io-layer
AssignedTo: mono-bugs at ximian.com
ReportedBy: joeshaw at novell.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Need to translate 2 [No such file or directory] into winsock error
If you try to connect to a unix domain socket which doesn't exist on the
filesystem, you'll get the following warning:
** (beagled:3699): WARNING **: _wapi_connect: Need to translate 2 [No such
@@ -48,6 +47,16 @@
/tmp/scratch/BUILD/mono-1.1.8.2/mcs/class/System/System.Net.Sockets/Socket.cs:1044
------- Additional Comments From gonzalo at ximian.com 2005-07-26 01:57 -------
Fixed in r47682.
I mapped ENOENT to WSAECONNREFUSED.
+
+------- Additional Comments From joeshaw at novell.com 2005-08-30 16:07 -------
+This has started happening again, with 1.1.8.3.
+
+trace:
+#0 0x4006d0f4 in g_log () from /opt/gnome/lib/libglib-2.0.so.0
+#1 0x080ffd08 in errno_to_WSA ()
+#2 0x0810829e in _wapi_connect ()
+#3 0x080cfb8a in ves_icall_System_Net_Sockets_Socket_Connect_internal ()
+
More information about the mono-bugs
mailing list