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
When programs such as scene8 or fas-rs, which use eBPF + uprobe, attempt to attach to the target app, the use of z-loader can cause the app to crash.
It appears that the issue is not caused by multiple uprobe attachments, as tests have shown that attaching multiple BPF programs to the same process does not result in the same outcome.
The text was updated successfully, but these errors were encountered:
When programs such as scene8 or fas-rs, which use eBPF + uprobe, attempt to attach to the target app, the use of z-loader can cause the app to crash.
It appears that the issue is not caused by multiple uprobe attachments, as tests have shown that attaching multiple BPF programs to the same process does not result in the same outcome.
The text was updated successfully, but these errors were encountered: