Skip to content
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

rbpf panic when running bpf_conformance with JIT #60

Open
Alan-Jowett opened this issue Oct 25, 2022 · 1 comment
Open

rbpf panic when running bpf_conformance with JIT #60

Alan-Jowett opened this issue Oct 25, 2022 · 1 comment

Comments

@Alan-Jowett
Copy link
Contributor

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: 
Custom { 
kind: Other, 
error: "Error: out of bounds memory store (insn #2), addr 0x2, size 4
mbuff: 0x560d8e8a15b0/0x0, 
mem: 0x1/0x0, 
stack: 0x560d8f935e70/0x200" 
}', examples/rbpf_plugin.rs:45:50
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@qmonnet
Copy link
Owner

qmonnet commented Oct 26, 2022

Thanks for the report. Yes, this is similar to the other issues about panicking from the JIT - I just have no idea how to error out gracefully from JIT-compiled code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants