-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[BUG] sim/smp is broken #13830
Comments
It looks like EDIT: |
@hujun260 please take a look. |
#13933 |
I'm reopening this because |
another problem is assertion in ostest which happens randomly:
|
another issue in ostest is broken
|
look like sim_uart driver forget to protect the concurrent access: |
if revert one commit (sim: fix context-switch when do wdog callback()) signest_test looks good |
backported #13968 |
@raiden00pl please check releases/12.7 |
type something and it will still fail NuttShell (NSH) NuttX-12.7.0 |
@jerpelea I get the same result as yours with "Segmentation fault" for release/12.7. But The branch master still has not solved the problem with missing characters on output |
here backtrace from GDB for
|
@hujun260 please take a look. |
with this change #13753
|
@raiden00pl local test |
@raiden00pl please test and close the bug |
The problem with strange console output is still not solved (probably random missing newline character):
or:
it only happens for |
git revert a3568af can solve this |
Hi |
my mistake. I didn't notice that #14380 PR is not merged. With this PR sim/smp works fine |
after merge please close the bug |
ostest is throwing garbage at wdtest, but I think we can close this issue for now:
|
Description / Steps to reproduce the issue
on
tag: nuttx-12.7.0-RC0
:On the current master (a613bcb) we don't get segmentation fault and we can boot to NSH but it's not functional: interaction with NSH lags like hell.
On which OS does this issue occur?
[OS: Linux]
What is the version of your OS?
Arch Linux
NuttX Version
nuttx-12.7.0-RC0, master
Issue Architecture
[Arch: simulator]
Issue Area
[Area: Kernel]
Verification
The text was updated successfully, but these errors were encountered: