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
I am currently experiencing an issue while attempting to run Shinjuku. Specifically, it is getting stuck when running the initialization function init_hw located here:
I am running Shinjuku on Ubuntu 18.04 with a 4.4.100 kernel.
Upon investigation, I noticed that the thread was not able to be created. The kernel threw a bug, indicating that it was unable to perform a context switch on CPU#0. After investigating the issue, I noticed that the thread was not able to be created. The kernel threw an error indicating that it was unable to perform a context switch on CPU#0. I suspect that this may be the reason why the newly created thread is unable to start. The kernel log is:
Hello,
I am currently experiencing an issue while attempting to run Shinjuku. Specifically, it is getting stuck when running the initialization function
init_hw
located here:shinjuku/dp/core/init.c
Line 362 in 46a2348
I am running Shinjuku on Ubuntu 18.04 with a 4.4.100 kernel.
Upon investigation, I noticed that the thread was not able to be created. The kernel threw a bug, indicating that it was unable to perform a context switch on CPU#0. After investigating the issue, I noticed that the thread was not able to be created. The kernel threw an error indicating that it was unable to perform a context switch on CPU#0. I suspect that this may be the reason why the newly created thread is unable to start. The kernel log is:
Do you have any ideas on how to resolve this issue? Any assistance would be greatly appreciated. Thank you in advance.
The text was updated successfully, but these errors were encountered: