cancel
Showing results for 
Search instead for 
Did you mean: 

dev_w0 errors

Former Member
0 Kudos

Hi All,

This error keeps showing up in my dev_w0 file. It only appears in the Workprocess 0, teh first one. Atleast one job which ftp's a file to the server is failing because of this. The jobs dumps with DATASET_CANT_CLOSE, exception CX_SY_FILE_CLOSE. It says that it could not close a temp.txt file because it coudnt get enough memory.

This should not be a memory problem because we have an identical system on the same machine with exact same parameters, and it works in there.

I even installed the latest Kernel Patch, but it didnt help.

This is a ECC6 system on AIX/Oracle 10.2.0.2.

M Mon Jan 8 14:39:42 2007

M *** ERROR => ExecPWaitForProcess: waitpid(3014862) failed: errno 10 (No child processes) [execuxi.c 1271]

M

M Mon Jan 8 14:44:42 2007

M *** ERROR => ExecPWaitForProcess: waitpid(831604) failed: errno 10 (No child processes) [execuxi.c 1271]

M

M Mon Jan 8 14:49:42 2007

M *** ERROR => ExecPWaitForProcess: waitpid(3571746) failed: errno 10 (No child processes) [execuxi.c 1271]

M

M Mon Jan 8 14:54:42 2007

M *** ERROR => ExecPWaitForProcess: waitpid(4005918) failed: errno 10 (No child processes) [execuxi.c 1271]

Accepted Solutions (0)

Answers (3)

Answers (3)

tim_buchholz
Active Participant
0 Kudos

Dear Cyrus,

this simply means that the child process that was created by the work process did not exist anymore when the work process tried to determine its exit status. This can be the case if the OS does not keep a zombie process until the parent process collects the exit status of the child process. You can try the profile parameter

sig/default = <SIGCHLD>

(where <SIGCHLD> is the number associated to SIGCHLD which can be determined by running kill -l and then counting the entries starting from 1) to attempt to force the OS to keep the child process alive long enough. You might also want to check

https://service.sap.com/sap/support/notes/790191

https://service.sap.com/sap/support/notes/790017

Best Regards,

Tim

Message was edited by:

Tim Buchholz

Former Member
0 Kudos

Hi,

I am a not an ABAP developer, so i didnt understand a whole lot of the document.

I am looking at this from Basis point of view. What might be causing these errors to appear in the trace files. I couldnt find any notes in SAP for this error.

Does anyone know what might be happening in the background that might be causing these errors?

Former Member
0 Kudos

Hi Cyrus,

check the pdf which contains helpful info on this topic.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=...CodeSampleServerSideFileAccess.pdf

Hope it helps.

Br,

Sri

Award points for helpful answers