Re: [oe] [PATCH][meta-networking] inetutils: Fix deadlock in telnetd when cleanup

2015-07-16 Thread Joe MacDonald
[Re: [oe] [PATCH][meta-networking] inetutils: Fix deadlock in telnetd when cleanup] On 15.07.16 (Thu 10:41) Rongqing Li wrote: > > > On 2015年07月16日 00:06, Joe MacDonald wrote: > >Is this fix even relevant? Has anyone seen this or able to trigger it > >(maybe by using th

Re: [oe] [PATCH][meta-networking] inetutils: Fix deadlock in telnetd when cleanup

2015-07-15 Thread Rongqing Li
; but I can not reproduce it whether in old or new product. -Roy [[oe] [PATCH][meta-networking] inetutils: Fix deadlock in telnetd when cleanup] On 15.07.06 (Mon 17:16) rongqing...@windriver.com wrote: From: Li Wang the patch comes from: https://bugs.launchpad.net/ubuntu/+source/netkit-tel

Re: [oe] [PATCH][meta-networking] inetutils: Fix deadlock in telnetd when cleanup

2015-07-15 Thread Joe MacDonald
t vs. inetutils) that causes a deadlock on a much older version of a libc library and a five-and-a-half-year-old kernel. -J. [[oe] [PATCH][meta-networking] inetutils: Fix deadlock in telnetd when cleanup] On 15.07.06 (Mon 17:16) rongqing...@windriver.com wrote: > From: Li Wang > > the p

[oe] [PATCH][meta-networking] inetutils: Fix deadlock in telnetd when cleanup

2015-07-06 Thread rongqing.li
From: Li Wang the patch comes from: https://bugs.launchpad.net/ubuntu/+source/netkit-telnet/+bug/507455 https://launchpadlibrarian.net/37882973/0001-telnetd-Fix-deadlock-on-cleanup.patch The cleanup function in telnetd is called both directly and on SIGCHLD signals. This, unfortunately, triggere