Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-05-05 Thread via GitHub
tmedicci commented on issue #16193: URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2851571164 > Hi, trying to get around the race conditions between signal dispatching and delivery in smp in [#16301](https://github.com/apache/nuttx/pull/16301) > > Could you check, if t

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-05-02 Thread via GitHub
jlaitine commented on issue #16193: URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2846647943 Hi, trying to get around the race conditions between signal dispatching and delivery in smp in https://github.com/apache/nuttx/pull/16301 Could you check, if the PR works on y

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-28 Thread via GitHub
tmedicci commented on issue #16193: URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2835064254 > [@tmedicci](https://github.com/tmedicci) could you check if the PR#16262 affects your issue? It was the cause for our crashes in signest test, and can also cause it to get stuck (

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-28 Thread via GitHub
tmedicci commented on issue #16193: URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2835050183 > [@tmedicci](https://github.com/tmedicci) could you check if the PR#16262 affects your issue? It was the cause for our crashes in signest test, and can also cause it to get stuck (

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-26 Thread via GitHub
jlaitine commented on issue #16193: URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2831971376 @tmedicci could you check if the PR#16262 affects your issue? It was the cause for our crashes in signest test, and can also cause it to get stuck (test forever sleeping in semaphor

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-25 Thread via GitHub
xiaoxiang781216 closed issue #16193: [BUG] esp32-devkitc:smp fails on ostest after #16030 URL: https://github.com/apache/nuttx/issues/16193 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-14 Thread via GitHub
tmedicci commented on issue #16193: URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2802774559 > Is the address where it is crashing some sane address? Could you post your nuttx elf file, or assembly objdump of the crashing address? It isn't crashing. It looks like a de

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-14 Thread via GitHub
tmedicci commented on issue #16193: URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2801758425 > The signest test is also not even using mutexes Could you [@tmedicci](https://github.com/tmedicci) verify that you are not overflowing ostest stack causing some random behavio

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-14 Thread via GitHub
jlaitine commented on issue #16193: URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2801930754 Is the address where it is crashing some sane address? Could you post your nuttx elf file, or assembly objdump of the crashing address? I managed to make a configurarion for m

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-13 Thread via GitHub
jlaitine commented on issue #16193: URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2800515738 Tried to re-produce it on multiple HW now, but I don't have anything close to esp32. Tried the "esp32-devkitc:smp" also on qemu with following changes: - used your conf

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-12 Thread via GitHub
jlaitine commented on issue #16193: URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2799766857 @tmedicci see PR #16197 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-11 Thread via GitHub
jlaitine commented on issue #16193: URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2798673897 Please check out https://github.com/tiiuae/nuttx/commit/10db59296e7307e16c8dbab3b0c22b6dc1d13f6b That is something that hit my eye earlier, and it just looked wrong (

Re: [I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-11 Thread via GitHub
tmedicci commented on issue #16193: URL: https://github.com/apache/nuttx/issues/16193#issuecomment-2796815949 @jlaitine , can you take a look? @xiaoxiang781216 , @anchao and @pussuw , you participated on the original discussion for #16030. Do you have any clues about it? -- This is

[I] [BUG] esp32-devkitc:smp fails on ostest after #16030 [nuttx]

2025-04-11 Thread via GitHub
tmedicci opened a new issue, #16193: URL: https://github.com/apache/nuttx/issues/16193 ### Description / Steps to reproduce the issue `esp32-devkitc:smp` eventually fails to run `ostest`'s `signest` test after #16030. ## How to Reproduce To make it run faster, apply the