-
Notifications
You must be signed in to change notification settings - Fork 54
PANIC: pkg: runtime error: slice bounds out of range Addr: #408
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
Comments
Hello! Since version field is empty, I assume you are running custom build. May I ask what version of Gor it is? |
I am running latest build out of git (as of today).
On Dec 23, 2016 7:50 PM, Leonid Bugaev <[email protected]> wrote:Hello! Since version field is empty, I assume you are running custom build. May I ask what version of Gor it is?
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
Just to clarify, it does not crash the process, but sometimes throws error into logs, right? What is the average requests per second? Just to understand how common issue is. Thanks! |
I was running the application in foreground for testing and unfortunately I did not notice whether it continued working. I do remember that I killed it manually via ctrl-c (sigint) signal. I will have to dig into the details to give an exact number but my initial guess regarding RPS would be somewhere in tens per second. I would revise the estimate once I am done with detailed analysis through. |
Huh! So, the panic probably doesn't handle the message which caused the panic but the application stays up and continues to intercept and log messages. It does leads to loss of the message which caused the panic, but it does continue working. |
Cool! Thank you for the feedback! |
Issue was fixed, using fuzzer helped #411 |
Here is latest binary with fix gor_DEV-1482850025_x64.tar.gz |
@buger Thanks. |
After running the the tool for a 6+ hours it threw a panic. A possible bug.
The text was updated successfully, but these errors were encountered: