lkml.org 
[lkml]   [2012]   [Feb]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Kernel bug with btrfs on laptop with external hd and suspend and resume.
On Mon, Feb 13, 2012 at 07:47:39PM +0530, Srivatsa S. Bhat wrote:
> Adding some Cc's.
>
> On 02/12/2012 01:34 AM, Nathan A. Mourey II wrote:
>
> > I just installed the new kernel with yum update. I have an external eSATA hard drive that is
> > formatted with btrfs. I closed the lid once it had booted up, I had not logged in yet. Latter I opened
> > the lid and had the following message on the screen. Hope it helps.
> >
> >
> > Feb 11 14:39:03 firefly kernel: [ 253.236050] ------------[ cut here ]------------
> > Feb 11 14:39:03 firefly kernel: [ 253.236066] kernel BUG at fs/btrfs/transaction.c:1337!

This crash corresponds to:

ret = btrfs_write_and_wait_transaction(trans, root);
BUG_ON(ret);

Which basically means we were not able to write all the metadata for the
transaction (EIO during writeback). Do other messages from the kernel
tell you if the crash happened before or after the suspend?

What happened when the machine rebooted?

Since the drive is external, I'm going to guess this is related to the
device going away at the wrong time. Was it plugged in the whole time?

-chris


\
 
 \ /
  Last update: 2012-02-13 15:43    [W:1.196 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site