[Bug 550274] Re: btrfs-image assert failure: btrfs-image: disk-io.c:743: open_ctree_fd: Assertion `!(!tree_root->node)' failed.

shawnlandden 550274 at bugs.launchpad.net
Tue Jul 3 00:22:02 UTC 2012


Handling for this error was added in commit
be826706b5c0fcca3bdeff6934cd8d46d046ddfe

....
-       BUG_ON(!chunk_root->node);
+       if (!chunk_root->node) {
+               printk("Couldn't read chunk root\n");
+               goto out_devices;
+       }
...

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to btrfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/550274

Title:
  btrfs-image assert failure: btrfs-image: disk-io.c:743: open_ctree_fd:
  Assertion `!(!tree_root->node)' failed.

Status in “btrfs-tools” package in Ubuntu:
  Incomplete

Bug description:
  Binary package hint: btrfs-tools

  after a crash of my system (disk full?, force poweroff) , i can't get btrfs going anymore.
  I created a disk image for later:
  #  btrfs-image -c 9 /2tb/tmp/sdi-120GB-disk-20100303.dd.img /tmp/bla
  parent transid verify failed on 38783700992 wanted 22494 found 22498
  parent transid verify failed on 38783700992 wanted 22494 found 22498
  parent transid verify failed on 38783700992 wanted 22494 found 22498
  btrfs-image: disk-io.c:743: open_ctree_fd: Assertion `!(!tree_root->node)' failed.
  Aborted (core dumped)

  that root->node error i get all the time, and can't get any usefull
  btrfs util going.

  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: btrfs-tools 0.19-8
  ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-17-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  AssertionMessage: btrfs-image: disk-io.c:743: open_ctree_fd: Assertion `!(!tree_root->node)' failed.
  Date: Sun Mar 28 12:07:48 2010
  ExecutablePath: /sbin/btrfs-image
  ProcCmdline: btrfs-image -c 9 /2tb/tmp/sdi-120GB-disk-20100303.dd.img /tmp/bla
  ProcEnviron:
   SHELL=/bin/bash
   PATH=(custom, user)
   LANG=en_US.utf8
  Signal: 6
  SourcePackage: btrfs-tools
  StacktraceTop:
   raise () from /lib/libc.so.6
   abort () from /lib/libc.so.6
   __assert_fail () from /lib/libc.so.6
   ?? ()
   ?? ()
  Title: btrfs-image assert failure: btrfs-image: disk-io.c:743: open_ctree_fd: Assertion `!(!tree_root->node)' failed.
  UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/btrfs-tools/+bug/550274/+subscriptions




More information about the foundations-bugs mailing list