Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: FIXME - exception in resultserver connection #270

Open
lunachy opened this issue Nov 27, 2015 · 1 comment
Open

ERROR: FIXME - exception in resultserver connection #270

lunachy opened this issue Nov 27, 2015 · 1 comment

Comments

@lunachy
Copy link
Contributor

lunachy commented Nov 27, 2015

sample on malwr.com, md5 7a49678740820d85e6648af614889792

2015-11-27 09:43:20,997 [lib.cuckoo.core.resultserver] ERROR: FIXME - exception in resultserver connection ('10.14.24.111', 50153)
Traceback (most recent call last):
File "/polyfalcon/analysis/sandbox/lib/cuckoo/core/resultserver.py", line 221, in handle
self.negotiate_protocol()
File "/polyfalcon/analysis/sandbox/lib/cuckoo/core/resultserver.py", line 191, in negotiate_protocol
buf = self.read_newline()
File "/polyfalcon/analysis/sandbox/lib/cuckoo/core/resultserver.py", line 186, in read_newline
buf += self.read(1)
File "/polyfalcon/analysis/sandbox/lib/cuckoo/core/resultserver.py", line 161, in read
if not self.wait_sock_or_end():
File "/polyfalcon/analysis/sandbox/lib/cuckoo/core/resultserver.py", line 154, in wait_sock_or_end
rs, _, _ = select.select([self.request], [], [], 1)
ValueError: filedescriptor out of range in select()

I check the analysis.log and find error as follows.
2015-11-20 17:41:43,437 [lib.api.process] INFO: Injected into suspended 32-bit process with pid 14236
2015-11-20 17:41:43,437 [root] ERROR: Traceback (most recent call last):
File "C:\taknwgwcf\analyzer.py", line 526, in run
handler.start()
File "C:\Python27\lib\threading.py", line 745, in start
_start_new_thread(self.__bootstrap, ())
error: can't start new thread
Traceback (most recent call last):
File "C:\taknwgwcf\analyzer.py", line 526, in run
handler.start()
File "C:\Python27\lib\threading.py", line 745, in start
_start_new_thread(self.__bootstrap, ())
error: can't start new thread

@lunachy
Copy link
Contributor Author

lunachy commented Nov 27, 2015

consider epoll instead of select?

feliperalmeida pushed a commit to feliperalmeida/cuckoo-modified that referenced this issue Dec 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant