All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerone Young <jyoung5@us.ibm.com>
To: Charles Duffy <cduffy@spamcop.net>
Cc: xen-devel@lists.xensource.com
Subject: Re: xentop segfault -- xenstat_domain_name returning a null pointer?
Date: Wed, 16 Nov 2005 11:23:46 -0600	[thread overview]
Message-ID: <1132161826.8071.7.camel@localhost.localdomain> (raw)
In-Reply-To: <dl8ucb$giq$1@sea.gmane.org>

This is odd if this is the case then you somehow you do not have a name
for your Domain-0 domain in xenstore. Not sure how exactly you get into
this situation. Are you still seeing this...grabbing todays hg build? I
am unable to reproduce your problem on any of my systems. 

If need be can add a check in the code to for NULL names...but the tools
do not allow you to have a domain without a name.

On Sun, 2005-11-13 at 20:55 -0600, Charles Duffy wrote:
> # xm list
> Name                              ID Mem(MiB) VCPUs State  Time(s)
> Domain-0                           0      512     1 r-----    41.8
> demo-1                             1     1024     1 -b----    23.5
> demo-2                             2     1024     1 -b----    23.1
> demo-db                            3     2048     1 -b----    18.3
> demo-vnc                           4      768     1 -b----     8.2
> # gdb ./xentop
> ...
> (gdb) run
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 16384 (LWP 9196)]
> 0x00002aaaaae9253f in strcasecmp () from /lib/libc.so.6
> (gdb) bt
> #0  0x00002aaaaae9253f in strcasecmp () from /lib/libc.so.6
> #1  0x0000000000401f51 in compare_name (domain1=0x5248d0, domain2=0x524920)
>      at xentop.c:351
> #2  0x0000000000401f1e in compare_domains (domain1=0x524a70, 
> domain2=0x524a78)
>      at xentop.c:343
> #3  0x00002aaaaae541ed in bsearch () from /lib/libc.so.6
> #4  0x00002aaaaae540e4 in bsearch () from /lib/libc.so.6
> #5  0x00002aaaaae543c9 in qsort () from /lib/libc.so.6
> #6  0x00000000004030aa in top () at xentop.c:788
> #7  0x0000000000403346 in main (argc=1, argv=0x7fffffe4dd38) at xentop.c:873
> (gdb) up
> #1  0x0000000000401f51 in compare_name (domain1=0x5248d0, domain2=0x524920)
>      at xentop.c:351
> 351             return strcasecmp(xenstat_domain_name(domain1), 
> xenstat_domain_name(domain2));
> (gdb) print xenstat_domain_name(domain1)
> $5 = 0
> (gdb) print xenstat_domain_name(domain2)
> $6 = 5393056
> (gdb) print (char*)xenstat_domain_name(domain2)
> $7 = 0x524aa0 "demo-1"
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 

      parent reply	other threads:[~2005-11-16 17:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-14  2:55 xentop segfault -- xenstat_domain_name returning a null pointer? Charles Duffy
2005-11-16  6:02 ` David Hendricks
2005-11-16 17:23 ` Jerone Young [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=1132161826.8071.7.camel@localhost.localdomain \
    --to=jyoung5@us.ibm.com \
    --cc=cduffy@spamcop.net \
    --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.