All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] SB16 bug
@ 2004-10-11 17:43 Filip Navara
  2004-10-11 17:56 ` [Qemu-devel] " Ronald
  2004-10-11 18:54 ` [Qemu-devel] " Filip Navara
  0 siblings, 2 replies; 4+ messages in thread
From: Filip Navara @ 2004-10-11 17:43 UTC (permalink / raw)
  To: qemu-devel

Hi,

since the malc's audio patch was commited I can't run QEMU on Win32 
anymore. It always crashes and GDB is to no help (backtrace shows only 
"00000000"). Anybody has the same problem?

One thing that is surely wrong is the line 998 in sb16.c:
    for (i = 0; 4 < 4; i++) {
It should be
    for (i = 0; i < 4; i++) {

Regards,
Filip

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] Re: SB16 bug
  2004-10-11 17:43 [Qemu-devel] SB16 bug Filip Navara
@ 2004-10-11 17:56 ` Ronald
  2004-10-11 18:54 ` [Qemu-devel] " Filip Navara
  1 sibling, 0 replies; 4+ messages in thread
From: Ronald @ 2004-10-11 17:56 UTC (permalink / raw)
  To: qemu-devel

Le Mon, 11 Oct 2004 19:43:50 +0200, Filip Navara a écrit :

> Hi,
> 
> since the malc's audio patch was commited I can't run QEMU on Win32
> anymore. It always crashes and GDB is to no help (backtrace shows only
> "00000000"). Anybody has the same problem?

I can't get guest operating system to recognize the sound card , but I do
not experience crash. For info gcc is 3.2.3 with mingw
specific patches, binutils-2.13.90-20030111-1-src,
mingw-runtime-3.5, w32api-3.1, SDL-1.2.7 and zlib-1.2.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] SB16 bug
  2004-10-11 17:43 [Qemu-devel] SB16 bug Filip Navara
  2004-10-11 17:56 ` [Qemu-devel] " Ronald
@ 2004-10-11 18:54 ` Filip Navara
  2004-10-11 19:43   ` [Qemu-devel] " Adam D. Moss
  1 sibling, 1 reply; 4+ messages in thread
From: Filip Navara @ 2004-10-11 18:54 UTC (permalink / raw)
  To: qemu-devel

Filip Navara wrote:

> Hi,
>
> since the malc's audio patch was commited I can't run QEMU on Win32 
> anymore. It always crashes and GDB is to no help (backtrace shows only 
> "00000000"). Anybody has the same problem?

Disregard that. It was mine fault and totally unrelated to the audio 
patch...

- Filip

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] Re: SB16 bug
  2004-10-11 18:54 ` [Qemu-devel] " Filip Navara
@ 2004-10-11 19:43   ` Adam D. Moss
  0 siblings, 0 replies; 4+ messages in thread
From: Adam D. Moss @ 2004-10-11 19:43 UTC (permalink / raw)
  To: qemu-devel

Filip Navara wrote:
> Filip Navara wrote:
>> since the malc's audio patch was commited I can't run QEMU on Win32 
>> anymore. It always crashes and GDB is to no help (backtrace shows only 
>> "00000000"). Anybody has the same problem?
> 
> Disregard that. It was mine fault and totally unrelated to the audio 
> patch...

Really?  :)  Because I've been getting segfaults on win98 startup
when audio is enabled since that patch went in, myself...

--Adam

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-10-11 19:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-11 17:43 [Qemu-devel] SB16 bug Filip Navara
2004-10-11 17:56 ` [Qemu-devel] " Ronald
2004-10-11 18:54 ` [Qemu-devel] " Filip Navara
2004-10-11 19:43   ` [Qemu-devel] " Adam D. Moss

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.