-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
thread 'main' panicked at /rustc/3f5fd8dd41153bc5fdca9427e9e05be2c767ba23/library/alloc/src/string.rs:1410:13: #32
Comments
Thanks for the verbose outputs. What would be really helpful however is a The dmesg outputs are an aside I think - since it captures all the verbose data fine it looks like something in the display code when using |
dump.json attached |
Actually, I thought it might be to do with auto-width and by adjusting to your terminal size (based on chars), I could reproduce. I'll do some digging and hopefully find something. |
I pushed what I think is a fix. If you can test that would be great. You can get a build from the runner if you don't have a rust toolchain installed: https://github.com/tuna-f1sh/cyme/actions/runs/10959429558 |
Yes, that works for x86_64 linux. Thanks! |
When running
cyme -m
output looks like:
dmesg shows:
usb 1-6: usbfs: process 8504 (cyme) did not claim interface 7 before use
There are several of these messages with differing interface numbers.
I saw you asked for
cyme --tree -vvv
on another issue, so here's mine:Finally:
The text was updated successfully, but these errors were encountered: