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
After the commit Fixed issue related to Zephyr in QEMU, I've noticed my linux image is behaving weirdly. At random points in time, usually within the first minute, it starts spinning. Sometimes it's during the boot, sometimes a user application (specially if they call the sleep function).
I have to say, I've looked into QEMU change and it seems OK and does solve another kernel's (Zephyr) problem. That's why I filed a tentative issue here.
I don't see it as a tentative issue, but rather as a placeholder for an investigation why the kernel is currently locking in QEMU.
My perception is that there might be some race in timers / interrupts within the kernel.
After the commit Fixed issue related to Zephyr in QEMU, I've noticed my linux image is behaving weirdly. At random points in time, usually within the first minute, it starts spinning. Sometimes it's during the boot, sometimes a user application (specially if they call the
sleep
function).I have to say, I've looked into QEMU change and it seems OK and does solve another kernel's (Zephyr) problem. That's why I filed a tentative issue here.
configs.zip
loader.zip
The text was updated successfully, but these errors were encountered: