Mailing list archives : pcb-rnd

ID:21
From:ge...@igor2.repo.hu
Date:Sat, 20 Aug 2016 05:33:07 +0200 (CEST)
Subject:Re: [pcb-rnd] build question on debian
in-reply-to:20 from James Battat <jb...@wellesley.edu>
 
 
On Fri, 19 Aug 2016, James Battat wrote:
 
> Thanks ? here it is
 
 
Congratulations, you've found an scconfig bug!
 
Commited the fix, please svn up (in pcb-rnd trunk/) and try again.
 
(Background for UNIX fans: scconfig tests for fork() first and for wait() 
later. It looked like a good idea to test for fork() by printing "OK" from 
the child process. But it is a rather bad idea: without wait(), the parent 
process may exit before the child process flushes its printout. Scconfig 
waits until the parent proecss exits and reads what it wrote, which means 
in this case it reads too early, missing the "OK".)
 
Thanks,
 
Igor2
 

Reply subtree:
21 Re: [pcb-rnd] build question on debian from ge...@igor2.repo.hu