Hey, I noticed that my logger sometimes goes and uses 100% cpu, which is not great. A bit more research showed that the loop in store_pending_messages does.. if (cached->id == pending_id) else if (cached->id < pending_id) else if (cached->id < pending_id) One of the two final ones should probably have a >, but i didn't dive deep enough into the logic to determine which one ;)
Fixed in commit 884c52dad5d5fb30a450b013b83aed306ed49164, will be included in next release (0.2.8)
(In reply to comment #1) > Fixed in commit 884c52dad5d5fb30a450b013b83aed306ed49164, will be included in > next release (0.2.8) Correction, I forgot to push the 0.2.7 tag and news last time, so this patch made it for 0.2.7.
*** Bug 36259 has been marked as a duplicate of this bug. ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.