All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1847906] [NEW] Cocoa display hangs on macOS 10.15 (Catalina)
@ 2019-10-13 13:48 Shachar Itzhaky
  2019-10-13 19:36 ` [Bug 1847906] " zenojevski
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Shachar Itzhaky @ 2019-10-13 13:48 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I have downloaded the latest stable source tarball 4.1.0 and compiled it
(i386-softmmu target).

After opening a black window, QEMU hangs (spinning beach ball).
When building with `--disable-cocoa --enable-sdl`, display seems to work fine.

The same happened when I tried to build QEMU through HomeBrew and
MacPorts.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1847906

Title:
  Cocoa display hangs on macOS 10.15 (Catalina)

Status in QEMU:
  New

Bug description:
  I have downloaded the latest stable source tarball 4.1.0 and compiled
  it (i386-softmmu target).

  After opening a black window, QEMU hangs (spinning beach ball).
  When building with `--disable-cocoa --enable-sdl`, display seems to work fine.

  The same happened when I tried to build QEMU through HomeBrew and
  MacPorts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1847906/+subscriptions


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

* [Bug 1847906] Re: Cocoa display hangs on macOS 10.15 (Catalina)
  2019-10-13 13:48 [Bug 1847906] [NEW] Cocoa display hangs on macOS 10.15 (Catalina) Shachar Itzhaky
@ 2019-10-13 19:36 ` zenojevski
  2019-10-13 22:24 ` Shachar Itzhaky
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zenojevski @ 2019-10-13 19:36 UTC (permalink / raw)
  To: qemu-devel

I am also affected by this after upgrading to 10.15 Catalina.

I experience the same behavior using `qemu-system-x86_64`, but I can't
confirm whether other systems are also affected.

Building with SDL also fixed it for me so far:

* `brew edit`
* add `depends_on "sdl2"` among other dependencies
* replace `--enable-cocoa` with `--disable-cocoa`
* replace `--disable-sdl` with `--enable-sdl`
* save, quit, and `brew install --build-from-source qemu`

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1847906

Title:
  Cocoa display hangs on macOS 10.15 (Catalina)

Status in QEMU:
  New

Bug description:
  I have downloaded the latest stable source tarball 4.1.0 and compiled
  it (i386-softmmu target).

  After opening a black window, QEMU hangs (spinning beach ball).
  When building with `--disable-cocoa --enable-sdl`, display seems to work fine.

  The same happened when I tried to build QEMU through HomeBrew and
  MacPorts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1847906/+subscriptions


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

* [Bug 1847906] Re: Cocoa display hangs on macOS 10.15 (Catalina)
  2019-10-13 13:48 [Bug 1847906] [NEW] Cocoa display hangs on macOS 10.15 (Catalina) Shachar Itzhaky
  2019-10-13 19:36 ` [Bug 1847906] " zenojevski
@ 2019-10-13 22:24 ` Shachar Itzhaky
  2019-10-14  9:45 ` Peter Maydell
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Shachar Itzhaky @ 2019-10-13 22:24 UTC (permalink / raw)
  To: qemu-devel

I tried with `--enable-gtk` and it hangs as well.
Using gtk3 build from MacPorts with `+quartz`. Now, this may be a systemwide problem with Gtk, I am yet to test other Gtk apps on Catalina.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1847906

Title:
  Cocoa display hangs on macOS 10.15 (Catalina)

Status in QEMU:
  New

Bug description:
  I have downloaded the latest stable source tarball 4.1.0 and compiled
  it (i386-softmmu target).

  After opening a black window, QEMU hangs (spinning beach ball).
  When building with `--disable-cocoa --enable-sdl`, display seems to work fine.

  The same happened when I tried to build QEMU through HomeBrew and
  MacPorts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1847906/+subscriptions


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

* [Bug 1847906] Re: Cocoa display hangs on macOS 10.15 (Catalina)
  2019-10-13 13:48 [Bug 1847906] [NEW] Cocoa display hangs on macOS 10.15 (Catalina) Shachar Itzhaky
  2019-10-13 19:36 ` [Bug 1847906] " zenojevski
  2019-10-13 22:24 ` Shachar Itzhaky
@ 2019-10-14  9:45 ` Peter Maydell
  2019-10-14 17:06 ` Peter Maydell
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Peter Maydell @ 2019-10-14  9:45 UTC (permalink / raw)
  To: qemu-devel

Investigation/patches would be welcome. Only one or two active upstream
QEMU devs use OSX, and certainly personally I don't propose to upgrade
to Catalina for at least six months to a year or so.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1847906

Title:
  Cocoa display hangs on macOS 10.15 (Catalina)

Status in QEMU:
  New

Bug description:
  I have downloaded the latest stable source tarball 4.1.0 and compiled
  it (i386-softmmu target).

  After opening a black window, QEMU hangs (spinning beach ball).
  When building with `--disable-cocoa --enable-sdl`, display seems to work fine.

  The same happened when I tried to build QEMU through HomeBrew and
  MacPorts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1847906/+subscriptions


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

* [Bug 1847906] Re: Cocoa display hangs on macOS 10.15 (Catalina)
  2019-10-13 13:48 [Bug 1847906] [NEW] Cocoa display hangs on macOS 10.15 (Catalina) Shachar Itzhaky
                   ` (2 preceding siblings ...)
  2019-10-14  9:45 ` Peter Maydell
@ 2019-10-14 17:06 ` Peter Maydell
  2019-10-14 17:23 ` Shachar Itzhaky
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Peter Maydell @ 2019-10-14 17:06 UTC (permalink / raw)
  To: qemu-devel

Hikaru Nishida kindly wrote a patch which should fix this:
https://patchew.org/QEMU/20191014141608.80923-1-hikarupsp@gmail.com/

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1847906

Title:
  Cocoa display hangs on macOS 10.15 (Catalina)

Status in QEMU:
  New

Bug description:
  I have downloaded the latest stable source tarball 4.1.0 and compiled
  it (i386-softmmu target).

  After opening a black window, QEMU hangs (spinning beach ball).
  When building with `--disable-cocoa --enable-sdl`, display seems to work fine.

  The same happened when I tried to build QEMU through HomeBrew and
  MacPorts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1847906/+subscriptions


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

* [Bug 1847906] Re: Cocoa display hangs on macOS 10.15 (Catalina)
  2019-10-13 13:48 [Bug 1847906] [NEW] Cocoa display hangs on macOS 10.15 (Catalina) Shachar Itzhaky
                   ` (3 preceding siblings ...)
  2019-10-14 17:06 ` Peter Maydell
@ 2019-10-14 17:23 ` Shachar Itzhaky
  2019-10-14 17:55 ` Shachar Itzhaky
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Shachar Itzhaky @ 2019-10-14 17:23 UTC (permalink / raw)
  To: qemu-devel

This is wonderful! Thank you Peter and Hikaru for this patch. I will try
it ASAP and confirm.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1847906

Title:
  Cocoa display hangs on macOS 10.15 (Catalina)

Status in QEMU:
  New

Bug description:
  I have downloaded the latest stable source tarball 4.1.0 and compiled
  it (i386-softmmu target).

  After opening a black window, QEMU hangs (spinning beach ball).
  When building with `--disable-cocoa --enable-sdl`, display seems to work fine.

  The same happened when I tried to build QEMU through HomeBrew and
  MacPorts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1847906/+subscriptions


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

* [Bug 1847906] Re: Cocoa display hangs on macOS 10.15 (Catalina)
  2019-10-13 13:48 [Bug 1847906] [NEW] Cocoa display hangs on macOS 10.15 (Catalina) Shachar Itzhaky
                   ` (4 preceding siblings ...)
  2019-10-14 17:23 ` Shachar Itzhaky
@ 2019-10-14 17:55 ` Shachar Itzhaky
  2019-10-18 11:56 ` Peter Maydell
  2020-01-09 13:22 ` Thomas Huth
  7 siblings, 0 replies; 9+ messages in thread
From: Shachar Itzhaky @ 2019-10-14 17:55 UTC (permalink / raw)
  To: qemu-devel

Yes, works perfectly!

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1847906

Title:
  Cocoa display hangs on macOS 10.15 (Catalina)

Status in QEMU:
  New

Bug description:
  I have downloaded the latest stable source tarball 4.1.0 and compiled
  it (i386-softmmu target).

  After opening a black window, QEMU hangs (spinning beach ball).
  When building with `--disable-cocoa --enable-sdl`, display seems to work fine.

  The same happened when I tried to build QEMU through HomeBrew and
  MacPorts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1847906/+subscriptions


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

* [Bug 1847906] Re: Cocoa display hangs on macOS 10.15 (Catalina)
  2019-10-13 13:48 [Bug 1847906] [NEW] Cocoa display hangs on macOS 10.15 (Catalina) Shachar Itzhaky
                   ` (5 preceding siblings ...)
  2019-10-14 17:55 ` Shachar Itzhaky
@ 2019-10-18 11:56 ` Peter Maydell
  2020-01-09 13:22 ` Thomas Huth
  7 siblings, 0 replies; 9+ messages in thread
From: Peter Maydell @ 2019-10-18 11:56 UTC (permalink / raw)
  To: qemu-devel

Hikaru's patch is now in master as commit dff742ad27efa4, and will be in
the next QEMU release.


** Changed in: qemu
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1847906

Title:
  Cocoa display hangs on macOS 10.15 (Catalina)

Status in QEMU:
  Fix Committed

Bug description:
  I have downloaded the latest stable source tarball 4.1.0 and compiled
  it (i386-softmmu target).

  After opening a black window, QEMU hangs (spinning beach ball).
  When building with `--disable-cocoa --enable-sdl`, display seems to work fine.

  The same happened when I tried to build QEMU through HomeBrew and
  MacPorts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1847906/+subscriptions


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

* [Bug 1847906] Re: Cocoa display hangs on macOS 10.15 (Catalina)
  2019-10-13 13:48 [Bug 1847906] [NEW] Cocoa display hangs on macOS 10.15 (Catalina) Shachar Itzhaky
                   ` (6 preceding siblings ...)
  2019-10-18 11:56 ` Peter Maydell
@ 2020-01-09 13:22 ` Thomas Huth
  7 siblings, 0 replies; 9+ messages in thread
From: Thomas Huth @ 2020-01-09 13:22 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1847906

Title:
  Cocoa display hangs on macOS 10.15 (Catalina)

Status in QEMU:
  Fix Released

Bug description:
  I have downloaded the latest stable source tarball 4.1.0 and compiled
  it (i386-softmmu target).

  After opening a black window, QEMU hangs (spinning beach ball).
  When building with `--disable-cocoa --enable-sdl`, display seems to work fine.

  The same happened when I tried to build QEMU through HomeBrew and
  MacPorts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1847906/+subscriptions


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

end of thread, other threads:[~2020-01-09 13:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-13 13:48 [Bug 1847906] [NEW] Cocoa display hangs on macOS 10.15 (Catalina) Shachar Itzhaky
2019-10-13 19:36 ` [Bug 1847906] " zenojevski
2019-10-13 22:24 ` Shachar Itzhaky
2019-10-14  9:45 ` Peter Maydell
2019-10-14 17:06 ` Peter Maydell
2019-10-14 17:23 ` Shachar Itzhaky
2019-10-14 17:55 ` Shachar Itzhaky
2019-10-18 11:56 ` Peter Maydell
2020-01-09 13:22 ` Thomas Huth

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.