Hi Vlado,
On Sat, Jul 30, 2005 at 10:19:39PM +0200, Vlado Potisk wrote:
> > I can't reproduce the bug. Would you be able to compile Parted with
> > debug information, and then run gdb like this?
> I have recompiled parted from sources, but it behaves differently than
> the RPM I was using before. Even the print command has a problem,
> here is the output:
It would be good to know which partition it is failing on, and why/how.
You can use gdb like this to find out:
# libtool gdb parted
(gdb) break exception_handler
(gdb) run /dev/hda
(parted) print
(gdb) up
(gdb) up
[repeat until you get to probe_partition_for_geom]
(gdb) print ped_partition_print(part)
(gdb) print c,h,s,a,a_
(gdb) print C,H,S,A,A_
(gdb) print head_size
Thanks!
Andrew
_______________________________________________
Bug-parted mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-parted