-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
samples/subsys/shell/shell_module doesn't work on qemu_x86_64 #23507
Comments
I think this is an SMP problem, the sample works fine if I set CONFIG_MP_NUM_CPUS=1 |
@andrewboie Thanks for this! Can you please help me reproduce this? I added |
nvm - this works to reproduce the passing case. Not sure what happened earlier. Anyway, this issue is still on my radar. |
btw - I see this same behavior for |
update here - I rebased today and this issue still occurs. However, this issue appears to be resolved with cherry-pick of #23325. Tested with |
update here - I rebased today and this issue is resolved. Above referenced #23325 fixed it, from what I can tell. I tested today on master 7201c1d - No modification or cherry-pick.
|
Describe the bug
When I run this sample under qemu_x86_64 I do not get a shell prompt.
Expected behavior
An interactive shell prompt should be available that accepts commands.
Impact
Not sure if this is a sample issue or the shell subsystem is broken in some way. Could be an issue with the x86_64 arch, or an SMP problem.
The text was updated successfully, but these errors were encountered: