fsearch icon indicating copy to clipboard operation
fsearch copied to clipboard

[BUG] Segfault @ [0x00007ffff7d8cdc7 in g_menu_exporter_menu_free (menu=0x0) at ../glib/gio/gmenuexporter.c:121]

Open SloppyPuppy opened this issue 1 year ago • 0 comments

Describe the bug A clear and concise description of what the bug is. Segfault on start of fsearch after most recent arch update (last time I updated was more than 2 weeks ago), simple as that, gdb reveals that the following is the cause:

Thread 1 "fsearch" received signal SIGSEGV, Segmentation fault. 0x00007ffff7d8cdc7 in g_menu_exporter_menu_free (menu=0x0) at ../glib/gio/gmenuexporter.c:121 121 g_menu_exporter_group_remove_menu (menu->group, menu->id);
(gdb)

To Reproduce Steps to reproduce the behavior: Uhh, I don't know how to replicate my conditions besides running the most recent version of arch linux and running fsearch, it just dies on startup.

I tried running both release and git package.

Expected behavior A clear and concise description of what you expected to happen. For fsearch to run instead of segfaulting :joy:

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information): OS: Arch Linux (6.8.9-zen1-2-zen, Plasma 6.0.4) How you installed FSearch: AUR Version: FSearch 0.2.3 (AUR-stable)

  • Output of localectl status: (and I know I never properly set my locale, but this was my first arch install which was done 2 years ago haha) $localectl status System Locale: LANG=C VC Keymap: (unset) X11 Layout: (unset)

SloppyPuppy avatar May 16 '24 10:05 SloppyPuppy