eunomia-bpf / bpftime

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

[BUG] error in syscall server will terminate the application #318

Closed yunwei37 closed 3 months ago

yunwei37 commented 3 months ago

Describe the bug

When the map request more memory than shared memory support, or the uprobe failed, it should not terminate the eBPF application.

yunwei37 commented 3 months ago

Fixed by #321