JianyuWang0623 opened a new pull request, #14948:
URL: https://github.com/apache/nuttx/pull/14948

   ## Summary
   Panic occured if no txtable was found in last eraseblock of MTD device and 
`CONFIG_TXTABLE_DEFAULT_PARTITION` was disabled
   
   Backtrace
   ```
     sched_dumpstack
     /workspace/nuttx/libs/libc/sched/sched_dumpstack.c:71
     dump_assert_info
     /workspace/nuttx/sched/misc/assert.c:718
     xtensa_user_panic
     /workspace/nuttx/arch/xtensa/src/common/xtensa_assert.c:188 (discriminator 
1)
     xtensa_user
     ??:?
     _xtensa_user_handler
     /workspace/nuttx/arch/xtensa/src/common/xtensa_user_handler.S:194
     ??
     ??:0
     parse_txtable_partition
     /workspace/nuttx/fs/partition/fs_txtable.c:136
     parse_partition
     /workspace/nuttx/fs/partition/fs_partition.c:165
     parse_mtd_partition
     /workspace/nuttx/fs/partition/fs_partition.c:291
   ```
   
   ## Impact
   fs/partition/txtable:
   
   ## Testing
   1. Selftest
   2. NuttX CI
   
   


-- 
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]

Reply via email to