zeromq4-x icon indicating copy to clipboard operation
zeromq4-x copied to clipboard

ØMQ 4.x stable release branch - bug fixes only

Results 12 zeromq4-x issues
Sort by recently updated
recently updated
newest added

Executing `configure --with-pgm` from a different directory other than the source directory will fail with the following error message: ``` $ ls build zeromq4-x $ cd build $ ../zeromq4-x/configure --with-pgm...

I want to use multi-sender and multi-recver mode. I choose XSUB-XPUB because multi bind address problem. i start a proxy thread like this: ``` void proxy() { zmq::context_t context(1); zmq::socket_t...

Hello, I read of > Lastly, the high-water marks are counted in message parts, not whole messages. If you are sending two-part messages, the default HWM is 500. When you...

Bad file descriptor (src/epoll.cpp:131) #0 0xb6f6be0c in /usr/local/lib/libzmq.so.5 (zmq::zmq_abort(char const*)+0x6) #1 0xb6f88d66 in /usr/local/lib/libzmq.so.5 (zmq::stream_engine_t::restart_output()+0x16) #2 0xb6f7ffc2 in /usr/local/lib/libzmq.so.5 (zmq::session_base_t::read_activated(zmq::pipe_t*)+0x4c) #3 0xb6f6ca34 in /usr/local/lib/libzmq.so.5 (zmq::io_thread_t::in_event()+0x36) #4 0xb6f6b946 in /usr/local/lib/libzmq.so.5 (zmq::epoll_t::loop()+0xc6)...

I'm developing an application on Windows 10 with ZeroMQ for some background connection. I'm using Visual Studio 2008 C++ and ZeroMQ version 4.0.4. When ZeroMQ connection and send the data,...

Getting warnings in Xcode. In zmq.cpp, in the function `zmq_poll()`, the lines ``` C return usleep (timeout_ * 1000); ``` and ``` C timeout = end - now; ``` In...

This is an odd crash that happens sporadically: 0 libsystem_kernel.dylib 0x00007fff8debcc82 __kill + 10 1 libsystem_platform.dylib 0x00007fff88730f1a _sigtramp + 26 2 ??? 000000000000000000 0 + 0 3 libsystem_c.dylib 0x00007fff8b090b53 abort...

==8804== Thread 4: ==8804== Invalid read of size 1 ==8804== at 0x4A08DAC: memcpy (mc_replace_strmem.c:882) ==8804== by 0x4C78163: zmq::encoder_base_tzmq::v2_encoder_t::encode(unsigned char**, unsigned long) (encoder.hpp:113) ==8804== by 0x4C6ABDA: zmq::stream_engine_t::out_event() (stream_engine.cpp:284) ==8804== by 0x4C526AB:...