GNOME Bugzilla – Bug 735598
Gnome-maps freezes after right click
Last modified: 2015-09-03 07:41:30 UTC
Description of problem: When I right click on map the cursor is changed from hand to arrow and it looks like gnome-shell freezes. You can't switch applications, go to overview, click on anything, write, nothing works. Only mouse cursor is moving around. Killing gnome-maps helps. Version-Release number of selected component (if applicable): gnome-maps-3.13.4-2.fc21.x86_64 (Fedora 21) How reproducible: 100 % (tested on two computers Steps to Reproduce: 1. open gnome-maps 2. right click on map Actual results: Everything seems to be freeze Expected results: I don't know :)
I can reproduce this too. Nothing interesting in the journal when this happens.
I haven't seen it, will investigate further. (Expected result is a context menu with possibility to reverse-geocode the location you click on :) )
Okay, here is some more data! Backtrace on gnome-maps when the shell is stuck syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38 38 cmpq $-4095, %rax /* Check %rax for error. */ Missing separate debuginfos, use: debuginfo-install gnome-maps-3.13.4-2.fc21.x86_64 (gdb) bt
+ Trace 234018
I also got a shell backtrace when it's stuck, but there's nothing interesting there. Note that the shell is not completely frozen: windows behind the maps window update, and notifications are working too, but it can't handle pointer events - maps seems to be holding a grab on the mouse.
Thanks! I still can't reproduce this :( What version of clutter are you guys running? It might be something there. Since the code for the context menu haven't changed in ages.
clutter-1.19.8-1.fc21.x86_64 clutter-gtk-1.5.4-1.fc21.x86_64
Thanks! With clutter-gtk 1.5.4 I coulds reproduce this. But not with clutter-gtk master that had an revert: commit a2a62570dd038a459326e3d56cb593af97e2f6f3 Author: Emmanuele Bassi <ebassi@gnome.org> Date: Thu Aug 28 15:44:44 2014 +0100 Revert "Prefer the GDK windowing backend for Clutter" This reverts commit 0fc73a07770223964dbf41a20a4b0a8c3ef9a29c. I could have gotten away with this, if it wasn't for you meddling kids and your Wayland. So it seems to be fixed, but I am shipping it over to clutter-gtk to make sure. clutter-gtk-guys, is this known and/or fixed?
I liked the reference in this commit message :) However, I should point out that it froze under X and I didn't bother to test on Wayland.
Well, I run X as well. And it freezes on me when I check out the Release 1.5.4 commit. But when I run master that only contains a version bump and the commit above, it does not.