minaco2 / distcc

Automatically exported from code.google.com/p/distcc
GNU General Public License v2.0
0 stars 0 forks source link

Deadlock in pump mode #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While building the linux kernel in pump mode,
I experienced a deadlock, with a bunch of distcc processes each holding one
of the local cpu locks and trying to acquire a tcp lock, and another bunch
of distcc processes each holding one of the tcp locks and trying to acquire
a local cpu lock.

Original issue reported on code.google.com by fergus.h...@gmail.com on 3 Jun 2008 at 6:40

GoogleCodeExporter commented 9 years ago
Fixed in revision 516.  The fix is included in distcc 3.0rc2.

Original comment by fergus.h...@gmail.com on 24 Jun 2008 at 3:47