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.
/bin/echo: write error: Broken pipe error from C++ routine
Moderators: chulett, rschirm, roy
-
getlacsman25
- Participant
- Posts: 1
- Joined: Thu May 23, 2013 1:09 pm
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
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.
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.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.