Re: How to get a stack trace in RTEMS

2024-06-26 Thread Stanislav Pankevich
Hi Sebastian, We had to add -funwind-tables to have this trace() called, and we can now see the function names as follows. The challenge is that the functions of the exception handler are printed, not the code that led to the exception. Now we need to figure out how to switch this code to print ou

Re: ARINC 653

2024-06-26 Thread Jacques Seronie-Vivien
Hi, Seems to me that GMV is the right place to look for access to AIR code. In this PDF ( https://www.gmv.com/sites/default/files/content/file/2023/10/31/111/sp_br1_air_final.pdf) I found the following sentence: "For further information: AIR is running under the GPL v2 license and can be accesse

Re: How to get a stack trace in RTEMS

2024-06-26 Thread Sebastian Huber
Hello Stanislav, On 26.06.24 11:15, Stanislav Pankevich wrote: Dear RTEMS community, My colleague George cannot register to post to this forum, getting 403 when subscribing at https://lists.rtems.org/mailman/listinfo/users . I am posting this q

How to get a stack trace in RTEMS

2024-06-26 Thread Stanislav Pankevich
Dear RTEMS community, My colleague George cannot register to post to this forum, getting 403 when subscribing at https://lists.rtems.org/mailman/listinfo/users. I am posting this question on his behalf. --- We are currently seeing an RTEMS_FATAL_SOURCE_EXCEPTION right at the start of execution a