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

GhIDA analysis failed #2

Closed
TridentFactor opened this issue Sep 28, 2019 · 1 comment
Closed

GhIDA analysis failed #2

TridentFactor opened this issue Sep 28, 2019 · 1 comment

Comments

@TridentFactor
Copy link

#####Server Side
23:05:48 DEBUG:: New xml file saved (filename: F8F97A46B5436AEA53D3324082696D16_LwMgX)
23:05:48 DEBUG:: Ghidra analysis started
[2019-09-28 23:06:18 +0000] [6] [CRITICAL] WORKER TIMEOUT (pid:568)
[2019-09-28 23:06:18 +0000] [568] [INFO] Worker exiting (pid: 568)
[2019-09-28 23:06:18 +0000] [681] [INFO] Booting worker with pid: 681

##IDA side

GhIDA:: [DEBUG] Decompiling 403090
GhIDA:: [DEBUG] EXPORT_XML_FILE: False
GhIDA:: [!] ('Connection aborted.', BadStatusLine('No status line received - the server has closed the connection',))
GhIDA:: [!] Decompilation error (thread)
GhIDA:: [DEBUG] Thread terminated.
GhIDA:: [DEBUG] Joining decompilation thread.
GhIDA:: [DEBUG] Thread joined. Got queue result.
GhIDA:: [!] Decompilation interrupted.

@jimmy-sonny
Copy link

jimmy-sonny commented Feb 7, 2020

The issue was related to the WORKER TIMEOUT of Gunicorn.

For more information, please refer to the gunicorn documentation:
http://docs.gunicorn.org/en/stable/settings.html#timeout

The default value is 30s, changed to 300s in 5895bd7.

jimmy-sonny pushed a commit that referenced this issue Feb 7, 2020
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

2 participants