From: Dave Jones <davej@redhat.com>
To: Eric Dumazet <eric.dumazet@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: oops in udpv6_sendmsg
Date: Wed, 10 Apr 2013 20:29:24 -0400 [thread overview]
Message-ID: <20130411002924.GA29437@redhat.com> (raw)
In-Reply-To: <1364865839.5113.165.camel@edumazet-glaptop>
On Mon, Apr 01, 2013 at 06:23:59PM -0700, Eric Dumazet wrote:
> On Fri, 2013-03-29 at 11:49 -0700, Eric Dumazet wrote:
> > On Fri, 2013-03-29 at 14:40 -0400, Dave Jones wrote:
> > > Just hit this on Linus' current tree.
> > >
> > > BUG: unable to handle kernel NULL pointer dereference at 0000000000000031
> > > IP: [<ffffffff8166ca6b>] udpv6_sendmsg+0x34b/0xa90
> > >
> > > Looks like the last line of an inlined __ip6_dst_store() call. So line 1243 of net/ipv6/udp.c
> > >
> > > Dave
> >
> > Yes, I had the same problem on my lab machine yesterday and was working
> > on it (Using a linux-3.3.8 code base)
> >
> > In my case, the invalid rt6i_node value was 0x66b579de
>
> I am mystified by this problem, I could not reproduce it...
So right now, 3.9-rc6 is in good enough shape that this is the
only outstanding thing that I can pick up with trinity.
It still seems to take a long time to reproduce though
(Just hit it after 15 hours).
I've tried narrowing it down by reproducing with seed values
dumped shortly before the bug, but haven't had any luck,
so it must be reliant upon some earlier state.
I'm going to see if I can get it to happen faster by
restricting which syscalls get called.
Is there anything I can add to the ip6 code to print
out when it occurs that might aid in debugging ?
Dave
next prev parent reply other threads:[~2013-04-11 0:29 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-29 18:40 oops in udpv6_sendmsg Dave Jones
2013-03-29 18:49 ` Eric Dumazet
2013-04-02 1:23 ` Eric Dumazet
2013-04-11 0:29 ` Dave Jones [this message]
2013-04-17 1:02 ` Dave Jones
2013-04-17 2:02 ` Eric Dumazet
2013-04-17 14:11 ` Dave Jones
2013-04-17 14:27 ` Eric Dumazet
2013-04-17 16:05 ` Eric Dumazet
2013-06-25 21:28 ` Hannes Frederic Sowa
2013-06-26 9:22 ` Eric Dumazet
2013-06-26 9:29 ` Eric Dumazet
2013-06-26 11:15 ` Eric Dumazet
2013-06-26 13:07 ` Hannes Frederic Sowa
2013-06-26 22:15 ` David Miller
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=20130411002924.GA29437@redhat.com \
--to=davej@redhat.com \
--cc=eric.dumazet@gmail.com \
--cc=netdev@vger.kernel.org \
/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).