google / sagetv

SageTV is a cross-platform networked DVR and media management system
http://forums.sagetv.com/
Apache License 2.0
267 stars 173 forks source link

Sort by Orig Airing Date violates its contract #389

Closed wnjj closed 6 years ago

wnjj commented 6 years ago

User gary201 was having an issue where his recordings list would sometimes be completely blank. Log files revealed an exception in the sorting routine where it "violates its general contract." After debugging, I concluded the sort routing had a bug where it could violate the contract. Details are in this post to his thread: https://forums.sagetv.com/forums/showthread.php?p=616949&postcount=20.

I built a debug jar file with changes to the sort that has been running clean on his system for a month when it used to fail within days. I will submit a pull request with a change soon.