Wind River Support Network

HomeDefectsCGP8-270
Not to be fixed

CGP8-270 : Sometimes, nc can not write the received data to file on xilinx-zynq

Created: Mar 8, 2016    Updated: Apr 28, 2018
Resolved Date: Apr 17, 2018
Found In Version: 8.0
Severity: Standard
Applicable for: Wind River Linux 8
Component/s: Userspace

Description

Sometimes, nc as server cannot write the received data to file on xilinx-zynq.

Workaround

N/A

Steps to Reproduce

On host:
(1) # configure --enable-board=xilinx-zynq --enable-kernel=cgl --enable-rootfs=glibc-cgl
(2) # make fs

On target:
1) start server
  # nc -l -p 1234 -o /tmp/nc-test &
2) send something to server by the below
  # nc  127.0.0.1 1234
  type something
  ctrl+c
3) nothing is written into /tmp/nc-test 
 cat /tmp/nc-test
Live chat
Online