eunomia-bpf / bpftime

Userspace eBPF runtime for Observability, Network & General Extensions Framework
https://eunomia.dev/bpftime/
MIT License
833 stars 78 forks source link

fix: improve error message and handling in syscall-server #321

Closed yunwei37 closed 3 months ago

yunwei37 commented 3 months ago

Description

Now, if one uprobe attach failed, it will continue trying to attach other uprobes.

yunwei37 commented 3 months ago

Thanks for your help!