I spoke a little too soon. Still getting intermittent hang ups with distcc compiling our in-house code. Compiling the linux kernel ad infinitum works flawlessly. It looks like the place where I get hung up is fairly consistent. though. distcc gets stuck after compiling a very large file. The library being built is 20+ MB, the in-memory footprint is in the 200+ MB range (uses heavy C++ template instantiation.)
Any help would be appreciated. Let me know if I can provide any additional info. Hien ---- Original Message ---- From: Hien D. Ngo Date: Mon 8/19/02 23:25 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [distcc] Problems with distcc hanging on large compiles (Problem solved) Thanks much Chris! Looks like pulling the head revisions from CVS did the trick. I'm happily compiling away on both my home systems running Debian and the office farm running RH. When I've got things fully revved up, I'll report some (hopefully) very impressive numbers. Hien ---- Original Message ---- From: Chris Halls Date: Mon 8/19/02 7:13 To: [EMAIL PROTECTED] Subject: Re: [distcc] Problems with distcc hanging on large compiles On Mon, Aug 19, 2002 at 06:44:10AM -0600, Hien D. Ngo wrote: > I'm running 0.8. The symtom you listed below doesn't appear to match my case, > though. The compile isn't failing to distribute, it's just not cleanly closing the > connection after it's finished compiling remotely. Sorry, I should have gone into a little more detail. The fix makes distcc not hang if the remote job crashes. 'can't be distributed' did not mean 'if the job never gets distributed to the remote machine'. I was getting these hangs when using ccache and distcc together, which triggered a bug in the remote distccd, causing it to crash and the local distcc to hang. Chris _______________________________________________ distcc mailing list [EMAIL PROTECTED] http://lists.samba.org/cgi-bin/mailman/listinfo/distcc _______________________________________________ distcc mailing list [EMAIL PROTECTED] http://lists.samba.org/cgi-bin/mailman/listinfo/distcc _______________________________________________ distcc mailing list [EMAIL PROTECTED] http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
