[zeromq-dev] Valgrind and ZMQ 4.0.4

2014-09-25 Thread Carlos Tangerino
Not sure if someone has noticed that but I for this message when I create a SUB/PUB broker ==6536== Invalid write of size 4 ==6536==at 0x4135C6B: zmq::pipe_t::set_hwms(int, int) (pipe.cpp:483) ==6536==by 0x411FED4: zmq::ctx_t::connect_inproc_sockets(zmq::socket_base_t*, zmq::options_t&,

Re: [zeromq-dev] Valgrind and ZMQ 4.0.4

2014-09-25 Thread Pieter Hintjens
You should at least use the standard valgrind suppression file that's included in most ZeroMQ C/C++ projects. { Memcheck:Param socketcall.sendto(msg) fun:send ... } { Memcheck:Param socketcall.send(msg) fun:send ... } Then, if you're getting errors on a basic test