Re: rtems_message_queue_receive / rtems_event_receive issues

2018-09-30 Thread Catalin Demergian
Hello, After enabling RTEMS_DEBUG like you told me, I found the test I left running over the weekend like this [/] # [/] # [/] # assertion "first != _Chain_Tail( &ready_queues[ index ] )" failed: file "../../cpukit/../../../stm32f7/lib/include/rtems/score/schedulerpriorityimpl.h", line 166, func

Purpose of Telnetd keep_stdio feature?

2018-09-30 Thread Sebastian Huber
Hello, the Telentd has a keep_stdio configuration option:   /**    * @brief Keep standard IO of the caller.    *    * Telnet takes over the standard input, output and error associated with    * task, if this parameter is set to @c true.  In this case, it will @b not    * listen on any sockets.

Re: rtems_message_queue_receive / rtems_event_receive issues

2018-09-30 Thread Catalin Demergian
Yes, I can use prints at the console. On Mon, Oct 1, 2018, 08:46 Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 27/09/2018 15:47, Catalin Demergian wrote: > > I tried the idea with RTEMS_DEBUG, but I could reproduce the problem > > and nothing appeared in the console. > > this

Re: rtems_message_queue_receive / rtems_event_receive issues

2018-09-30 Thread Sebastian Huber
On 27/09/2018 15:47, Catalin Demergian wrote: I tried the idea with RTEMS_DEBUG, but I could reproduce the problem and nothing appeared in the console. this time it happened after 16366 ping packets .. I think I have to debug step-by-step in Eclipse to get more info now .. Works printk() on yo