From: Kent Borg <kentborg@borg.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Crash when dereferencing -1
Date: Thu, 17 Apr 2008 11:20:31 -0400 [thread overview]
Message-ID: <48076ABF.9040503@borg.org> (raw)
Running 0.9.0 on Ubuntu 7.04 host, a Ubuntu 7.04 guest crashes when I
dereference -1. This also happens on a Windows XP host running the
precompiled Qemu 0.9.1. Both with kqemu.
#include <stdio.h>
main()
{
int *foo = -1;
printf("hello, world %d\n", *foo);
}
-kb
next reply other threads:[~2008-04-17 15:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-17 15:20 Kent Borg [this message]
2008-04-18 3:52 ` [Qemu-devel] Crash when dereferencing -1 Mulyadi Santosa
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=48076ABF.9040503@borg.org \
--to=kentborg@borg.org \
--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).