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
Bugs, which is subscribed to 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.

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to