Re: exit(3) and the RTEMS Shell

2020-01-30 Thread alex levy
Thanks for the quick response, Joel. We have BSP_PRESS_KEY_FOR_RESET set to 0. Also, note that we have installed a user fatal error extension, but the keypress must occur before the extension will run. And, just to reiterate what Jonathan said, this only occurs some of the time. Most of the tim

Re: exit(3) and the RTEMS Shell

2020-01-30 Thread Joel Sherrill
On Thu, Jan 30, 2020 at 10:09 AM Jonathan Brandmeyer < jbrandme...@planetiq.com> wrote: > We're seeing some unexpected behavior. It appears as though sometimes the > exit() function will wait until a key is pressed on the shell before > actually shutting down RTEMS. This is independent of whethe

exit(3) and the RTEMS Shell

2020-01-30 Thread Jonathan Brandmeyer
We're seeing some unexpected behavior. It appears as though sometimes the exit() function will wait until a key is pressed on the shell before actually shutting down RTEMS. This is independent of whether or not the exit()ing thread is the shell thread or a different one. We're using the zynq BSP