nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

[BUG] intel64 ostest broken

Open szafonimateusz-mi opened this issue 2 months ago • 1 comments

Description / Steps to reproduce the issue

  1. intel64/nsh crashes on wdog_test
dump_assert_info: Current Version: NuttX  12.11.0-RC0 f582d8efd00 Sep 30 2025 13:29:10 x86_64
dump_assert_info: Assertion failed wd_start(&test_wdog, delay, wdtest_callback, (wdparm_t)param) == OK: at file: wdog.c:297 task: ostest process: ostest 0x10095a9cb
  1. intel64/nsh crashes in priority_inheritance
x86_64_fault_panic_isr: PANIC:
x86_64_fault_panic_isr: Exception 14 occurred with error code 0:
  1. intel64/ostest crashes on priority_inheritance
x86_64_fault_panic_isr: PANIC:
x86_64_fault_panic_isr: Exception 14 occurred with error code 0:
  1. intel64/jumbo crashes on signest_test
waiter_action: Delivered to wrong TID 156, expected 155
  1. intel64/jumbo crashes on wdog_test:
[CPU0] dump_assert_info: Assertion failed (*(&g_cpu_irqlock) == 1) && g_cpu_nestcount[cpu] == 1: at file: irq/irq_csection.c:354 task(CPU0): ostest process: ostest 0x1009939c7

szafonimateusz-mi avatar Sep 30 '25 11:09 szafonimateusz-mi

@szafonimateusz-mi did you try disabling priority inheritance? Does it fix the issue?

acassis avatar Oct 08 '25 21:10 acassis