Hi Олег, On Wed, Nov 17, 2010 at 2:35 AM, Олег Севостьянов <[email protected]> wrote: >> Maybe is not a bug, but I have got strange error while debuging with MSVC >> 2005. >> >> I have test client application (http://pastebin.com/emer9049) and test >> server application (http://pastebin.com/YTW732Xb). I run both under >> MSVC in debug. In server application I set break point (see place in >> comments). When breakpoint is triggered I stop debugging (kill >> application). >> >> In client application I get error "null pointer reference" in >> object.cpp line 85. >> >> >> Call stack information - http://pastebin.com/jprBVFM8. >> Dump of Locals - http://pastebin.com/mMEepQyP. > > Can anyone help me :( >
What's your zmq version? What are you trying to test? server crash/disconnection? Client should detect server disconnection (ECONNRESET) and initiate reconnection setup. I don't have a windows box, but it works fine on linux (with master). Does this happen outside your dev environment, ie. killing server process in windows process manager? Shouldn't make a difference, just curious. Dhammika _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
