pclose without return???

2003-07-30 Thread xuzhd
My partner find a problem:When he executes the syscall pclose to close a pipe, the system suspend without return. What is more, if his program popens only one pipe, the pclose is executed successfully. If the program popens two pipes, the pclose is executed without return.

Re: pclose without return???

2003-07-30 Thread Igor Pechtchanski
On Wed, 30 Jul 2003 [EMAIL PROTECTED] wrote: My partner find a problem:When he executes the syscall pclose to close a pipe, the system suspend without return. What is more, if his program popens only one pipe, the pclose is executed successfully. If the program popens two pipes, the pclose is

Re: pclose without return???

2003-07-30 Thread Elfyn McBratney
On Wed, 30 Jul 2003 [EMAIL PROTECTED] wrote: My partner find a problem:When he executes the syscall pclose to close a pipe, the system suspend without return. What is more, if his program popens only one pipe, the pclose is executed successfully. If the program popens two pipes, the pclose is