zyfeier commented on PR #14465:
URL: https://github.com/apache/nuttx/pull/14465#issuecomment-2451282738

   > Hi @zyfeier , this PR broke `esp32-devkitc:sotest` . The device can't boot 
anymore:
   > 
   > ## Steps to reproduce
   > ```
   > make -j distclean && ./tools/configure.sh esp32-devkitc:sotest &&  make -j 
bootloader &&  make flash EXTRAFLAGS="-Wno-cpp -Werror" 
ESPTOOL_PORT=/dev/ttyUSB0 ESPTOOL_BINDIR=./ -s -j$(nproc) && minicom -D 
/dev/ttyUSB0
   > ```
   > 
   > Output:
   > 
   > ```
   > rst:0x1 (POWERON_RESET),boot:0x13 (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:0x3ffb20a0,len:3604
   > load:0x40080000,len:24576
   > entry 0x400827ac
   > *** Booting NuttX ***
   > I (27) boot: chip revision: v3.0
   > I (28) boot.esp32: SPI Speed      : 40MHz
   > I (28) boot.esp32: SPI Mode       : DIO
   > I (29) boot.esp32: SPI Flash Size : 8MB
   > I (33) boot: Enabling RNG early entropy source...
   > dram: lma 0x00001020 vma 0x3ffb20a0 len 0xe14    (3604)
   > iram: lma 0x00001e3c vma 0x40080000 len 0x6000   (24576)
   > padd: lma 0x00007e48 vma 0x00000000 len 0x81b0   (33200)
   > imap: lma 0x00010000 vma 0x400e0000 len 0x17804  (96260)
   > padd: lma 0x0002780c vma 0x00000000 len 0x880c   (34828)
   > dmap: lma 0x00030020 vma 0x3f400020 len 0x7f20   (32544)
   > total segments stored 6
   > A__esp32_start: ESP32 chip revision is v3.0
   > Bxtensa_user_panic: User Exception: EXCCAUSE=0003 task: Idle_Task
   > dump_assert_info: Current Version: NuttX  10.4.0 befe29801f Oct 31 2024 
17:56:57 xtensa
   > dump_assert_info: Assertion failed user panic: at file: 
common/xtensa_assert.c:180 task: Idle_Task process: Kernel 0x400e15d8
   > up_dump_register:    PC: 400f0a59    PS: 00060d30
   > up_dump_register:    A0: 800e392d    A1: 3ffb0af0    A2: 40086000    A3: 
00040000
   > up_dump_register:    A4: 00040000    A5: 40086000    A6: 00040001    A7: 
00040001
   > up_dump_register:    A8: 00000000    A9: ffff0000   A10: 00000001   A11: 
00000000
   > up_dump_register:   A12: 3ffb0cc4   A13: 00000000   A14: 00000000   A15: 
00000001
   > up_dump_register:   SAR: 00000020 CAUSE: 00000003 VADDR: 40086000
   > up_dump_register:  LBEG: 400e4f50  LEND: 400e4f5d  LCNT: 00000000
   > dump_stacks: ERROR: Stack pointer is not within the stack
   > dump_stackinfo: User Stack:
   > dump_stackinfo:   base: 0
   > dump_stackinfo:   size: 00000000
   > stack_dump: 0: 00000000 00000000 00000000 00000000 00000000 00000000 
00000000 00000000
   > dump_tasks:    PID GROUP PRI POLICY   TYPE    NPX STATE   EVENT      
SIGMASK          STACKBASE  STACKSIZE   COMMAND
   > ```
   > 
   > The crash's stack call is not useful. Can you please take a look?
   
   OK, I'll check.


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to