http://bugzilla.novell.com/show_bug.cgi?id=495786 User teheo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=495786#c2 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|teheo@novell.com | --- Comment #2 from Tejun Heo <teheo@novell.com> 2009-04-30 04:02:58 MDT --- It fails iff the scheduler is loaded with other tasks. I ran the following command and then launched -j36 build job. It works fine in the beginning but once the pipeline is full, it fails. $ i=0; while true; do true $((i++)); echo -e '.cfi_startproc\n.cfi_rel_offset rsp,0\n.cfi_endproc' | if ! icecc -c -xassembler -o ~/tmp/asdf.o -; then echo "TRY $i failed"; fi; done gcc: : No such file or directory TRY 292 failed gcc: : No such file or directory TRY 293 failed gcc: : No such file or directory TRY 294 failed gcc: : No such file or directory TRY 295 failed gcc: : No such file or directory TRY 296 failed gcc: : No such file or directory TRY 297 failed bash: echo: write error: Broken pipe gcc: : No such file or directory TRY 298 failed gcc: : No such file or directory TRY 299 failed gcc: : No such file or directory TRY 300 failed gcc: : No such file or directory TRY 301 failed gcc: : No such file or directory TRY 302 failed gcc: : No such file or directory TRY 303 failed gcc: : No such file or directory TRY 304 failed gcc: : No such file or directory TRY 305 failed gcc: : No such file or directory TRY 306 failed gcc: : No such file or directory TRY 307 failed -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.