qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: <vita.batrla@centrum.cz>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] cosmetic bug in qemu "monitor", broken help description of "info capture"
Date: Mon, 27 Nov 2006 00:01:25 -0000	[thread overview]
Message-ID: <200611270101.31451@centrum.cz> (raw)

Hi, I'm not sure if this is known or not, I was too lazy to check the alias (sory for that). I've just installed qemu 0.8.2 and kqemu on opensolaris and played a little bit with "monitor" ctrl-alt-2. I've tried to display all "info" commands available, so I entered "info" command without arguments and qemu listed almost all of possible info commands, however then it crashed. I investigated the core file and suspect there is a typo in monitor.c. When monitor tries to print info about the  "info capture" command, it segfaults, since "info capture" description is incomplete (only 4 from 5 fields are defined, leaving last one NULL) . :

---- monitor.c.orig      Mon Nov 27 00:31:38 2006
+++ monitor.c   Mon Nov 27 00:32:29 2006
@@ -1237,7 +1237,7 @@
     { "profile", "", do_info_profile,
       "", "show profiling information", },
     { "capture", "", do_info_capture,
-      "show capture information" },
+      "", "show capture information" },
     { NULL, NULL, },
 };

Regards,

Vita

             reply	other threads:[~2006-11-27  0:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-27  0:01 vita.batrla [this message]
     [not found] <200611270106.32371@centrum.cz>
2006-11-27  0:09 ` [Qemu-devel] cosmetic bug in qemu "monitor", broken help description of "info capture" ? vita.batrla

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=200611270101.31451@centrum.cz \
    --to=vita.batrla@centrum.cz \
    --cc=qemu-devel@nongnu.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).