bug-parted
[Top][All Lists]
Advanced

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

Re: Problem resizing ext2 filesystem on LVM


From: Andrew Clausen
Subject: Re: Problem resizing ext2 filesystem on LVM
Date: Tue, 15 Jan 2002 07:17:45 +1100
User-agent: Mutt/1.2.5i

On Sun, Jan 13, 2002 at 04:57:30PM +0100, Dave Wapstra wrote:
> (gdb) break ext2_resize_fs
> Breakpoint 2 at 0x7010eff8: file ext2_resize.c, line 618.

ext2_resize_fs() *ends* at line 618.

Dodgey gdb?  (I've had bad experiences with gdb on mac... maybe
sun suffers problems too?)

> (gdb) cont
> Continuing.
> 
> Breakpoint 2, 0x7010eff8 in is_root () at ext2_resize.c:618
> 618     }
> (gdb) print fs->sb.s_blocks_count
> No symbol "fs" in current context.
> (gdb) tbreak 111
> Breakpoint 3 at 0x7010fa70: file ext2_resize.c, line 111.
> (gdb) print fs->sb.s_blocks_count
> No symbol "fs" in current context.
> (gdb) cont
> Continuing.
> 
> Breakpoint 2, 0x7010eff8 in is_root () at ext2_resize.c:618
> 618     }


Again?!

This is too strange.

gdb is doing really weird stuff.

I guess it's better to resort to printfs...
I'll send a follow up email.

Andrew



reply via email to

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