I have a project with ~70k targets including generated header and source files that builds fine without concurrency (-j1):

 

...found 72133 targets...

...updating 5981 targets...

<snip>

...updated 6237 targets...

 

but stops in the middle of the build when using concurrency (-j2 to –j8). There are no failures reported, it just stops and reports the target count that was updated but does not build all targets:

 

...found 72133 targets...

...updating 5981 targets...

<snip>

...updated 5930 targets...

 

If I run it again a number of times w/ concurrency enabled it will eventually complete (not sure why target count increased):

 

...found 78019 targets...

...updating 2094 targets...

<snip>

...updated 1778 targets...

 

...found 78019 targets...

...updating 2088 targets...

<snip>

...updated 1772 targets...

 

...found 78019 targets...

...updating 316 targets...

<snip>

...updated 316 targets...

 

Any ideas on how to debug this issue?

 

I am using SVN 77778 but have seen the issue since 4-11-2011 (not sure what SVN version at that time).

 

Thanks,

 

Chris



This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies.

Thank you for your cooperation.