New issue 11 by dimazaur: infinity loop
http://code.google.com/p/joscar/issues/detail?id=11
What steps will reproduce the problem?
1. sometimes client start overloading cpu
the issue is in the SeqNum
for (i = n; (i >>= 3) != 0; s += i);
if new Random().nextLong() in RvProcessor returns negative value - we r
getting infinity loop
Comment #1 on issue 11 by jadest...@gmail.com: infinity loop
http://code.google.com/p/joscar/issues/detail?id=11
Duplicate of issue #10 -- but fixed in trunk!