Re: [BUG] null-pointer deref (perhaps reiserfs3)
From: Sven Köhler
Date: Mon Dec 06 2004 - 11:34:40 EST
on a machine that i can only reach via SSH at the moment, i got a
null-pointer dereference (see below). The machine runs kernel 2.6.9
without any additional patches.
It happened, while i was doing a "make install". A command within the
"installkernel"-script segfaulted. It seems that only the filesystem
mounted to /boot is affected. Any access to that FS blocks.
Here's how to reproduce it:
dd if=/dev/zero of=image bs=1M count=40
mkreiserfs -f image
mount -o loop image /mnt/test
cp -r /etc/ /mnt/test
The kernel will Oops, and cp will segfault.
After that, umount -r /mnt/test will fail or block.
The computer will not reboot or halt.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/