masayuki2009 commented on PR #13249:
URL: https://github.com/apache/nuttx/pull/13249#issuecomment-2322325239
@yamt @tmedicci
I noticed that the hello app with esp32-devkitc:smp (both board and QEMU)
causes a deadlock.
```
$
/home/ishikawa/opensource/QEMU/qemu-esp-develop-8.2.0-20240122/build/qemu-system-xtensa
-nographic -M esp32 -smp 2 -drive
file=/home/ishikawa/qemu_efuse.bin,if=none,forma
==2770035==WARNING: ASan doesn't fully support makecontext/swapcontext
functions and may produce false positives in some cases!
Adding SPI flash device
ets Jul 29 2019 12:21:46
rst:0x1 (POWERON_RESET),boot:0x12 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3ffb4020,len:1404
ho 0 tail 12 room 4
load:0x40080000,len:23512
entry 0x400827e8
*** Booting NuttX ***
dram: lma 0x00001020 vma 0x3ffb4020 len 0x57c (1404)
iram: lma 0x000015a4 vma 0x40080000 len 0x5bd8 (23512)
padd: lma 0x00007188 vma 0x00000000 len 0x8e70 (36464)
imap: lma 0x00010000 vma 0x400e0000 len 0x1bf4c (114508)
padd: lma 0x0002bf54 vma 0x00000000 len 0x40c4 (16580)
dmap: lma 0x00030020 vma 0x3f400020 len 0x9868 (39016)
total segments stored 6
NuttShell (NSH) NuttX-12.0.0
nsh> ps
PID GROUP CPU PRI POLICY TYPE NPX STATE EVENT SIGMASK
STACK USED FILLED COMMAND
0 0 0 0 FIFO Kthread - Assigned 0000000000000000
003056 000744 24.3% CPU0 IDLE
1 0 1 0 FIFO Kthread - Running 0000000000000000
003056 000432 14.1% CPU1 IDLE
2 2 0 100 RR Task - Running 0000000000000000
003024 001960 64.8% nsh_main
nsh> hello
Hello, World!!
```
--
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 comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]