After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 722774 - gnome-shell freezes when nautilus is controlling desktop
gnome-shell freezes when nautilus is controlling desktop
Status: RESOLVED DUPLICATE of bug 722690
Product: gnome-shell
Classification: Core
Component: general
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-22 14:59 UTC by Jose Vilmar Estacio de Souza
Modified: 2014-01-22 17:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jose Vilmar Estacio de Souza 2014-01-22 14:59:39 UTC
To reproduce try the following steps:
1. Launch gnome-tweak-tool  and press the Icons on Desktopbutton.
2. Quit gnome-tweak-tool.
3. Press alt+f2, type r and press enter to restart gnome-shell.
4. Press alt+tab until you find a files window.
5. Release the alt key and press right arrow.

Actual results: Gnome-shell stays completely locked.

Note 1: This problem appears after I upgrade to gnome-shell 3.0.3.
Note 2: If I turn on the alternateTab extension the problem does not happen.
Note 3: Running gnome-shell under a gdb session I found the following:

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007f836b31f289 in g_logv () from /usr/lib/libglib-2.0.so.0
(gdb) bt full
  • #0 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #1 g_log
    from /usr/lib/libglib-2.0.so.0
  • #2 ??
    from /usr/lib/libclutter-1.0.so.0
  • #3 st_widget_allocate
    from /usr/lib/gnome-shell/libgnome-shell.so
  • #4 st_box_layout_allocate
    from /usr/lib/gnome-shell/libgnome-shell.so
  • #5 ??
    from /usr/lib/libclutter-1.0.so.0
  • #6 ??
    from /usr/lib/libclutter-1.0.so.0
  • #7 clutter_actor_allocate
    from /usr/lib/libclutter-1.0.so.0
  • #8 st_scroll_view_allocate
    from /usr/lib/gnome-shell/libgnome-shell.so
  • #9 ??
    from /usr/lib/libclutter-1.0.so.0
  • #10 ??
    from /usr/lib/libclutter-1.0.so.0
  • #11 clutter_actor_allocate
    from /usr/lib/libclutter-1.0.so.0
  • #12 ffi_call_unix64
    from /usr/lib/libffi.so.6
  • #13 ffi_call
    from /usr/lib/libffi.so.6
  • #14 ??
    from /usr/lib/libgjs.so.0
  • #15 ??
    from /usr/lib/libgjs.so.0
  • #16 ??
    from /usr/lib/libmozjs-17.0.so
  • #17 ??
    from /usr/lib/libmozjs-17.0.so
  • #18 ??
    from /usr/lib/libmozjs-17.0.so
  • #19 ??
    from /usr/lib/libmozjs-17.0.so
  • #20 ??
    from /usr/lib/libmozjs-17.0.so
  • #21 ??
  • #22 ??
  • #23 ??
No symbol table info available.
(gdb) c
Continuing.
[Thread 0x7f8351bd2700 (LWP 26785) exited]
[Thread 0x7f83539dc700 (LWP 26782) exited]
[Thread 0x7f83527d3700 (LWP 26784) exited]
[Thread 0x7f8352fd4700 (LWP 26783) exited]
[Thread 0x7f8359594700 (LWP 26780) exited]
[Thread 0x7f836de13940 (LWP 28739) exited]

Program terminated with signal SIGKILL, Killed.
The program no longer exists.
(gdb) quit
Comment 1 Florian Müllner 2014-01-22 17:06:20 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 722690 ***