a-lunev opened a new pull request #999: URL: https://github.com/apache/incubator-nuttx-apps/pull/999
## Summary Sometimes netcat in server mode crashed with "psock_accept: ERROR: si_accept failed: -9". And sometimes it crashed with "up_assert: Assertion failed at file:inet/inet_sockif.c line: 841 task: netcat". ## Impact netutils/netcat ## Testing ``` NuttShell (NSH) NuttX-10.2.0 nsh> ifconfig eth0 10.0.1.2 nsh> ifup eth0 ifup eth0...OK nsh> netcat -l 31337 log: net: listening on :31337 [42949702.410000] up_assert: Assertion failed at file:inet/inet_sockif.c line: 841 task: netcat ``` ``` NuttShell (NSH) NuttX-10.2.0 nsh> ifconfig eth0 10.0.1.2 nsh> ifup eth0 ifup eth0...OK nsh> netcat -l 31337 log: net: listening on :31337 [42949669.600000] psock_accept: ERROR: si_accept failed: -9 accept failed: Error 9 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
