Kbase P21660: fflushx: error result of interrupting process while transmitting data
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  23/09/2010 |
|
Status: Verified
SYMPTOM(s):
User logged into the database receives 4534 error when compiling code.
Error: fflushx: error <#> on fd <#> len <#> (4534)
Error: fflushx: error 9 on fd 419 len 183 (4534)
Error 4534 occurs after a compilation which receives a pipe to subprocess broken message.
FACT(s) (Environment):
Code is sending output to stream as well as to a file on disk.
All Supported Operating Systems
Progress/OpenEdge Product Family
CAUSE:
The error was the result of the user pressing a control C while buffered data was being written to a stream.
FIX:
Error is the result of terminating the output to the stream via a control C. In order to eliminate the error, do not interrupt the output of data.