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 518608 - metacity crashed with SIGSEGV
metacity crashed with SIGSEGV
Status: RESOLVED INVALID
Product: metacity
Classification: Other
Component: general
2.21.x
Other Linux
: Normal critical
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2008-02-25 13:11 UTC by Pedro Villavicencio
Modified: 2008-07-13 22:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Pedro Villavicencio 2008-02-25 13:11:13 UTC
This report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/metacity/+bug/192309

"was switching workspaces with keyboard"

".

Thread 1 (process 6586)

  • #0 find_tab_forward
    at core/display.c line 4516
  • #1 meta_display_get_tab_next
    at core/display.c line 4686
  • #2 do_choose_window
    at core/keybindings.c line 3316
  • #3 meta_display_process_key_event
    at core/keybindings.c line 1707
  • #4 event_callback
    at core/display.c line 1770
  • #5 filter_func
    at ui/ui.c line 83
  • #6 gdk_event_apply_filters
    at /build/buildd/gtk+2.0-2.12.8/gdk/x11/gdkevents-x11.c line 345
  • #7 gdk_event_translate
    at /build/buildd/gtk+2.0-2.12.8/gdk/x11/gdkevents-x11.c line 896
  • #8 _gdk_events_queue
    at /build/buildd/gtk+2.0-2.12.8/gdk/x11/gdkevents-x11.c line 2285
  • #9 gdk_event_dispatch
    at /build/buildd/gtk+2.0-2.12.8/gdk/x11/gdkevents-x11.c line 2345
  • #10 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.15.5/glib/gmain.c line 2064
  • #11 g_main_context_iterate
    at /build/buildd/glib2.0-2.15.5/glib/gmain.c line 2697
  • #12 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.15.5/glib/gmain.c line 2905
  • #13 main
    at core/main.c line 476
  • #14 __libc_start_main
    from /lib/tls/i686/cmov/libc.so.6
  • #15 _start

Comment 1 Thomas Thurman 2008-03-07 02:36:02 UTC
Is this repeatable?

The line in question appears to be

   tmp = workspace->mru_list;

and with that call stack, "workspace" is the current workspace.  I can't see why it would be pointing outside the current segment, though I'd like to know.  If you can repeat this, we can capture logs and see.
Comment 2 Thomas Thurman 2008-07-13 22:55:02 UTC
Marking this INVALID since it's been four months; if you can repeat it, please reopen.