------- Comment #4 from jason dot vas dot dias at gmail dot com 2010-05-01 22:47 ------- Has there been any history of reported linux kernel lock-ups for gcc compilations outputting to filesystems with insufficient disk space ?
It could be something to do with using "make -j2" on my dual processor machine and outputting stderr + stdout to a "tee logfile" process. Of course, because the machine totally ceases to respond to any device, and does not create any crash report, the only evidence left is a few corrupt *.o files and terminated log files such as : gcc -Wp,-MD,fs/nfs/.proc.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/include -I/usr/src/linux-2.6/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -march=k8 -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=2048 -fno-omit-frame-pointer -fno-optimize-sibling-calls -g -pg -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(proc)" -D"KBUILD_MODNAME=KBUILD_STR(nfs)" -D"DEBUG_HASH=59" -D"DEBUG_HASH2=19" -c -o fs/nfs/proc.o fs/nfs/proc.c set -e ; perl /usr/src/linux-2.6/scripts/recordmcount.pl "x86_64" "little" "64" "objdump" "objcopy" "gcc" "ld" "nm" "" "" "1" "drivers/block/paride/on20.o"; gcc -Wp,-MD,drivers/block/paride/.on26.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/include -I/usr/src/linux-2.6/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -march=k8 -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=2048 -fno-omit-fram -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43955