-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for running op-program #16
Conversation
Unnecessary syscalls can be ignored. Not just |
3f2d223
to
7c82ce4
Compare
7c9d960
to
c7beb8c
Compare
"github.com/prometheus/client_model/go.init", | ||
"github.com/prometheus/client_model/go.init.0", | ||
"github.com/prometheus/client_model/go.init.1", | ||
// skip flag pkg init, we need to debug arg-processing more to see why this fails |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curious to know what the failure is. Does the program crash during pkg init?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Honestly, these lines are copied from Cannon 😅
So I have no idea about the details..
Description
epoll_create1
epoll_ctl
pipe2
readlinkat
newfstatat
newuname
munmap
getrandom
Test
Manually run op-program(v.1.5.1) by
run
command on the local devnet and op-sepolia, and it works :)