-
Notifications
You must be signed in to change notification settings - Fork 134
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
run panic #269
Comments
Hey there, @dream110fly! I'm here to help you with any bugs, questions, or contributions you may have. Let's tackle this together! The panic you're encountering is due to a type assertion error in the Here are a few steps you can take to address this issue:
If these steps do not resolve the issue, you may need to further investigate the specific DWARF data being processed and how it interacts with the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Thanks for the feedback. I will take a look. |
Describe the bug
We exec ./kyanos watch with version v1.4.3 on Anolis OS release 8.8 with kernel version 5.10.134-13.an8.x86_64, it panic with the following error:
` ./kyanos watch
WARN[0000] Your terminal does not support 256 colors, ui may display incorrectly
⣷ 🦜 Kyanos Loading...
..............................
🍩 Kyanos starting... 1ns
🍎 Loaded eBPF maps & programs. 488.662001ms
🍓 Setup traffic filters 129.82µs
🍆 Attached base eBPF programs. 560.739146ms
Press ctrl+c to exit
panic: interface conversion: interface {} is []uint8, not int64
`
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Information (please complete the following information):
uname -ar
]The text was updated successfully, but these errors were encountered: