On Wed, May 18, 2011 at 8:03 AM, Martin Sustrik <[email protected]> wrote:
>> Which makes it sound like there's some unhandled race condition(s) >> where the client has disconnected the socket while the server is >> still trying to send another message to that disconnected client. > > Sounds more like a race condition on zmq_close or zmq_term. Any chance > to reproduce it? The wuserver / wuclient examples are a very minimal pub-sub pair, so we can use these as test cases. I'm running the client in a loop here to see if I can cause the server to crash. At first sight this doesn't seem to happen on my Ubuntu box but will try on OS/X later. John, could you please log an issue in the tracker (it's on http://zeromq.jira.com) so we can refer to that? Thanks, -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
