You are not logged in.
I find a lot of core dump reports in my journal that relate to bijiben. Here's my journal:
Any suggestions?
Offline
segfaults straight away from glib in the main loop
See https://wiki.archlinux.org/title/Core_d … _core_dump and https://wiki.archlinux.org/title/Debuginfod to get debug symbols from glib2
Offline
Hm ok I have no idea what debug symbols even are, sadly. I have managed to get the following output from "coredumpctl debug <PID>" and then running "bt" at the gdb prompt:
[Thread debugging using libthread_db enabled]
Core was generated by `/usr/lib/bijiben-shell-search-provider'.
Programm terminated with signal SIGSEGV, Segmentation Fault.
#0 g_type_check_instance_is_fundamentally_a (type_instance=0x72ed7401e940, fundamental_type=80) at ../glib/gobject/gtype.c:4153
Downloading source file /usr/src/debug/glib2/build/../glib/gobject/gtype.c
4153 node = lookup_type_node_I (type_instance->g_class->g_type):
[Current thread is 1 (Thread 0x72ed8f446300 (LWP 2702))]
(gdb) bt
#0 g_type_check_instance_is_fundamentally_a (type_instance=0x72ed7401e940, fundamental_type=0x50) at ../glib/gobject/gtype.c:4153
#1 0x000072ed9c021bd0 in g_object_unref (_object=0x72ed7401e940) at ../glib/gobject/gobject.c:4325
#2 0x000072ed9c0b2c25 in g_source_callback_unref (cb_data=0x72ed740214a0) at ../glib/glib/gmain.c:1622
#3 g_source_callback_unref (cb_data=0x72ed740214a0) at ../glib/glib/gmain.c:1615
#4 0x000072ed9c0bb20c in g_source_destroy_internal (source=0x72ed7401ea20, context=0x60ee83eae050, have_lock=1) at ../glib/glib/gmain.c:1287
#5 0x000072ed9c0bcb9a in g_main_dispatch (context=0x60ee83eae050) at ../glib/glib/gmain.c:3374
#6 0x000072ed9c11e9b7 in g_main_context_dispatch_unlocked (context=0x60ee83eae050) at ../glib/glib/gmain.c:4152
#7 g_main_context_iterate_unlocked.isra.0 (context=context@entry=0x60ee83eae050, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../glib/glib/gmain.c:4217
#8 0x000072ed9c0bbf95 in g_main_context_iteration (context=context@entry=0x50ee83eae050, may_block=may_block@entry=1) at ../glib/glib/gmain.c:4282
#9 0x000072ed9c28bb86 in g_application_run (application=application@entry=0x60ee83f57c80, argc=<optimized out>, argv=0x7fff0d0bb6e8) at ../glib/gio/gapplication.c:2712
#10 0x000060ee81fbacdf in main (argc=<optimized out>, argv=<optimized out>) at ../gnome-notes/src/bijiben-shell-search-provider.c:507
(gdb)
I hope this is of any help? Needed to type that off the prompt, my clipboard has gone again *sheesh*
Last edited by halogene (2024-05-18 20:51:23)
Offline
https://gitlab.archlinux.org/archlinux/ … -/issues/1
https://gitlab.gnome.org/GNOME/tracker/-/issues/418
Also
https://www.reddit.com/r/archlinux/comm … ry_time_i/
https://bugzilla.redhat.com/show_bug.cgi?id=2247144
It's supposed to be fixed, though.
https://gitlab.archlinux.org/archlinux/ … 74621e8645
pacman -Qikk tracker3
Edit:
my clipboard has gone again *sheesh*
in response to what? Just happened? Does a re-login fix it?
Do you have a system journal?
Last edited by seth (2024-05-18 21:11:51)
Offline
pacman -Qikk tracker3
shows 0 modified files, 0 conflicts. The other day my system did not show the errors above - and, surprisingly, clipboard worked. Today I booted up twice, and both times the journal shows the same bijiben errors. And clipboard doesn't work too. A fresh system journal from this very boot:
Edit: ...and re-login does not fix it :oS
Last edited by halogene (2024-05-22 10:27:01)
Offline
Mai 22 12:14:30 octane gnome-shell[1517]: Failed to store clipboard: Format UTF8_STRING wird nicht unterstützt
??
gnome-notes isn't a dependency for anything, does the clipboard work (reliably) if you remove it?
Offline
I removed gnome-notes, rebooted, no clipboard
But so far the dumps are gone (no wonder, with gnome-notes causing them...)
Last edited by halogene (2024-05-23 08:09:16)
Offline
Offline