[zeromq-dev] Assertion failed: new_max - new_min + 1 > 1 (mtrie.cpp:246)
Jon Dyte
jon at totient.co.uk
Sun Feb 26 01:11:10 CET 2012
On 25/02/12 23:15, Javier Cardona wrote:
> Hi,
>
> I'm seeing this assertion failure when running 8 identical processes
> each with a PUB and a SUB socket, and each SUB subscribed to the other
> 7 instances.
> The instances are intended to send data for 30 seconds out of their
> PUB socket, then end. Messaging works fine on version 2.1 and libzmq
> HEAD (7689d20...). But on HEAD I will see this assertion error on
> termination. If needed I could produce test code to replicate, but
> for now I just printed the components of the failed assertion. These
> are:
>
> new_max:50
> new_min:56
>
> I could not find an open issue mentioning this. Anyone has seen this before?
>
> Thanks,
>
> Javier
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
Javier
If you have reproducible case, please raise a jira with the test case as
this
code is very new
https://github.com/zeromq/libzmq/commit/4b62344023eb0f9be2b3b6a09239869198c667a9
Jon
More information about the zeromq-dev
mailing list