- 
                Notifications
    You must be signed in to change notification settings 
- Fork 29
Fix for running op-program #16
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
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_create1epoll_ctlpipe2readlinkatnewfstatatnewunamemunmapgetrandomTest
Manually run op-program(v.1.5.1) by
runcommand on the local devnet and op-sepolia, and it works :)