Error in unacked data reception in Communication
For Truly Distributed Systems
Brought to you by:
laha
A bug was introduced during the finalization of the 6.0 release, which causes dose_main on the receiving end of unacked data to crash when a certain sequence of packets are lost.
The easy way to reproduce this error is to insert a bit of code in HandleUnackedMessage that discards every other received packet. Running the multinode test suite with this code will cause a crash almost immediately.
Fixed for 6.0.1 release