Open e-dant opened 3 months ago
Could you provide the kernel, os, and the bcc version?
libbpf-tools version: Version: 0.26.0+ds-1
(via apt)
$ uname -v
#1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15)
Stuff from os-release
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
The error message: access beyond struct sock at off 784 size 4
Are you using correct header files for bcc?
I'm not sure which headers are being used. They're from whatever Debian is packaging -- I didn't compile this program
If time allows I can see if things work as expected after compiling from source here
The current master branch doesn't have this issue (git pull && cd libbpf-tools && make && sudo ./tcprtt -a 192.168.1.1
works ok)
Is this a Debian packaging issue?