Re: [OE-core] [PATCH] unfs3: fixed the issue that unfsd consumes 100% CPU

2019-10-24 Thread Bai, Haiqing
Yes, thanks. -Original Message- From: akuster808 [mailto:akuster...@gmail.com] Sent: 2019年10月24日 11:41 To: Bai, Haiqing; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] unfs3: fixed the issue that unfsd consumes 100% CPU On 10/23/19 7:33 PM, Haiqing Bai wrote

Re: [OE-core] [PATCH] unfs3: fixed the issue that unfsd consumes 100% CPU

2019-10-23 Thread akuster808
On 10/23/19 7:33 PM, Haiqing Bai wrote: > The 'accept' function on the socket of unfsd daemon > is always in below error state: > accept(4, 0x7ffd5e6dddc0, [128]) = -1 EINVAL (Invalid argument) > accept(6, 0x7ffd5e6dddc0, [128]) = -1 EINVAL (Invalid argument) with backport to zeus? > > And

[OE-core] [PATCH] unfs3: fixed the issue that unfsd consumes 100% CPU

2019-10-23 Thread Haiqing Bai
The 'accept' function on the socket of unfsd daemon is always in below error state: accept(4, 0x7ffd5e6dddc0, [128]) = -1 EINVAL (Invalid argument) accept(6, 0x7ffd5e6dddc0, [128]) = -1 EINVAL (Invalid argument) And 'strace -c -p ' shows: % time seconds usecs/call callserrors syscall