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

arachni_rpc get stuck in deadlock #4

Open
bardelch opened this issue Dec 6, 2018 · 0 comments
Open

arachni_rpc get stuck in deadlock #4

bardelch opened this issue Dec 6, 2018 · 0 comments

Comments

@bardelch
Copy link

bardelch commented Dec 6, 2018

Instance - 16918-17003.log

[Wed Dec 5 16:51:52 2018] [info] Depending on server responsiveness and network conditions this may take a while.
[Wed Dec 5 16:52:02 2018] [bad] Retrying for: https://website/ [Timeout was reached]
[Wed Dec 5 16:52:12 2018] [bad] Retrying for: https://website/ [Timeout was reached]
[Wed Dec 5 16:52:22 2018] [bad] Retrying for: https://website/ [Timeout was reached]
[Wed Dec 5 16:52:33 2018] [bad] Retrying for: https://website/ [Timeout was reached]
[Wed Dec 5 16:52:43 2018] [bad] Retrying for: https://website/ [Timeout was reached]
[Wed Dec 5 16:52:53 2018] [error] Giving up trying to audit: https://website/
[Wed Dec 5 16:52:53 2018] [error] Couldn't get a response after 5 tries: Timeout was reached.
[Wed Dec 5 16:52:53 2018] [line]
[Wed Dec 5 16:52:53 2018] [status] Workload exhausted, waiting for new pages from the browser-cluster...
[Wed Dec 5 16:52:53 2018] [info] Pending jobs: 47

Instance - 16918-17003.error.log

[2018-12-05 16:52:53 -0500] Giving up trying to audit: https://website/
[2018-12-05 16:52:53 -0500] Couldn't get a response after 5 tries: Timeout was reached.

strace -p 16918

futex(0x7ecf30, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7ecf60, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7ecf64, FUTEX_WAIT_PRIVATE, 5394829, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7ecf30, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7ecf60, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7ecf64, FUTEX_WAIT_PRIVATE, 5394831, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7ecf30, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7ecf64, FUTEX_WAIT_PRIVATE, 5394833, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7ecf30, FUTEX_WAKE_PRIVATE, 1) = 0
read(8, 0x35eb2b3, 5) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7ecf64, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x7ecf60, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1
futex(0x7ecf30, FUTEX_WAKE_PRIVATE, 1) = 1

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