avgoor commented on issue #16133: URL: https://github.com/apache/nuttx/issues/16133#issuecomment-3194248311
Retested the scenario with the fresh build `NuttX 12.10.0 44b65cbafd Aug 17 2025 10:52:31 arm raspberrypi-pico-2` with enable debug assertions. The test still fails, but now with an assertion. The output now: ```user_main: nested signal handler test signest_test: Starting signal waiter task at priority 101 signest_test: Started waiter_main pid=67 waiter_main: Waiter started signest_test: Starting interfering task at priority 102 waiter_main: Setting signal mask interfere_main: Waiting on semaphore waiter_main: Registering signal handler signest_test: Started interfere_main pid=68 waiter_main: Waiting on semaphore [CPU0] dump_assert_info: Current Version: NuttX 12.10.0 44b65cbafd Aug 17 2025 10:52:31 arm [CPU0] dump_assert_info: Assertion failed (_Bool)0: at file: :0 task(CPU0): ostest process: ostest 0x100297d1 [CPU0] up_dump_register: R0: 20001310 R1: 00000000 R2: 20001310 R3: 20001310 [CPU0] up_dump_register: R4: 200039e4 R5: 200039c4 R6: 00000000 FP: 00000000 [CPU0] up_dump_register: R8: 00000000 SB: 00000000 SL: 00000000 R11: 00000000 [CPU0] up_dump_register: IP: 00000000 SP: 200099d0 LR: 1000366b PC: 1000366b [CPU0] up_dump_register: xPSR: 20000000 BASEPRI: 00000080 CONTROL: 00000006 [CPU0] up_dump_register: EXC_RETURN: 00000000 [CPU0] dump_stackinfo: User Stack: [CPU0] dump_stackinfo: base: 0x20007bc0 [CPU0] dump_stackinfo: size: 00008120 [CPU0] dump_stackinfo: sp: 0x200099d0 [CPU0] stack_dump: 0x200099b0: 80800080 00000000 80000080 20007770 200050d8 200039e4 200039c4 100036e3 [CPU0] stack_dump: 0x200099d0: 20001310 00004650 20001310 10059264 00000000 00000000 00000000 20007770 [CPU0] stack_dump: 0x200099f0: 20001310 10059264 00000000 00000000 00000000 20007770 00000000 00000080 [CPU0] stack_dump: 0x20009a10: 00002804 00000000 20007770 00000000 000077c8 2000463a 00000000 00000080 [CPU0] stack_dump: 0x20009a30: 00007b78 00000000 2000463a 2000463a 00000000 0000c935 20007770 00007b78 [CPU0] stack_dump: 0x20009a50: 00000080 00035051 00000000 00000000 20007770 00013eec 1a39de00 1000c8d7 [CPU0] stack_dump: 0x20009a70: 1003640d 10059264 00000000 00000000 010039e4 1002c4f1 0000002d 00000043 [CPU0] stack_dump: 0x20009a90: 0000002d 00000066 1a39de00 00000002 00000000 1002c6f5 20009acf 00010066 [CPU0] stack_dump: 0x20009ab0: 00000000 00000000 00002000 00000066 00000028 10056508 00006a58 00000000 [CPU0] stack_dump: 0x20009ad0: 0000002d 00000000 0000002e 0000002e 200039c4 10029a29 0007d5a8 00000002 [CPU0] stack_dump: 0x20009af0: 00000027 000772a0 00005a10 00077b98 00006d68 00000000 20007b88 00000005 [CPU0] stack_dump: 0x20009b10: 00000000 00000005 00000000 00000000 00000000 1000cc39 1000689c 20007b88 [CPU0] stack_dump: 0x20009b30: 00000005 100297d1 00000000 10006967 00000000 00000000 20007770 00000000 [CPU0] stack_dump: 0x20009b50: 00000080 00000000 00000000 20007b88 00000000 20007770 00000005 00000001 [CPU0] stack_dump: 0x20009b70: 00040000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 ostest_main: Exiting with status 256 stdio_test: Standard I/O Check: fprintf to stderr ``` -- 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