I'll try. Of course this is happening in production, and after many hours of working normally, but I'll try...
I notice one more thing. Maybe connected with this maybe not. We are sending multipart messages. First part is the type of the message and the second is actual message body. Sometimes subscribers start getting unknown message types while the publisher is sending right message types. I think that we start getting message body in the first part and subject of another message in the second part. After reconnecting publisher, problem disappears. We now have logic to reconnect on unknown message types. Thanks, Igor. On Tue, Nov 15, 2011 at 1:08 PM, Martin Sustrik <[email protected]> wrote: > Hi Igor, > >> 00000000`03d5c320 "Assertion failed: Bad address (." >> 00000000`03d5c340 ".\..\..\src\tcp_socket.cpp:93)." > > There's some deeper bug causing this. WSAEFAULT means that the buffer > supplied to send() function is not within the valid address space. > > Any chance of reproducing the problem? > > Martin > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
