I have this:
===================================================================
RCS file: /pack/cvsroots/wxwidgets/wxWidgets/src/unix/gsocket.cpp,v
retrieving revision 1.55
diff -u -r1.55 gsocket.cpp
--- src/unix/gsocket.cpp 2005/10/05 23:20:10 1.55
+++ src/unix/gsocket.cpp 2005/11/20 12:49:00
@@ -978,6 +978,8 @@
struct timeval tv;
assert(this);
+ if (m_fd == -1)
+ return (GSOCK_LOST_FLAG & flags);
if (m_fd == -1)
return (GSOCK_LOST_FLAG & flags);
Appart from that, my wx sources are pure wx-cvs. As we can see, this patch from Kry has already been included into wx sources. I will fix my sources.
The nice thing is that this assert is well behaved, i.e., I can choose NO and aMule continues. But my sources are all gone...
