You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue you're encountering when building Kyanos on Ubuntu 24.04 and running it on kernel versions 5.4 or 4.19 might be related to the differences in the CLANG versions used during the build process. On Ubuntu 24.04, CLANG version 18 is used, whereas on Ubuntu 22.04, CLANG version 14 is used. This difference can lead to compatibility issues, especially if the code or dependencies rely on specific features or behaviors of a particular CLANG version [1].
Additionally, there is a known issue with Kyanos not capturing HTTP events on certain kernel versions due to missing BTF (BPF Type Format) support, which might be relevant if you're experiencing similar issues [2].
To address this, you might want to try building Kyanos with the same CLANG version used in Ubuntu 22.04 (version 14) on your Ubuntu 24.04 system to see if it resolves the issue. You can manually install the specific CLANG version and adjust the symbolic links accordingly in your build environment.
Describe the bug
Build kyanos on ubuntu 24.04, then run on 5.4/4.19 failed with log above. But build on 22.04 was fine.
To Reproduce
Steps to reproduce the behavior:
Build kyanos on ubuntu 24.04, then run on 5.4/4.19
run build step in workflow
Test
:notice install clang:
Screenshots
Information (please complete the following information):
The text was updated successfully, but these errors were encountered: