Page 1 of 1

/bin/echo: write error: Broken pipe error from C++ routine

Posted: Thu May 23, 2013 1:22 pm
by getlacsman25
Hi,

I am getting the following error when calling C++ parallel routine from transformer:

xfmmapCFL,0: /bin/echo: write error: Broken pipe
xfmmapCFL,3: Operator terminated abnormally: received signal SIGSEGV

I tried running the job with 1 node config file but the issue still exist. This code is working fine in 7.5.2 which is on Unix environment but it's not working on 8.7 which is on Linux environment.

Posted: Thu May 23, 2013 4:38 pm
by ray.wurlod
Welcome aboard.

At a first guess you have a "memory leak" problem in your routine, leading eventually to a memory access violation (SIGSEGV).

I don't know why this was not picked up in your earlier environment; maybe more memory, maybe less data.