All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@suse.de>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: Xen devel list <xen-devel@lists.xensource.com>
Subject: Re: xen unstable crashes
Date: Tue, 18 Jul 2006 12:37:05 +0200	[thread overview]
Message-ID: <44BCB9D1.8050901@suse.de> (raw)
In-Reply-To: <d8692c031e8e26daf3dc9b77e367677e@cl.cam.ac.uk>

Keir Fraser wrote:
> 
> A null pointer dereference in evtchn_set_pending can't be that hard to
> track down, if it's crashing every time in this way with suse 10.1.

It's vcpu being NULL, %esi register here:

ff1055f0 <evtchn_set_pending>:
ff1055f0:       83 ec 1c                sub    $0x1c,%esp
ff1055f3:       89 74 24 14             mov    %esi,0x14(%esp)
ff1055f7:       8b 74 24 20             mov    0x20(%esp),%esi
ff1055fb:       89 5c 24 10             mov    %ebx,0x10(%esp)
ff1055ff:       8b 4c 24 24             mov    0x24(%esp),%ecx
ff105603:       89 7c 24 18             mov    %edi,0x18(%esp)
ff105607:       8b 5e 0c                mov    0xc(%esi),%ebx  <==
ff10560a:       8b 53 04                mov    0x4(%ebx),%edx

The stack trace looks suspious to me though, none of the functions in
the trace calls evtchn_set_pending() ...

cheers,

  Gerd

-- 
Gerd Hoffmann <kraxel@suse.de>
http://www.suse.de/~kraxel/julika-dora.jpeg

      reply	other threads:[~2006-07-18 10:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-18  9:56 xen unstable crashes Gerd Hoffmann
2006-07-18 10:14 ` Keir Fraser
2006-07-18 10:37   ` Gerd Hoffmann [this message]

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=44BCB9D1.8050901@suse.de \
    --to=kraxel@suse.de \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=xen-devel@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.