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

Deadlock with MicroOps #95

Open
BugraEryilmaz opened this issue Dec 18, 2024 · 1 comment
Open

Deadlock with MicroOps #95

BugraEryilmaz opened this issue Dec 18, 2024 · 1 comment
Assignees

Comments

@BugraEryilmaz
Copy link
Contributor

Description
There is a deadlock in one of the cpus while running 64 core data serving image.

Steps to Reproduce
Run data serving image with 64 cores
After some time, core 11 will stop making any progress
Expected Behavior
Every core should make some progress.

Actual Behavior
core 11 will stop making any progress.

@BugraEryilmaz BugraEryilmaz self-assigned this Dec 18, 2024
@BugraEryilmaz
Copy link
Contributor Author

The problem is that when a microop is being committed, it does not advance qemu. If that microop causes a page fault, flexus will resynchronize with QEMU. However, QEMU is not advanced, so flexus reads the same instruction again and again causing the page fault again and again. Deadlocking and not moving forward. Fix: b80c849

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