Skip to content
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

armv7m7-imxrt117x-evk: system occasionally freezes while exiting spawned psh #866

Closed
damianloew opened this issue Sep 28, 2023 · 4 comments
Labels
bug Something isn't working utils

Comments

@damianloew
Copy link
Contributor

Screenshot from 2023-09-28 18-16-12

@damianloew damianloew added bug Something isn't working utils labels Sep 28, 2023
@damianloew
Copy link
Contributor Author

On ea760a2 still occurs, but the behavior is a bit different:

(psh)% dmesg -D
(psh)% sysexec psh
(psh)% exit
(psh)% dmesg -E
(psh)% 
(psh)% ps
     PID     PPID PR STATE  %CPU    WAIT        TIME   VMEM THR CMD             
       0        0  4 ready  99.9   8.1ms    00:01:00  71.5K   2 [idle]
       1        0  4 sleep   0.0   705us    00:00:00      0   1 init
       2        1  4 sleep   0.0   519us    00:00:00  18.5K   1 dummyfs
       3        1  2 sleep   0.0   429us    00:00:00  20.5K  10 imxrt-multi
       4        1  4 ready   0.0   142us    00:00:00    31K   1 psh
(psh)% 
(psh)% dmesg -D
(psh)% sysexec psh
(psh)% exit
(psh)% dmesg -E
(psh)% 
(psh)% ps
     PID     PPID PR STATE  %CPU    WAIT        TIME   VMEM THR CMD             
       0        0  4 ready  99.9   8.1ms    00:01:19  71.5K   2 [idle]
       1        0  4 sleep   0.0   705us    00:00:00      0   1 init
       2        1  4 sleep   0.0   519us    00:00:00  18.5K   1 dummyfs
       3        1  2 sleep   0.0   429us    00:00:00  20.5K  10 imxrt-multi
       4        1  4 ready   0.0   142us    00:00:00    31K   1 psh
(psh)% 
(psh)% dmesg -D

As it is presented freeze happens while executing one of the next commands

@gerard5
Copy link
Contributor

gerard5 commented Jun 10, 2024

@damianloew Have you tried with the fix in the toolchain build process that was recently merged?

@damianloew
Copy link
Contributor Author

@damianloew Have you tried with the fix in the toolchain build process that was recently merged?

Yeah, it was the reason why it was failing, with a newer toolchain the issue no longer occur, checked on ea760a2

Probably fixed in phoenix-rtos/phoenix-rtos-build@072b859 (toolchain rebuild needed)

@nalajcie
Copy link
Member

https://github.com/phoenix-rtos/phoenix-rtos-tests/blob/master/psh/tools/psh.py#L292 should be removed then

mateusz-bloch added a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Jun 12, 2024
mateusz-bloch added a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Jun 14, 2024
mateusz-bloch added a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Jun 14, 2024
It is enabled due to the following issue resolution: phoenix-rtos/phoenix-rtos-project#866

JIRA: CI-461
mateusz-bloch added a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Jun 17, 2024
mateusz-bloch added a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Jun 18, 2024
It is enabled due to the following issue resolution: phoenix-rtos/phoenix-rtos-project#866

JIRA: CI-461
mateusz-bloch added a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Jul 18, 2024
It is enabled due to the following issue resolution: phoenix-rtos/phoenix-rtos-project#866

JIRA: CI-461
mateusz-bloch added a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Aug 12, 2024
It is enabled due to the following issue resolution: phoenix-rtos/phoenix-rtos-project#866

JIRA: CI-461
mateusz-bloch added a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Sep 16, 2024
It is enabled due to the following issue resolution: phoenix-rtos/phoenix-rtos-project#866

JIRA: CI-461
damianloew pushed a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Sep 26, 2024
It is enabled due to the following issue resolution: phoenix-rtos/phoenix-rtos-project#866

JIRA: CI-461
mateusz-bloch added a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Sep 27, 2024
It is enabled due to the following issue resolution: phoenix-rtos/phoenix-rtos-project#866

JIRA: CI-461
mateusz-bloch added a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Sep 27, 2024
It is enabled due to the following issue resolution: phoenix-rtos/phoenix-rtos-project#866

JIRA: CI-461
damianloew pushed a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Oct 2, 2024
It is enabled due to the following issue resolution: phoenix-rtos/phoenix-rtos-project#866

JIRA: CI-461
mateusz-bloch added a commit to phoenix-rtos/phoenix-rtos-tests that referenced this issue Oct 2, 2024
It is enabled due to the following issue resolution: phoenix-rtos/phoenix-rtos-project#866

JIRA: CI-461
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working utils
Projects
None yet
Development

No branches or pull requests

3 participants