From: Dave Jones <davej@redhat.com>
To: Dave Chinner <david@fromorbit.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>, xfs@oss.sgi.com
Subject: Re: XFS: Assertion failed: xfs_dir2_sf_lookup(args) == ENOENT, file: fs/xfs/xfs_dir2_sf.c, line: 358
Date: Mon, 15 Jul 2013 21:42:44 -0400 [thread overview]
Message-ID: <20130716014244.GA30569@redhat.com> (raw)
In-Reply-To: <20130716002703.GB3920@dastard>
On Tue, Jul 16, 2013 at 10:27:03AM +1000, Dave Chinner wrote:
> On Mon, Jul 15, 2013 at 03:58:00PM -0400, Dave Jones wrote:
> > On Sat, Jul 13, 2013 at 12:00:30PM +1000, Dave Chinner wrote:
> >
> > > > [ 97.162665] XFS: Assertion failed: xfs_dir2_sf_lookup(args) == ENOENT, file: fs/xfs/xfs_dir2_sf.c, line: 358
> > > ....
> > >
> > > So, it's not clear what has caused this yet. Is it reproducable?
> >
> > Just hit it again on the same machine.
> >
> > > would be good to get a trace of lookup vs addname events from XFS,
> > > too (i.e. all the xfs_dir* and xfs_da* events) so we can see if the
> > > correct lookups were done prior to the failing addname operation...
> >
> > <- xfs tracing noob. Got a recipe I can cut-n-paste ?
> > Or a patch if that's necessary..
>
> Just use your usual method of pulling tracepoints out of the kernel,
> be it with perf or (my preferred method) trace-cmd:
>
> # trace-cmd record -e xfs_dir\* -e xfs_da\* <command that dies>
> ....
> # trace-cmd report > trace.report.out
>
> The trace.report.out file is what I'd like to see. The report file
> could be large, so compressing it might be an idea...
Hmm, will that only log traces from the command that I run ?
I might need to do some kind of system-wide tracing here,
because every time this has happened so far, it's happened in
a different process. (rpcbind the first [wtf?], and chrony the 2nd)
Can trace-cmd do that ?
Dave
next prev parent reply other threads:[~2013-07-16 1:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-12 2:39 XFS: Assertion failed: xfs_dir2_sf_lookup(args) == ENOENT, file: fs/xfs/xfs_dir2_sf.c, line: 358 Dave Jones
2013-07-13 2:00 ` Dave Chinner
2013-07-13 15:06 ` Dave Jones
2013-07-15 19:58 ` Dave Jones
2013-07-16 0:27 ` Dave Chinner
2013-07-16 1:42 ` Dave Jones [this message]
2013-07-16 2:01 ` Dave Chinner
2013-07-25 4:15 ` Dave Chinner
2013-07-30 20:26 ` XFS undeletable files. (3.11rc3) Dave Jones
2013-07-31 6:11 ` Markus Trippelsdorf
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=20130716014244.GA30569@redhat.com \
--to=davej@redhat.com \
--cc=david@fromorbit.com \
--cc=linux-kernel@vger.kernel.org \
--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