From: "Jim C. Brown" <jma5@umd.edu>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Norton Ghost crashes with page fault for me too.
Date: Tue, 14 Jun 2005 18:18:50 -0400 [thread overview]
Message-ID: <20050614221850.GA1012@jbrown.mylinuxbox.org> (raw)
In-Reply-To: <000e01c57126$40dcdf40$334d21d1@organiza3bfb0e>
On Tue, Jun 14, 2005 at 04:15:41PM -0500, jeebs@yango.us wrote:
> "Jim C. Brown"
>
>
> >> Some of us do a bit more, by deliberately testing qemu with lots of
> >> software, looking for bugs. And reporting bugs when they are found.
> >
> > If you really want a bug to be fixed badly, and you have no idea of how to
> > fix
> > it, what you need to do is contact the developer of that code and let that
> > person know about the bug.
>
> That's not really practical, because most of us would have no idea who to
> contact.
>
I didn't think about that. I generally ask that on the irc channel, and get
my answer there. Or I search the archives to see who was working on the code.
But if there is no developer, it may take a lot of work just to find that out.
>
> > E.g. I'm the developer of the gtk2 interface for qemu, and I have no idea
> > about
> > what bugs it may have as no one has reported any to me. In fact, I have no
> > idea
> > if anyone is even using it because I get no direct feedback. This is
> > especially
> > true for using the gtk2 interface under Windows, because I am unable to
> > test
> > the code there. If someone who could test it did, and told me about the
> > bug,
> > I'd fix it right away.
>
> I do use the Windows builds...
>
> I'm willing to do some testing. But you'll have to tell me how to do the
> gtk2 interface under windows.....
>
Well, you will need to apply the patches and compile from source yourself.
Not to mention, you'll have to download the windows versions of the GTK2
libraries (you can probably get binaries).
Let me know if you need clearer instructions.
> The only interface I know of is the regular SDL interface in the windows
> version.
>
They should look identical. Fabrice mentioned some SDL keyboard bugs,
presumably you won't see those in the GTK version.
I'll let you know now: Fullscreen mode won't work. The mouse will be grabbed
(and made ungrabbable until you exit "fullscreen" mode) and the window will
be moved to the top left corner of the screen. Otherwise, no difference (if
my code works). Everything else should work identically between the two.
> But yes, if you really do want somebody to test it, and do want feedback,
> then I am willing to try. It wont be a major test for hours and hours kind
> of thing. But I can play around with it for a while and see if there are
> any obvious problems.
>
That would be great.
> But it gets significantly frustrating when you see the same problems month
> after month after month, etc.
>
Only report it the first time you see it.
> Bug reporting tends to feel a lot like shouting in a room full of deaf
> people...
>
> And bug reports get lost so easily.
>
> If you aren't the developer of that piece of code, what are the odds that
> you are actually going to remember the bug in a few days?
>
If you are the developer, you will remember the bug. Otherwise, it doesn't
really matter if you remember or not (in the sense that forgetting will hurt
things).
>
> > No one looks at the Savanah bug tracker because its never been used. If
> > you were
> > to say submit every unfixed bug you found there, just maybe those of us
> > who
> > bother to look every once in a while will see it and fix it.
>
> I have thought about it.
>
> I've even started to do it a few times. Come to think of it, I even did
> that a few times in the past year.
>
> But since it's not used, and none of the developers suggest it being used, I
> tend to get the feeling that it'd be a waste of time.
>
> Right now, there are 50 bugs reported, and 50 bugs open.
>
> http://savannah.nongnu.org/bugs/?group=qemu
>
Some one of those bugs have actually been fixed. A patch was sent a while
ago that got rid of bug #9441 IDE multimode failure. (Long before the bug itself
was submitted.) So was the gcc 3.4 bug (which includes a link to the patch).
Etc.
I have to take that back. Savannah bug tracker is not a good way to go, as e.g.
even if the bugs are fixed none of the developers can say so or close the bug.
Only Fabrice has access. Also, only he has commit access so good patches, such
as the graphics patch, don't always make it in right away.
Still, not enough developers have had issues with the way Fabrice runs things,
so thats not likely to change.
>
> > Do this often enough and others will use it, etc... the qemu user forum
> > and
> > the qemu irc channel developed in much the same way.
>
> The qemu user forum does get regular comments about bugs etc.
>
> About the best we can tell them is something like "Yes, that looks like a
> bug. No, it probaly isn't going to get fixed any time soon. No, most of
> the qemu developers don't visit here."
>
Yes, more communication is needed. We shouldnt be bothered by bugs which have
patches to fix them or bugs that are a non issue or bugs that are easily
worked around, and users should be able to find the answers to this easily.
But I am not entirely sure why this is not the case right now, so I have no
bright idea to suggest. Someone else will have to fill the void here.
As a side note, I have a hackish patch that will allow you to change the cdrom
in the monitor to a filename that includes spaces. It was not a difficult change
to implement. I don't see why you couldn't have fixed that yourself (if it hasn't
already been fixed in main CVS).
--
Infinite complexity begets infinite beauty.
Infinite precision begets infinite perfection.
next prev parent reply other threads:[~2005-06-14 22:25 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-13 17:49 [Qemu-devel] Norton Ghost crashes with page fault for me too Jeff Wiegley
2005-06-14 2:37 ` jeebs
2005-06-14 13:43 ` Ishwar Rattan
2005-06-14 16:39 ` Henrik Nordstrom
2005-06-14 17:14 ` jeebs
2005-06-14 17:40 ` Henrik Nordstrom
2005-06-14 18:51 ` jeebs
2005-06-15 4:08 ` Herbert Poetzl
2005-06-14 20:27 ` Jim C. Brown
2005-06-14 20:54 ` [Qemu-devel] " Ronald
2005-06-14 21:15 ` [Qemu-devel] " jeebs
2005-06-14 22:18 ` Jim C. Brown [this message]
2005-06-14 23:02 ` jeebs
2005-06-15 9:23 ` Jernej Simončič
2005-06-15 17:30 ` jeebs
2005-06-15 13:36 ` Henrik Nordstrom
2005-06-14 21:46 ` [Qemu-devel] " Heike C. Zimmerer
2005-06-14 22:43 ` Jim C. Brown
2005-06-15 17:28 ` jeebs
2005-06-15 18:54 ` Jim C. Brown
2005-06-15 18:11 ` Heike C. Zimmerer
2005-06-14 16:30 ` [Qemu-devel] " Henrik Nordstrom
2005-06-14 17:11 ` jeebs
2005-06-15 13:20 ` Henrik Nordstrom
2005-06-14 13:54 ` Elefterios Stamatogiannakis
2005-06-14 15:45 ` Andreas Bollhalder
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=20050614221850.GA1012@jbrown.mylinuxbox.org \
--to=jma5@umd.edu \
--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).