<div dir="ltr">Hi,<br><div><br></div><div>I have been trying to debug a test suite (this <a href="https://lists.rtems.org/pipermail/devel/2020-July/060945.html">patch</a>) with qemu and gdb by running the following commands:</div><div><br></div><div>--------------------------------------------------------------------------------------------</div><div><div>./arm-rtems5-gdb ~/quick-start/build/b3-realview/arm-rtems5/c/realview_pbx_a9_qemu/testsuites/smptests/smpstrongapa01.exe </div></div><div>.</div><div>.</div><div>.</div><div><br></div><div>> target remote localhost:1234</div><div>> b Init</div><div>> continue</div><div><br></div><div>Continuing.<br>[Inferior 1 (process 1) exited normally]<br></div><div><br></div><div>------------------------------------------------------------------------------------------------------</div><div>./qemu-system-arm -net none -nographic -M realview-pbx-a9 -m 256M -kernel ~/quick-start/build/b3-realview/arm-rtems5/c/realview_pbx_a9_qemu/testsuites/smptests/smpstrongapa01.exe -smp 3 -no-reboot -S -s<br></div><div><br></div><div>*** FATAL ***<br>fatal source: 9 (RTEMS_FATAL_SOURCE_EXCEPTION)<br><br>R0   = 0x00000003 R8  = 0x00000000<br>R1   = 0xfffffffe R9  = 0x00000000<br></div><div>.</div><div>.</div><div>.</div><div>D31 = 0x0000000000000000<br>RTEMS version: 6.0.0.467d227a4d5044e5f4022df34ef7a25b8438588f-modified<br>RTEMS tools: 7.5.0 20191114 (RTEMS 5, RSB 5 (0b7e87143b76), Newlib fbaa096)<br>executing thread ID: 0x089010001<br>executing thread name: IDLE<br></div><div>---------------------------------------------------------------------------------------------------------</div><div>Can someone please help me by pointing out what might be wrong, or how I could see what's wrong? I tried using ni repeatedly to see the instruction that causes the EXCEPTION, but the program goes in an infinite loop at some point.</div><div><br></div><div>Thanks,</div><div>Richi. </div><div><br></div><div><br></div></div>