Jeremy Huntwork wrote: I'm only guessing here, but..
> read(3, "\353H\220\320\274\0|\373P\7P\37\374\276\33|\277\33\6PW"..., 512) = > 512 > ioctl(3, 0x301, 0xbfd12110) = 0 It seems the above is a read of the 1st 512 bytes of /dev/hda ie: the MBR. The next few reads appears to be the partition table.. > _llseek(3, 33280, [33280], SEEK_SET) = 0 > read(3, "\3506\0\0\204\333\0\0\371\n\0\0o\266\0\0\3256\0\0\1\0\0"..., 1024) = > 1024 > _llseek(3, 1028161024, [1028161024], SEEK_SET) = 0 > read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = > 1024 > _llseek(3, 1028160000, [1028160000], SEEK_SET) = 0 > read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) = > 1024 > _llseek(3, 1028192768, [1028192768], SEEK_SET) = 0 > read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 168) = > 168 > _llseek(3, 1028225536, [1028225536], SEEK_SET) = 0 > read(3, "ReIsEr4\0\0\0\0\0\0\0\0\0\0\0\0\20\2725\3511\237\246M\204"..., 1024) > = 1024 Reiser4 ? Hmmm, I wonder if reiser4 is common to those seeing the crash? > --- SIGSEGV (Segmentation fault) @ 0 (0) --- > +++ killed by SIGSEGV +++ We still need a meaningful gdb backtrace ie: with debugging. Regards Greg -- http://www.diy-linux.org/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page