Comment 2 for bug 1549582

Revision history for this message
Santiago (santileortiz) wrote :

This is the top of the stack for me after making it crash:

#0 0x00007ffff75c62d4 in meta_window_get_monitor () from /usr/lib/libmutter.so.0
#1 0x0000000000439e6b in gala_multitasking_view_toggle (self=0xbdbe30) at /home/santiago/keyboard_layout_editor/handle-hotcorners/src/Widgets/MultitaskingView.vala:513
#2 0x000000000042b9fd in gala_window_manager_gala_real_perform_action (base=0x690260, type=<optimized out>)
    at /home/santiago/keyboard_layout_editor/handle-hotcorners/src/WindowManager.vala:689
#3 0x0000000000426964 in ___lambda53_ (_data4_=0x981b40) at /home/santiago/keyboard_layout_editor/handle-hotcorners/src/WindowManager.vala:348
#4 ____lambda53__clutter_actor_enter_event (_sender=<optimized out>, event=<optimized out>, self=0x981b40) at WindowManager.c:2591

It seems like line MultitaskingView.vala:513 is where it crashes. I seem to recall Gala crashing in the same line when using Multitasking View after closing a tab on Chrome and after using Alt+tab but I haven't been able to reproduce these consistently.