Consultor Eletrônico



Kbase P126815: Progress program using 4GL statement input thru is failing with error Pipe to subprocess has been br
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/01/2009
Status: Unverified

SYMPTOM(s):

Progress program using 4GL statement input thru is failing with error Pipe to subprocess has been broken. (140)

** Pipe to subprocess has been broken. (140)

C program is being invoked by the 4GL input thru statement.

C program is dying with segmentation fault.

FACT(s) (Environment):

All Supported Operating Systems
Progress/OpenEdge Versions

CAUSE:

The use of the input thru statement opens a pipe to another process. The inability of the intermediate process to successfully start and run to completion is interpretted as a broken pipe.

FIX:

Identify the cause of the intermediate programs failure to start or run to completion.