bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parted 1.6.23 - problem with resizing of the extended partition


From: Andrew Clausen
Subject: Re: Parted 1.6.23 - problem with resizing of the extended partition
Date: Sun, 31 Jul 2005 19:31:34 +1000
User-agent: Mutt/1.5.6+20040907i

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]