From: Paul D. <pa...@po...> - 2002-12-06 16:44:13
|
* Paul Downs (pa...@po...) wrote : Hi, > close(7) = 0 > wait4(11263, 0xbffff228, 0, NULL) = -1 ECHILD (No child processes) > munmap(0x40014000, 4096) = 0 > fstat(1, {st_mode=S_IFREG|0644, st_size=1055675, ...}) = 0 Tracked it down a bit. The fault is the pclose line. Nothing untoward seems to be happening, I haven't checked wait4 out yet. Odd thing is everything seems to work fine, in the interests of getting the searching back online I commented out the error check on the pclose line and it is happy so it will have to do for now. Paul |