I'm unable to do anything with one project:
home:arvidjaar:grub2-next/grub2
Some commands are OK (e.g. osc sr -d). Some other commands (osc diff, osc commit) just loop in user space consuming 100% of one core:
bor@opensuse:~/obs/home:arvidjaar:grub2-next/grub2> osc commit
top - 11:19:54 up 12:56, 4 users, load average: 0,85, 0,67, 0,53 Tasks: 153 total, 3 running, 150 sleeping, 0 stopped, 0 zombie %Cpu(s): 50,6 us, 0,3 sy, 0,0 ni, 48,9 id, 0,0 wa, 0,0 hi, 0,2 si, 0,0 st KiB Mem: 4053852 total, 3781780 used, 272072 free, 291928 buffers KiB Swap: 1048572 total, 0 used, 1048572 free, 2435656 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 2439 bor 20 0 205m 34m 6236 R 99,7 0,9 0:18.90 osc
Any idea? Other projects looked OK. This project has local modifications that I'd like to commit ... :)
On 2013-06-02 11:24:01 +0400, Andrey Borzenkov wrote:
Some commands are OK (e.g. osc sr -d). Some other commands (osc diff, osc commit) just loop in user space consuming 100% of one core:
Hmm interesting... can you send me your grub2 working copy (or create a bug and attach the wc to the bug report)?
<SNIP>
Any idea? Other projects looked OK. This project has local modifications that I'd like to commit ... :)
As a quick workaround: cd <some dir>; osc co ...; cp /path/to/broken/wc/* .; osc ci ... (but please keep the "broken" wc so that we can debug this further)
Marcus
buildservice@lists.opensuse.org