Re: [PATCH] shell: Only clear std handles when the shell task exits

2020-08-09 Thread Chris Johns
On 10/8/20 2:52 pm, Sebastian Huber wrote: > > thanks for the patch. It fixes the Telnet issue. > Thank you for the feedback. I will push the patches and update the documentation. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/ma

Re: [PATCH] shell: Only clear std handles when the shell task exits

2020-08-09 Thread Sebastian Huber
Hello Chris, thanks for the patch. It fixes the Telnet issue. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH] shell: Only clear std handles when the shell task exits

2020-08-08 Thread chrisj
From: Chris Johns Clearing the std file handles when the main loop exited crashes telnetd as it reuses its session threads. --- cpukit/libmisc/shell/shell.c | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/cpukit/libmisc/shell/shell.c b/cpukit/libmi