From: Paul Brook <paul@codesourcery.com>
To: qemu-devel@nongnu.org
Cc: Consul <void@aleksoft.net>
Subject: Re: [Qemu-devel] Re: SIGSEGV on Windows with KQEMU enabled
Date: Sun, 15 Mar 2009 00:42:57 +0000 [thread overview]
Message-ID: <200903150042.58341.paul@codesourcery.com> (raw)
In-Reply-To: <alpine.DEB.1.00.0903141315430.10279@pacific.mpi-cbg.de>
> > But really funny think is the change that triggers the bug is precisely
> > this: -Monitor *cur_mon;
> > +Monitor *cur_mon = NULL;
> >
> > Obviously, kqemu is happier having garbage in the cur_mon than NULL
>
> I rather expect that to _hide_ the bug. The "garbage" might be a
> left-over from the heap.
This change does precisely nothing. In C all global and static variables are
implicitly zero initialized.
Paul
next prev parent reply other threads:[~2009-03-15 0:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-07 0:39 [Qemu-devel] SIGSEGV on Windows with KQEMU enabled Consul
2009-03-07 2:51 ` Anthony Liguori
2009-03-13 1:28 ` [Qemu-devel] " Consul
2009-03-13 10:37 ` Johannes Schindelin
2009-03-13 17:33 ` Consul
2009-03-14 12:16 ` Johannes Schindelin
2009-03-14 12:36 ` Andreas Färber
2009-03-15 0:42 ` Paul Brook [this message]
2009-03-15 16:16 ` Stefan Weil
2009-03-15 16:39 ` Avi Kivity
2009-03-16 10:22 ` Johannes Schindelin
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=200903150042.58341.paul@codesourcery.com \
--to=paul@codesourcery.com \
--cc=qemu-devel@nongnu.org \
--cc=void@aleksoft.net \
/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).