On Feb 15, 2011, at 7:41 PM, Dhammika Pathirana wrote:

>> Assertion failed: new_sndbuf > old_sndbuf (mailbox.cpp:183)
>> 
>> 
>> new_sndbuf = 10485760, old_sndbuf = 10485760
>> 
> 
> Is it failing on last check?
> new_sndbuf = 4 * old_sndbuf, is that correct?

Right, the assertion is verifying that new_sndbuf is greater than old_sndbuf. 
When the buffer expansion fails, the assertion triggers.


>> Unfortunately, the failing component is part of a distributed system so 
>> creating a small reproducible example is likely impossible.
>> 
> 
> Try test_shutdown_stress in test directory..

I can't seem to get any of them to run. I'm not even sure they are built. The 
make command (make test_shutdown_stress) tells me it is up to date, but when I 
try to run it (./test_shutdown_stress) it just returns immediately. The other 
tests behave the same. What's the trick?

cr

_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to