[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
Mon Jul 25 12:34:13 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-25 12:31:48.000000000 -0400
+++ shadow/75632.tmp.30672 2005-07-25 12:34:13.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 75632
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+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: ---
@@ -20,6 +20,30 @@
filesystem, you'll get the following warning:
** (beagled:3699): WARNING **: _wapi_connect: Need to translate 2 [No such
file or directory] into winsock error
The error is harmless, but it is scaring our users.
+
+------- Additional Comments From joeshaw at novell.com 2005-07-25 12:34 -------
+Stack trace:
+
+#0 0x4006af33 in g_log () from /opt/gnome/lib/libglib-2.0.so.0
+#1 0x080d7d7e in errno_to_WSA (code=2,
+ function_name=0x818940f "_wapi_connect") at error.c:125
+#2 0x080e38d1 in _wapi_connect (fd=59, serv_addr=0x440bf508, addrlen=110)
+ at sockets.c:315
+#3 0x080b5dbf in ves_icall_System_Net_Sockets_Socket_Connect_internal (
+ sock=59, sockaddr=0x8188410, error=0x42411ecc) at socket-io.c:1121
+
+the managed calls that got us here were:
+
+IP 0x441acfe4 at offset 0x4 of method (wrapper managed-to-native)
+System.Net.Sockets.Socket:Connect_internal
+(intptr,System.Net.SocketAddress,int&) (0x441acfe0 0x441ad028)[domain
+0x21f00 - BeagleDaemon.exe]
+
+IP 0x441ace9a at offset 0xfa of method
+System.Net.Sockets.Socket:Connect (System.Net.EndPoint) (0x441acda0
+0x441acfae)[domain 0x21f00 - BeagleDaemon.exe]
+/tmp/scratch/BUILD/mono-1.1.8.2/mcs/class/System/System.Net.Sockets/Socket.cs:1044
+
More information about the mono-bugs
mailing list