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

Segmentation fault when running h264ref_sss with RVV agnostic policy enabled #393

Open
shinezyy opened this issue Jul 12, 2024 · 0 comments

Comments

@shinezyy
Copy link
Contributor

shinezyy commented Jul 12, 2024

Workload: OpenSBI + Linux 6.6.30 + h264ref_sss
ISA extentsion: RV64GCBHV, with RVV agnostic policy enabled
Compiler version: GCC 15

After simulating 3 Billion instructions, h264ref_sss encountered segmentation fault.
However, I difftest NEMU against Spike with RVV agnostic policy off, which has simulated 5.1 Billion instruction with no error.

So, I think the segmentation fault is related to agnostic policy.

Workaround: When taking checkpoint with NEMU, always turn off agnostic policy.

Question: Does Spike implement agnostic? If not, it might be hard to debug after simulating 3 Billion instructions.

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

1 participant