From: David Becker <becker@cs.duke.edu>
To: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Cc: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>, xen-devel@lists.sourceforge.net
Subject: Re: network_alloc_rx_buffers panic
Date: Thu, 23 Sep 2004 17:03:52 -0400 [thread overview]
Message-ID: <20040923210352.GO921@cs.duke.edu> (raw)
In-Reply-To: <20040923204757.GD21242@cl.cam.ac.uk>
" This is most likely a get_user or put_user faulting. Could you
" run gdb on your xen image and then check which function these addresses
" are in: disas 0xfc52e2a4 will tell you...
"
$ gdb xen/xen-syms
(gdb) disas 0xfc52e2a4
Dump of assembler code for function __copy_to_user_ll:
0xfc52e270 <__copy_to_user_ll+0>: sub $0x8,%esp
0xfc52e273 <__copy_to_user_ll+3>: mov 0x14(%esp),%ecx
0xfc52e277 <__copy_to_user_ll+7>: mov %esi,(%esp)
0xfc52e27a <__copy_to_user_ll+10>: mov 0x10(%esp),%esi
0xfc52e27e <__copy_to_user_ll+14>: mov %ecx,%edx
0xfc52e280 <__copy_to_user_ll+16>: mov %edi,0x4(%esp)
0xfc52e284 <__copy_to_user_ll+20>: mov 0xc(%esp),%edi
0xfc52e288 <__copy_to_user_ll+24>: cmp $0x7,%ecx
0xfc52e28b <__copy_to_user_ll+27>: jbe 0xfc52e2a4 <__copy_to_user_ll+52>
0xfc52e28d <__copy_to_user_ll+29>: mov %edi,%ecx
0xfc52e28f <__copy_to_user_ll+31>: neg %ecx
0xfc52e291 <__copy_to_user_ll+33>: and $0x7,%ecx
0xfc52e294 <__copy_to_user_ll+36>: sub %ecx,%edx
0xfc52e296 <__copy_to_user_ll+38>: repz movsb %ds:(%esi),%es:(%edi)
0xfc52e298 <__copy_to_user_ll+40>: mov %edx,%ecx
0xfc52e29a <__copy_to_user_ll+42>: shr $0x2,%ecx
0xfc52e29d <__copy_to_user_ll+45>: and $0x3,%edx
0xfc52e2a0 <__copy_to_user_ll+48>: repz movsl %ds:(%esi),%es:(%edi)
0xfc52e2a2 <__copy_to_user_ll+50>: mov %edx,%ecx
0xfc52e2a4 <__copy_to_user_ll+52>: repz movsb %ds:(%esi),%es:(%edi)
0xfc52e2a6 <__copy_to_user_ll+54>: mov (%esp),%esi
0xfc52e2a9 <__copy_to_user_ll+57>: mov %ecx,%eax
0xfc52e2ab <__copy_to_user_ll+59>: mov 0x4(%esp),%edi
0xfc52e2af <__copy_to_user_ll+63>: add $0x8,%esp
0xfc52e2b2 <__copy_to_user_ll+66>: ret
0xfc52e2b3 <__copy_to_user_ll+67>: lea 0x0(%esi),%esi
0xfc52e2b9 <__copy_to_user_ll+73>: lea 0x0(%edi),%edi
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
next prev parent reply other threads:[~2004-09-23 21:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-23 13:08 network_alloc_rx_buffers panic David Becker
2004-09-23 13:47 ` Keir Fraser
2004-09-23 20:41 ` David Becker
2004-09-23 20:47 ` Christian Limpach
2004-09-23 21:03 ` David Becker [this message]
2004-09-23 22:07 ` Ian Pratt
2004-09-23 22:21 ` Ian Pratt
2004-09-24 13:28 ` David Becker
2004-09-24 15:05 ` Christian Limpach
2004-09-26 1:45 ` David Becker
2004-09-26 9:15 ` Ian Pratt
2004-09-26 12:20 ` David Becker
2004-09-26 16:07 ` Keir Fraser
2004-09-28 10:05 ` Christian Limpach
2004-09-28 10:23 ` Keir Fraser
2004-09-28 11:29 ` David Becker
2004-09-23 14:03 ` Mark A. Williamson
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=20040923210352.GO921@cs.duke.edu \
--to=becker@cs.duke.edu \
--cc=Christian.Limpach@cl.cam.ac.uk \
--cc=Keir.Fraser@cl.cam.ac.uk \
--cc=xen-devel@lists.sourceforge.net \
/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.