From: Dave Chinner <david@fromorbit.com>
To: "Michael L. Semon" <mlsemon35@gmail.com>
Cc: xfs-oss <xfs@oss.sgi.com>
Subject: Re: [NOISE] merge window blues, XFS broken
Date: Tue, 28 Jan 2014 10:30:39 +1100 [thread overview]
Message-ID: <20140127233039.GF2212@dastard> (raw)
In-Reply-To: <52E62ADA.2040800@gmail.com>
On Mon, Jan 27, 2014 at 04:46:02AM -0500, Michael L. Semon wrote:
> root@plbearer:~# ls $TEST_DIR/
>
> [ 94.140207] XFS: Assertion failed: IS_ALIGNED((unsigned long)vec->i_addr, sizeof(uint64_t)), file: fs/xfs/xfs_log.h, line: 49
>
> Entering kdb (current=0xc5298c30, pid 297) Oops: (null)
> due to oops @ 0x791752c5
> CPU: 0 PID: 297 Comm: ls Not tainted 3.13.0+ #1
> Hardware name: Dell Computer Corporation Dimension 2350/07W080, BIOS A01 12/17/2002
> task: c5298c30 ti: c520e000 task.ti: c520e000
> EIP: 0060:[<791752c5>] EFLAGS: 00010286 CPU: 0
> EIP is at assfail+0x2b/0x2d
> EAX: 00000071 EBX: c60ba600 ECX: 00000296 EDX: c5299098
> ESI: c60ba61c EDI: c60ba600 EBP: c520fe40 ESP: c520fe2c
> DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068
> CR0: 80050033 CR2: 08f1612c CR3: 4d1f0000 CR4: 000007d0
> Stack:
> 00000000 79570bc8 79576e28 7956946d 00000031 c520fe70 791ce45f c520fe70
> 7917ceb0 c520fec4 c50d5068 c520fe70 c55d8000 00000000 c50d5068 c607ae30
> c60ba600 c520fed4 791cb72b c607af80 c6c01e80 000000d8 c4294000 c520feec
> Call Trace:
> [<791ce45f>] xfs_inode_item_format+0x4a/0x1c5
It's not clear to me that there's anything wrong with the inode log
item structure, so I need to know what iovec we tripped over here.
Can you post the disassembly of this function so we can see which
call to xlog_prepare_iovec tripped the assert? i.e.:
gdb> disass xfs_inode_item_format
to give the raw disassembly output, and
gdb> disass /m xfs_inode_item_format
To output the c-code annotated version.
Or even just annotating the code with printk()s prior to each
xlog_prepare_iovec() call in xfs_inode_item_format will do ;)
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next prev parent reply other threads:[~2014-01-27 23:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-26 19:35 [NOISE] merge window blues, XFS broken Michael L. Semon
2014-01-27 1:56 ` Dave Chinner
2014-01-27 7:41 ` Christoph Hellwig
2014-01-27 9:46 ` Michael L. Semon
2014-01-27 23:30 ` Dave Chinner [this message]
2014-01-28 8:22 ` Michael L. Semon
2014-01-28 9:55 ` Dave Chinner
2014-01-29 22:31 ` Michael L. Semon
2014-02-12 0:15 ` Michael L. Semon
2014-02-12 1:55 ` Dave Chinner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140127233039.GF2212@dastard \
--to=david@fromorbit.com \
--cc=mlsemon35@gmail.com \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).