Francis Russell <francis+d...@unchartedbackwaters.co.uk> writes:

> Thank you! I attempted to build with a parallelism of 4, and make
> started consuming 100% CPU. We'll start working with the devs to find
> the best way to resolve this.

You're welcome.  For the time being, perhaps you could work around the
problem by forcing make check to run sequentially, per the following
patch (or something along those lines):

--- debian/rules~       2011-04-25 15:26:26.763954961 -0400
+++ debian/rules        2011-04-25 14:32:08.121727610 -0400
@@ -74,7 +74,7 @@
 export MTN_STACKTRACE_ON_CRASH = 1
 
 override_dh_auto_test:
-       debian/nofakeroot dh_auto_test -pmonotone -- INFO_DEPS='' || \
+       debian/nofakeroot dh_auto_test -pmonotone -- -j1 INFO_DEPS='' || \
            sh extra/building/dump-test-logs.sh
 
 override_dh_auto_install:

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to