You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: