-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
'tokio-runtime-worker' panicked #181
Comments
Good morning, and thanks for the report! Judging by It looks like you removed traceback information. Could you please find any lines that deal directly with feroxbuster code and let me know which portion of the code is triggering this in your environment? Could you please respond back with the information from the following commands?
|
Hi epi052, date date -u cat /sys/devices/system/clocksource/clocksource0/current_clocksource cat /sys/devices/system/clocksource/clocksource0/available_clocksource grep flags /proc/cpuinfo cat /proc/cmdline sudo dmesg | grep -i tsc Best regards, Pedro |
damnit, again the copy/paste issue :) 0: 0x6f771a - 'unknown' |
regarding "Could you please find any lines that deal directly with feroxbuster code and let me know which portion of the code is triggering this in your environment?" |
I was hoping that the traceback included something like
where the |
After quite a bit of back and forth on discord, @saraiva had a problem where the In order to avoid the code in that function, I exposed a Marking this as wont-fix, as the issue lies with @saraiva's hardware or specific environment. |
have same issue on virtualbox, ubuntu, reduce 4 cores to 1 fix it. |
Tokio thread related -> tokio-rs/tokio#3619 |
Same issue today with:
Ferox was working until recently, then just started giving error as OP describes. Verified VM datetime was correct and shutting down and restarting machine did not correct issue. Decreasing down to one processor core corrected issue (at the cost of a slower VM). Tried to add processor back later and it didn't work and then on another attempt later it did. |
EDIT: |
For posterity, the information that @davidhacktive dug up is below. While not a fix, it may be interesting/useful for others.
|
Update on this bug. As part of the The big takeaway is listed here.
Since feroxbuster 2.6.3 was built with |
Hey @epi052
I tried Guest Additions update as well as |
Quit running Kali as a server. That is not what Kali is for. |
i am also getting the same issue, clock time is as expected, have the latest guest additions installed, latest kali version |
Thank you all for updating this thread. I audited feroxbuster's code to make sure I wasn't doing anything specific to trigger this behavior. Fortunately (or unfortunately, depending on your point of view), feroxbuster isn't doing any operations on I checked the compiler used by the github pipeline, and it's of a version high enough that the reported rust-lang fix should be present. For now, you can try running with Additionally, if you can add |
Describe the bug
feroxbuster exits since version 1.11.0 with tokio runtime panick error message
To Reproduce
Steps to reproduce the behavior:
feroxbuster --url URL -o feroxbuster.txt (in this case URL is something in 192.168..)
Traceback / Error Output
thread 'tokio-runtime-worker' panicked at 'supplied instant is later than self', library/std/src/time.rs:275:48
stack backtrace:
0: 0x6f771a -
1: 0x4a61fc -
2: 0x6f6d71 -
3: 0x6f67da -
4: 0x7119fa -
5: 0x7119c4 -
6: 0x71197d -
7: 0x4a3900 -
8: 0x4aa742 -
9: 0x646c63 -
10: 0x62e8b5 -
11: 0x62d94e -
12: 0x6e0259 -
13: 0x43d72d -
14: 0x438cbf -
15: 0x421d4b -
16: 0x72ba20 -
17: 0x7295ad -
18: 0x7288ff -
19: 0x72861b -
20: 0x722915 -
zsh: abort RUST_BACKTRACE=full ../feroxbuster --url URL -o
Environment (please complete the following information):
Additional context
The previous version did not panicked on me...
The text was updated successfully, but these errors were encountered: