Hi, I am debugging smpfatal04 on our WIP Strong APA scheduler. When I run the test on gdb and qemu, I get the following output: ------------------------------
:~$ qemu-system-arm -net none -nographic -M realview-pbx-a9 -m 256M -kernel ~/quick-start/LatestStrong/build/bsp/arm-rtems6/c/realview_pbx_a9_qemu/testsuites/smptests/smpfatal04.exe -smp 4 -s -S *** BEGIN OF TEST SMPFATAL 4 *** *** TEST VERSION: 6.0.0.44ae183090f3bc1a4ee281ff98525209b3fda7a7-modified *** TEST STATE: EXPECTED_PASS *** TEST BUILD: RTEMS_NETWORKING RTEMS_POSIX_API RTEMS_SMP *** TEST TOOLS: 10.2.1 20210125 (RTEMS 6, RSB ade089253e70d75105a8311844f82f6d20cc30a8, Newlib cb41c37) *** END OF TEST SMPFATAL 4 *** *** FATAL *** fatal source: 10 (RTEMS_FATAL_SOURCE_SMP) CPU: 0 fatal code: 0 (0x00000000) RTEMS version: 6.0.0.44ae183090f3bc1a4ee281ff98525209b3fda7a7-modified RTEMS tools: 10.2.1 20210125 (RTEMS 6, RSB ade089253e70d75105a8311844f82f6d20cc30a8, Newlib cb41c37) executing thread is NULL ------------------------------ On checking docs, I saw that SMP Fatal Code 0 points to SMP_FATAL_BOOT_PROCESSOR_NOT_ASSIGNED_TO_SCHEDULER. This error is thrown after the end of the test, so should I worry about it? - Because rtems-tester said that this test fails. Please let me know. Thanks, Richi.
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel