ValueError: filedescriptor out of range in select()
Posted: July 1st, 2014, 5:34 pm
Every day or two, I find sabnzbd has become none-responsive. The process is still there and has to be killed. I have only been running sabnzbd on FreeBSD (9.2) a couple months now, and never had similar problems when I ran it on Gentoo before. Checking the error log, I see this:
Googling led me to this: https://mail.python.org/pipermail/pytho ... 29170.html
It definitely seems plausible that FD>1024, so this may be a legitimate bug. I am still running SABnzbd Version: 0.7.16 but I still see the same line of code in the git master branch so I doubt an update would resolve (but I'm working on getting the update in the meantime anyway).
--
Carl
Code: Select all
Exception in thread Thread-582:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.7/site-packages/sabnzbd/newswrapper.py", line 127, in con
select.select([sock], [], [], 1.0)
ValueError: filedescriptor out of range in select()It definitely seems plausible that FD>1024, so this may be a legitimate bug. I am still running SABnzbd Version: 0.7.16 but I still see the same line of code in the git master branch so I doubt an update would resolve (but I'm working on getting the update in the meantime anyway).
--
Carl