From: Birger Toedtmann <btoedtmann@iem.uni-due.de>
To: xen-users@lists.xensource.com, xen-devel@lists.xensource.com
Subject: Re: kernel oops/IRQ exception when networking between many domUs
Date: Mon, 6 Jun 2005 08:42:53 +0200 [thread overview]
Message-ID: <20050606064253.GA2553@exp-math.uni-essen.de> (raw)
In-Reply-To: <b60a57e1c8d95c01eb0c5b383b9b8e18@cl.cam.ac.uk>
Re-post without attachments for list readers.
Keir Fraser schrieb am Sun, Jun 05, 2005 at 05:52:13PM +0100:
>
> On 4 Jun 2005, at 18:05, Birger Tödtmann wrote:
>
> >Funnily, nothing happend after
> >starting the first 10-12 nodes, but after "xm create"ing one or two
> >more
> >nodes, the system oopsed with at least some info, but sysrq gone as
> >well. So I wrote it down on a peace of paper ;-) , hopefully someone
> >can make sense of it:
>
> Do you have the vmlinux file? It would be useful to know where in
> net_rx_action the crash is happening.
Apparently it is happening somewhere here:
[...]
0xc028cbe5 <net_rx_action+1135>: test %eax,%eax
0xc028cbe7 <net_rx_action+1137>: je 0xc028ca82 <net_rx_action+780>
0xc028cbed <net_rx_action+1143>: mov %esi,%eax
0xc028cbef <net_rx_action+1145>: shr $0xc,%eax
0xc028cbf2 <net_rx_action+1148>: mov %eax,(%esp)
0xc028cbf5 <net_rx_action+1151>: call 0xc028c4c4 <free_mfn>
0xc028cbfa <net_rx_action+1156>: mov $0xffffffff,%ecx
^^^^^^^^^^
0xc028cbff <net_rx_action+1161>: jmp 0xc028ca82 <net_rx_action+780>
0xc028cc04 <net_rx_action+1166>: call 0xc02c59fe <net_ratelimit>
0xc028cc09 <net_rx_action+1171>: test %eax,%eax
0xc028cc0b <net_rx_action+1173>: jne 0xc028cc47 <net_rx_action+1233>
0xc028cc0d <net_rx_action+1175>: mov 0xc0378b60,%eax
[...]
which is, I presume, reflected by this section within net_rx_action():
[...]
/* Check the reassignment error code. */
status = NETIF_RSP_OKAY;
if ( unlikely(mcl[1].args[5] != 0) )
{
DPRINTK("Failed MMU update transferring to DOM%u\n", netif->domid);
free_mfn(mdata >> PAGE_SHIFT);
status = NETIF_RSP_ERROR;
}
[...]
Kernel image and System.map attached.
Regards,
--
Birger Tödtmann
Technik der Rechnernetze, Institut für Experimentelle Mathematik und Institut
für Informatik und Wirtschaftsinformatik, Universität Duisburg-Essen
email:btoedtmann@iem.uni-due.de skype:birger.toedtmann pgp:0x6FB166C9 icq:294947817
next parent reply other threads:[~2005-06-06 6:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1117904746.7507.31.camel@lomin>
[not found] ` <b60a57e1c8d95c01eb0c5b383b9b8e18@cl.cam.ac.uk>
2005-06-06 6:42 ` Birger Toedtmann [this message]
[not found] ` <20050605165716.GA1231@exp-math.uni-essen.de>
2005-06-06 8:23 ` [Xen-devel] kernel oops/IRQ exception when networking between many domUs Keir Fraser
2005-06-06 8:52 ` Birger Tödtmann
2005-06-06 8:56 ` [Xen-devel] " Birger Tödtmann
2005-06-06 9:26 ` Keir Fraser
2005-06-06 12:30 ` Birger Tödtmann
2005-06-07 16:46 ` Nils Toedtmann
2005-06-07 16:47 ` Nils Toedtmann
2005-06-08 12:34 ` Nils Toedtmann
2005-06-08 14:40 ` Nils Toedtmann
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=20050606064253.GA2553@exp-math.uni-essen.de \
--to=btoedtmann@iem.uni-due.de \
--cc=xen-devel@lists.xensource.com \
--cc=xen-users@lists.xensource.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.