* [Qemu-devel] cosmetic bug in qemu "monitor", broken help description of "info capture" ?
[not found] <200611270106.32371@centrum.cz>
@ 2006-11-27 0:09 ` vita.batrla
0 siblings, 0 replies; 2+ messages in thread
From: vita.batrla @ 2006-11-27 0:09 UTC (permalink / raw)
To: qemu-devel
Hi, I'm not sure if this is known or not, being too lazy to check the alias
(sorry about 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Qemu-devel] cosmetic bug in qemu "monitor", broken help description of "info capture"
@ 2006-11-27 0:01 vita.batrla
0 siblings, 0 replies; 2+ messages in thread
From: vita.batrla @ 2006-11-27 0:01 UTC (permalink / raw)
To: qemu-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-27 0:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[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
2006-11-27 0:01 [Qemu-devel] cosmetic bug in qemu "monitor", broken help description of "info capture" vita.batrla
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).