ZeroMQ Migration 32 bit to 64 bit runtime error

0

I have a Client Server project running in Visual Studio 2010 using ZeroMQ. I am able to build and run the project in 32 bit environment. While migration from 32 bit to 64 bit i am getting a Runtime error stating -

Unhandled exception at 0x000007feed3be117 (libzmq.dll) in ClockClientTester.exe: 0xC00000FD: Stack overflow.

In the stack it is showing error in map

libzmq.dll!std::map<unsigned short,zmq::select_t::family_entry_t,   std::less<unsigned short>,std::allocator<std::pair<unsigned short const ,zmq::select_t::family_entry_t> > >::operator[](const unsigned short & _Keyval)  Line 210 + 0x15 bytes

Any suggestion would be appreciated. Thanks

c++
visual-studio-2010
migration
32bit-64bit
zeromq
asked on Stack Overflow Sep 21, 2016 by mony • edited Sep 21, 2016 by mony

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0