You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core was generated by `/usr/bin/budgie-wm'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f41020ce468 in meta_workspace_index (workspace=workspace@entry=0x0) at ../magpie-0.9.3/src/core/workspace.c:732
732 ret = g_list_index (workspace->manager->workspaces, workspace);
[Current thread is 1 (Thread 0x7f40ff7e0600 (LWP 4852))]
gef➤ bt
#0 0x00007f41020ce468 in meta_workspace_index (workspace=workspace@entry=0x0) at ../magpie-0.9.3/src/core/workspace.c:732
#1 0x000055704ec755a4 in budgie_budgie_wm_real_switch_workspace (base=0x557051316370, from=0x1, to=0x2, direction=META_MOTION_RIGHT) at src/wm/budgie-wm.p/wm.c:9056
#2 0x00007f41020d7959 in meta_workspace_activate_with_focus (workspace=0x557051346da0, focus_this=0x0, timestamp=0x123877) at ../magpie-0.9.3/src/core/workspace.c:694
#3 0x00007f41020aba92 in invoke_handler (binding=0x557050e2de50, event=0x5570517d0f30, window=<optimized out>, handler=<optimized out>, display=0x557050e58210)
at ../magpie-0.9.3/src/core/keybindings.c:1938
BuddiesOfBudgie/budgie-desktop#4 process_event (display=0x557050e58210, window=<optimized out>, event=0x5570517d0f30) at ../magpie-0.9.3/src/core/keybindings.c:2022
BuddiesOfBudgie/budgie-desktop#5 0x00007f41020ac166 in meta_keybindings_process_event (event=<optimized out>, window=0x557050ee7bd0, display=0x557050e58210) at ../magpie-0.9.3/src/core/keybindings.c:2350
BuddiesOfBudgie/budgie-desktop#6 meta_display_handle_event (event_actor=<optimized out>, event=<optimized out>, display=<optimized out>) at ../magpie-0.9.3/src/core/events.c:407
BuddiesOfBudgie/budgie-desktop#7 event_callback (event=<optimized out>, event_actor=<optimized out>, data=<optimized out>) at ../magpie-0.9.3/src/core/events.c:560
BuddiesOfBudgie/budgie-desktop#8 0x00007f4101e66d0d in _clutter_event_process_filters (event_actor=0x557050dc6210, event=0x5570517d0f30) at ../magpie-0.9.3/clutter/clutter/clutter-event.c:1691
BuddiesOfBudgie/budgie-desktop#9 clutter_do_event (event=0x5570517d0f30) at ../magpie-0.9.3/clutter/clutter/clutter-main.c:787
BuddiesOfBudgie/budgie-desktop#10 0x00007f4102170779 in meta_x11_handle_event.isra.0 (backend=backend@entry=0x5570507172c0, xevent=xevent@entry=0x7ffc87e0ad80) at ../magpie-0.9.3/src/backends/x11/meta-event-x11.c:106
BuddiesOfBudgie/budgie-desktop#11 0x00007f41020d9dcd in handle_host_xevent (event=0x7ffc87e0ad80, backend=0x5570507172c0) at ../magpie-0.9.3/src/backends/x11/meta-backend-x11.c:421
BuddiesOfBudgie/budgie-desktop#12 x_event_source_dispatch (source=<optimized out>, callback=<optimized out>, user_data=<optimized out>) at ../magpie-0.9.3/src/backends/x11/meta-backend-x11.c:475
#13 0x00007f410232cf69 in g_main_dispatch (context=0x55705070a900) at ../glib/glib/gmain.c:3476
#14 0x00007f410238b327 in g_main_context_dispatch_unlocked (context=0x55705070a900) at ../glib/glib/gmain.c:4284
BuddiesOfBudgie/budgie-desktop#15 g_main_context_iterate_unlocked.isra.0 (context=0x55705070a900, block=block@entry=0x1, dispatch=dispatch@entry=0x1, self=<optimized out>) at ../glib/glib/gmain.c:4349
BuddiesOfBudgie/budgie-desktop#16 0x00007f410232db97 in g_main_loop_run (loop=0x557051378890) at ../glib/glib/gmain.c:4551
BuddiesOfBudgie/budgie-desktop#17 0x00007f41020b271b in meta_context_run_main_loop (context=context@entry=0x5570507091f0, error=error@entry=0x7ffc87e0b030) at ../magpie-0.9.3/src/core/meta-context.c:465
#18 0x000055704ec612cb in _vala_main (args_length1=<optimized out>, args=<optimized out>) at src/wm/budgie-wm.p/main.c:163
#19 main (argc=<optimized out>, argv=<optimized out>) at src/wm/budgie-wm.p/main.c:198
Expected result
I don't want to end up losing my work and being forced to log out.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Likely the crash is here. So it sounds like the workspace being checked is invalid, probably because of such a fast switch.
See if you can reproduce the issue with animations turned off via budgie desktop settings.
Workspace animation is managed in budgie desktop. Could be a timing issue.
Turning off the animation definitely solved the problem. Thank you.
Additionally, after some testing, I found that quickly clicking Super+PageUp or Super+PageDown twice with the Wine app running can trigger the issue.
It does not occur when the Wine apps are not turned on, so it seems to be a compatibility issue. I will report when I find out more.
Description
When I quickly repeat window movement with Super + PageUp/PageDown, segsegv occurs.
Budgie version
budgie-desktop 10.8.2
Operating System
6.6.1-arch1-1
Steps to reproduce the issue
Actual result
dmesg:
coredump:
Expected result
I don't want to end up losing my work and being forced to log out.
Additional information
No response
The text was updated successfully, but these errors were encountered: