[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
--jobs=4 interrupts stat() system call in make-3.80?
From: |
dave russo |
Subject: |
--jobs=4 interrupts stat() system call in make-3.80? |
Date: |
Mon, 09 Dec 2002 15:20:03 -0800 |
I'm using make-3.80 on Solaris 5.8 with --jobs set to 4 and I occasionally get
the following error message:
make: stat:hello/Hello.o: Interrupted system call
Should I consider a build invalid if I see this message?
I'm guessing that the sub-process signalling (due to --jobs=4) results in a
signal that interrupts a stat() system call. Has anyone else seen this message?
Any help would be appreciated.
Thanks,
dave
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- --jobs=4 interrupts stat() system call in make-3.80?,
dave russo <=