This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

newbie question


New to the list, I'm wondering where I might go to find out if a problem I'm 
seeing is real/known ...

I've got crontab running a process (call it "foo1") that makes a call like:

system("./foo2.sh &"); // run foo2 in background, returns immediately

But sometimes there are instances of foo1 that never die, as if the call to 
foo2 never returned. The foo2 processes run correctly.

Any ideas?

On solaris 5.6, gcc 2.8.1

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]