-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Heisenbug: trip _gateway panic sometimes #892
Comments
Thanks for reporting @crrodriguez.
Please also confirm the version of Trippy and your platform. |
The assertion failure line from the reported error is from the The only place clamp is called (directly, at least) is here: trippy/src/frontend/render/table.rs Line 254 in c65a57e
|
@crrodriguez I can reproduce this failure by pressing The bug here is in the trippy/src/frontend/tui_app.rs Lines 388 to 398 in c65a57e
If there are no hops reported or none of the reported hops contain any addresses, then the function returns trippy/src/frontend/tui_app.rs Lines 380 to 382 in c65a57e
With that in place, we will now get a call to trippy/src/frontend/render/table.rs Line 254 in c65a57e
The fix is to ensure that in such cases Given you are running |
…op (#892) The `expand-hosts-max` (default binding: `}`) TUI command panics if there are no addresses for any hop.
Fixed in #893 which will go into the 0.10.0 release. |
Yes, See in my spanish language keyboard that key is annoyingly too close to enter and sometimes both get pressed.. I updated to https://github.com/fujiapple852/trippy.git#58dc9b58) and the problem still there. I 'll try your fix. |
Thank you very much for testing and confirming that works @crrodriguez |
…op (#892) The `expand-hosts-max` (default binding: `}`) TUI command panics if there are no addresses for any hop.
Unfortunately it cannot be reproduced the second time ..it happens once in a while.. I'l trry to get a backtrace ..
The text was updated successfully, but these errors were encountered: