Sebastião Amaro

Results 4 issues of Sebastião Amaro

Hello everyone, I am trying to create a cdylib crate to be used as a python library using (pyo3) that has a function that reads from a pinned map. However,...

Hi, I am trying to load this BPF program, however, I get the error: thread 'tokio-runtime-worker' panicked at 'error loading BPF program: LoadError("measure_tcp_lifetime", BPF)', In RedBPF as far as I...

Hi everyone, I was following the guide in [1], however, when attaching the usdt it fails with the error: ``` libbpf: usdt: no USDT notes section (.note.stapsdt) found in '/usr/lib/jvm/java-11-openjdk-amd64/lib/server/libjvm.so'...

help wanted

Hi, I was trying to run the dqlite Jepsen tests [1] with the test.sh script: ```RAFT_BRANCH=v0.15.0 && DQLITE_BRANCH=v1.11.0 ./test.sh run test --workload set --nemesis kill --time-limit 60 --test-count 1 --concurrency...