All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Hendricks <cro_marmot@comcast.net>
To: xen-devel@lists.xensource.com
Subject: Re: xentop segfault -- xenstat_domain_name returning a null	pointer?
Date: Tue, 15 Nov 2005 23:02:54 -0700	[thread overview]
Message-ID: <20051115230254.25b21d87@sunder> (raw)
In-Reply-To: <dl8ucb$giq$1@sea.gmane.org>

Hello Mr. Duffy,
   Thank you for your detailed report on this problem. Unfortunately I
am bogged down with projects for school at the moment, but I will ping
my colleagues and see if we can get a solution for this by the end of
the week.

On Sun, 13 Nov 2005 20:55:40 -0600
Charles Duffy <cduffy@spamcop.net> 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


---------
David

  reply	other threads:[~2005-11-16  6:02 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 [this message]
2005-11-16 17:23 ` Jerone Young

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=20051115230254.25b21d87@sunder \
    --to=cro_marmot@comcast.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.