我使用ZeroMQ在Visual Studio 2010中运行了一个Client Server项目。我能够在32位环境中构建和运行项目。从32位迁移到64位时,我收到运行时错误说明 -
ClockClientTester.exe中0x000007feed3be117(libzmq.dll)的未处理异常:0xC00000FD:堆栈溢出。
在堆栈中,它在地图中显示错误
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
任何建议都将不胜感激。 感谢