[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 03399) Re: MLDv2 linux implementation questions
- To: Hoerdt Mickael <hoerdt@xxxxxxxxxxxxxxxxxxxxx>
- Subject: (usagi-users 03399) Re: MLDv2 linux implementation questions
- From: David Stevens <dlstevens@xxxxxxxxxx>
- Date: Thu, 16 Jun 2005 02:09:09 -0700
- Cc: usagi-users@xxxxxxxxxxxxxx
- In-reply-to: <42B135B7.5000101@clarinet.u-strasbg.fr>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Hoerdt Mickael <hoerdt@xxxxxxxxxxxxxxxxxxxxx> wrote on 06/16/2005 01:17:59
AM:
> David,
> Thanks for the quick fixup, but this patch causes a kernel panic on my
i386
> architecture after the first SSM calls. Also, would it be possible to
> fix the IPv4 code
> too ?
Hoerdt,
I ran all of your test cases successfully on my i386 machine,
before I sent the patch. Can you send me the register dump and stack
backtrace you got? If you don't have a serial console set up on the
machine, some people have used a digital camera to create a jpg
image of the screen, or a transcription of what you see would be
helpful.
Also, the only portions you should really need are the
loop in ip_sock_mc_join() and the EADDRINUSE check in ipv6_sockglue.c.
You might try applying just those portions and see if you still
get it. My first guess would be a lock issue with the "leave group"
portion, and I'll investigate that some more to see if I can
reproduce it.
+-DLS