linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* btrfsck segmentation fault
@ 2010-01-17  1:27 André Goddard Rosa
  0 siblings, 0 replies; 5+ messages in thread
From: André Goddard Rosa @ 2010-01-17  1:27 UTC (permalink / raw)
  To: linux-btrfs

Hello,

     when trying to btrfsck my filesystem, I got the following error:

# btrfsck /dev/sda7
parent transid verify failed on 13785038848 wanted 45848 found 45839
Segmentation fault

    Crash occurs at extent-tree.c:find_first_block_group when it gets:

                leaf =3D path->nodes[0];

    after that btrfs_header_nritems dereferences the leaf unconditional=
ly:

        struct btrfs_header *h =3D (struct btrfs_header *)leaf->data;

    Any thoughts on how to make it succeed?

Thank you,
Andr=E9
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread
* btrfsck segmentation fault
@ 2011-01-07 21:15 Andrew Schretter
  2011-01-07 22:29 ` cwillu
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Schretter @ 2011-01-07 21:15 UTC (permalink / raw)
  To: linux-btrfs

I have a 10TB btrfs filesystem over iSCSI that is currently unmountable.  I'm
currently running Fedora 13 with a recent Fedora 14 kernel (2.6.35.9-64.fc14.i686.PAE)
and the system hung with messages like :

parent transid verify failed on 5937615339520 wanted 48547 found 48542

I've rebooted and and am attempting to recover with btrfsck from the btrfs-progs-unstable
git tree, but it is segfaulting after finding a superblock and listing out 3 of the
"parent transid" messages.  Anyone have any ideas?

I tried btrfsck /dev/sdb, btrfsck -s 1 /dev/sdb, and btrfsck -s 2 /dev/sdb with the
same result for each.  The btrfsck binary I compiled does work on a small (800MB) test
btrfs file system.  I suspect it may be due to the size of the filesystem I am trying
to repair.

Running btrfsck with gdb returns :
#0  find_first_block_group (root=0x8067178, path=0x80677f8, key=0xbffff24b) at extent-tree.c:3028
#1  0x08055603 in btrfs_read_block_groups (root=0x8067178) at extent-tree.c:3072
#2  0x08053009 in open_ctree_fd (fp=7, path=0xbffff63a "/dev/sdb", sb_bytenr=<value optimized out>, writes=0) at disk-io.c:760
#3  0x080530e8 in open_ctree (filename=0xbffff63a "/dev/sdb", sb_bytenr=0, writes=0) at disk-io.c:587
#4  0x0804d3fc in main (ac=<value optimized out>, av=Cannot access memory at address 0x4

In any event, recovering the data would be nice and any ideas to do so would be appreciated.

-- 

Andrew Schretter
Systems Programmer, Duke University
Dept. of Mathematics (919) 660-2866


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-01-09  1:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-17  1:27 btrfsck segmentation fault André Goddard Rosa
  -- strict thread matches above, loose matches on Subject: below --
2011-01-07 21:15 Andrew Schretter
2011-01-07 22:29 ` cwillu
2011-01-08 11:42   ` Fajar A. Nugraha
2011-01-09  1:11     ` Justin Chudgar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).