<div dir="ltr">thanks a lot Chris we found error that say "error = kern_recvit(td, s, mp, UIO_USERSPACE, NULL);"<div>we google it and if we can't find the solution, we make a other mail-list.</div><div><pre class="gmail-tw-data-text gmail-tw-text-large gmail-tw-ta" id="gmail-tw-target-text" dir="ltr" style="unicode-bidi:isolate;line-height:44px;margin-top:0px;margin-bottom:0px;background-color:rgb(248,249,250);border:none;padding:0px 0.14em 0px 0px;font-family:inherit;overflow:hidden;width:283px;white-space:pre-wrap"><span tabindex="0" lang="en" style="">We wish the best for you.</span></pre> </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Aug 14, 2019 at 11:54 AM Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 14/8/19 3:56 pm, mojtaba nadi wrote:<br>
> thanks Sebastian for your answer but we are new in rtems and don't know how to<br>
> use debugger.<br>
> can you help us please?<br>
<br>
A simple way to see the code that caused the exception is to run:<br>
<br>
 arm-rtems5-objdump -d --source my.exe | less<br>
<br>
then search for the address `0116a5` in `less` by entering `/0116a5`. Replace<br>
`my.exe` with the name of the ELF file you ran on the board.<br>
<br>
Chris<br>
</blockquote></div>