Greg Schafer wrote:
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/
I've tried that. Here's the results...
getopt (argc=-1, argv=0xffffffff,
optstring=0xffffffff <Address 0xffffffff out of bounds>) at
getopt.c:1183
1183 in getopt.c
(gdb)
0x0805058e in main ()
(gdb)
Single stepping until exit from function main,
which has no line number information.
__libc_open64 (file=0x8050ee8 "/dev/hda", oflag=0)
at ../sysdeps/unix/sysv/linux/open64.c:29
29 ../sysdeps/unix/sysv/linux/open64.c: No such file or directory.
in ../sysdeps/unix/sysv/linux/open64.c
(gdb)
32 in ../sysdeps/unix/sysv/linux/open64.c
(gdb)
40 in ../sysdeps/unix/sysv/linux/open64.c
(gdb)
41 in ../sysdeps/unix/sysv/linux/open64.c
(gdb)
50 in ../sysdeps/unix/sysv/linux/open64.c
(gdb)
0x0805077a in main ()
(gdb)
Single stepping until exit from function main,
which has no line number information.
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb)
Cannot find bounds of current function
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page