<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,<div>I was able to reproduce the issue again, but it doesn't look like the interrupts are enabled</div><div>in the functions where you added Asserts in the patch. So, my changes don't fix the problem.</div><div>My analysis would have been correct if the interrupts were enabled, but it looks it's not the case.</div><div><br></div><div>Still, a problem exists somewhere .. _Chain_Append_unprotected fails and the task starves as a result.</div><div>If it's not interrupts, I have to think again what could produce the failure. (any idea/hint here is welcome :) )</div><div><br></div><div>Also, during my tests I even saw a crash (probably not related to this issue). Call stack looks like this</div><div><div>Thread #1 (Suspended:Signal:SIGINT:Interrupt)</div><div> _ARMV7M_Exception_default() at armv7m-exception-default.c:25 0x805aff0</div><div> <signal_handler_called>() at 0xfffffffd</div><div> _Configuration_Scheduler_priority_dflt() at 0x2400063c</div><div><br></div></div><div>regards,</div><div>Catalin</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 1, 2019 at 5:51 AM Catalin Demergian <<a href="mailto:demergian@gmail.com">demergian@gmail.com</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"><div dir="ltr">yes, removing the build dir did the trick :)<div>I'll start a test with the assert in and let you know.</div><div>Catalin</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 1, 2019 at 3:31 PM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</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 01/04/2019 14:28, Catalin Demergian wrote:<br>
> Yes, I made a test, _ISR_Get_level() can be used on my CPU.<br>
<br>
Ok, good.<br>
<br>
><br>
> About --enable-rtems-debug .. it doesn't seem to enable the <br>
> RTEMS_DEBUG flag in the code, I tried --enable-rtems-debug=yes as well ..<br>
> is there maybe a combination of options to enable RTEMS_DEBUG in the <br>
> code ? I'm afraid I will run for nothing without it, it seems the<br>
> Assert is defined to nothing if this is not set right.<br>
<br>
You have to remove the build tree and configure again:<br>
<br>
configure --target=arm-rtems5 --enable-maintainer-mode <br>
--enable-rtems-debug ...<br>
<br>
-- <br>
Sebastian Huber, embedded brains GmbH<br>
<br>
Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
Phone   : +49 89 189 47 41-16<br>
Fax     : +49 89 189 47 41-09<br>
E-Mail  : <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank">sebastian.huber@embedded-brains.de</a><br>
PGP     : Public key available on request.<br>
<br>
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
<br>
</blockquote></div>
</blockquote></div></div></div></div>