-
Notifications
You must be signed in to change notification settings - Fork 132
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
Jcli panics when priting to stdout #882
Comments
Looks fine for me on 0.5.5...
|
Thank you for pointing that out - it crashes only when the leaders log is not empty, I guess it has something to do with buffer size?
|
probably this rust-lang/rust#46016 @mmahut while I do not panic even with leaders log data:
you can panic any
|
I've reproduced this issue on my Manjaro machine. It doesn't matter whether logs are empty or not, what matters is if they were completely read. If in |
Feel free to close this if this is a problem within rust. |
Describe the bug
Mandatory Information
jcli --full-version
output;jcli 0.5.4 (, release, linux [x86_64]) - [rustc 1.38.0] (from NixOS)
jormungandr --full-version
output;jormungandr 0.5.4 (, release, linux [x86_64]) - [rustc 1.38.0] (from NixOS)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No panic
The text was updated successfully, but these errors were encountered: