Salve Bernhard,
I did the tests you indicated me, here are the results:

_package:_
- gconf2

_file in autostart:_
- gsettings-data-convert.desktop

_called executable:_
- gsettings-data-convert

_log dmesg:_
[gio apr  1 18:58:26 2021] gsettings-data-[4466]: segfault at 48 ip 00007fc8059392bc sp 00007fff007e3d90 error 4 in libgconf-2.so.4.1.5[7fc805922000+1b000] [gio apr  1 18:58:26 2021] Code: 4d 89 c7 41 56 41 89 ce 41 55 49 89 d5 41 54 49 89 f4 55 48 89 fd 48 83 ec 20 64 48 8b 04 25 28 00 00 00 48 89 44 24 18 31 c0 <48> 83 7f 48 00 c7 04 24 01 00 00 00 c7 44 24 04 00 00 00 00 74 0b

_test gdb:_

$ gdb gsettings-data-convert
GNU gdb (Debian 10.1-2) 10.1.90.20210103-git
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from gsettings-data-convert...
Reading symbols from /usr/lib/debug/.build-id/d2/00eb838d134772a161f2a3f6b63b1511ee35ea.debug...

(gdb) r
Starting program: /usr/bin/gsettings-data-convert
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

(gsettings-data-convert:4756): GConf-CRITICAL **: 19:00:31.514: gconf_engine_get_local_for_addresses: assertion 'addresses != NULL' failed
[New Thread 0x7ffff73f7700 (LWP 4760)]
[New Thread 0x7ffff6bf6700 (LWP 4761)]
[New Thread 0x7ffff63f5700 (LWP 4762)]

Thread 1 "gsettings-data-" received signal SIGSEGV, Segmentation fault.
gconf_engine_get_entry (conf=0x0,
    key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0",     locale=0x7ffff7b70b6e <_nl_C_name> "C", use_schema_default=use_schema_default@entry=1,
    err=err@entry=0x7fffffffde60) at gconf-dbus.c:1293
1293    gconf-dbus.c: File o directory non esistente.

(gdb) bt
#0  gconf_engine_get_entry
    (conf=0x0, key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", locale=0x7ffff7b70b6e <_nl_C_name> "C", use_schema_default=use_schema_default@entry=1, err=err@entry=0x7fffffffde60)
    at gconf-dbus.c:1293
#1  0x00007ffff7f4d7a6 in get
    (client=client@entry=0x55555555d2a0, key=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", use_default=0, error=error@entry=0x7fffffffde60) at gconf-client.c:1493
#2  0x00007ffff7f4ee93 in gconf_client_get_full
    (client=client@entry=0x55555555d2a0, key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", use_schema_default=use_schema_default@entry=0, err=err@entry=0x7fffffffdef8, locale=0x0)
    at gconf-client.c:1543
#3  0x00007ffff7f4efbf in gconf_client_get_without_default
    (client=client@entry=0x55555555d2a0, key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", err=err@entry=0x7fffffffdef8) at gconf-client.c:1605
#4  0x000055555555715d in handle_file
    (filename=filename@entry=0x55555556b490 "/usr/share/GConf/gsettings/pulseaudio.convert")
    at gsettings-data-convert.c:214
#5  0x0000555555556912 in handle_dirPython Exception <class 'gdb.error'> There is no member named keys.:

    (converted=0x55555555c980, stored_mtime=0, dirname=0x55555556a3e0 "/usr/share/GConf/gsettings")
    at gsettings-data-convert.c:436
#6  main (argc=<optimized out>, argv=<optimized out>) at gsettings-data-convert.c:670

_Full test gdb:_

$ gdb -batch -n -ex 'set pagination off' -ex run -ex bt -ex 'bt full' -ex 'thread apply all bt full' --args gsettings-data-convert Downloading separate debug info for /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0... Downloading separate debug info for /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0... Downloading separate debug info for /run/home/root/.cache/debuginfod_client/d0e0fbe8b2783580f652ad6c14f3ef21cc4d223b/debuginfo... Downloading separate debug info for /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0...
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Downloading separate debug info for /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0... Downloading separate debug info for /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2...
Downloading separate debug info for /lib/x86_64-linux-gnu/libdbus-1.so.3...
Downloading separate debug info for /lib/x86_64-linux-gnu/libz.so.1...
Downloading separate debug info for /usr/lib/x86_64-linux-gnu/libmount.so.1...
Downloading separate debug info for /lib/x86_64-linux-gnu/libselinux.so.1...
Downloading separate debug info for /usr/lib/x86_64-linux-gnu/libffi.so.7...
Downloading separate debug info for /lib/x86_64-linux-gnu/libpcre.so.3...
Downloading separate debug info for /usr/lib/x86_64-linux-gnu/libsystemd.so.0... Downloading separate debug info for /usr/lib/x86_64-linux-gnu/libblkid.so.1... Downloading separate debug info for /usr/lib/x86_64-linux-gnu/libpcre2-8.so.0...
Downloading separate debug info for /lib/x86_64-linux-gnu/liblzma.so.5...
Downloading separate debug info for /usr/lib/x86_64-linux-gnu/libzstd.so.1...
Downloading separate debug info for /usr/lib/x86_64-linux-gnu/liblz4.so.1...
Downloading separate debug info for /usr/lib/x86_64-linux-gnu/libgcrypt.so.20... Downloading separate debug info for /lib/x86_64-linux-gnu/libgpg-error.so.0...

(gsettings-data-convert:7303): GConf-CRITICAL **: 19:07:06.906: gconf_engine_get_local_for_addresses: assertion 'addresses != NULL' failed Downloading separate debug info for /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so...
[New Thread 0x7ffff73f7700 (LWP 7354)]
[New Thread 0x7ffff6bf6700 (LWP 7355)]
[New Thread 0x7ffff63f5700 (LWP 7356)]

Thread 1 "gsettings-data-" received signal SIGSEGV, Segmentation fault.
gconf_engine_get_entry (conf=0x0, key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", locale=0x7ffff7b70b6e <_nl_C_name> "C", use_schema_default=use_schema_default@entry=1, err=err@entry=0x7fffffffde30) at gconf-dbus.c:1293 Download failed: Argomento non valido.  Continuing without source file ./gconf/gconf-dbus.c.
1293    gconf-dbus.c: File o directory non esistente.
#0  gconf_engine_get_entry (conf=0x0, key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", locale=0x7ffff7b70b6e <_nl_C_name> "C", use_schema_default=use_schema_default@entry=1, err=err@entry=0x7fffffffde30) at gconf-dbus.c:1293 #1  0x00007ffff7f4d7a6 in get (client=client@entry=0x55555555d2a0 [GConfClient], key=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", use_default=0, error=error@entry=0x7fffffffde30) at gconf-client.c:1493 #2  0x00007ffff7f4ee93 in gconf_client_get_full (client=client@entry=0x55555555d2a0 [GConfClient], key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", use_schema_default=use_schema_default@entry=0, err=err@entry=0x7fffffffdec8, locale=0x0) at gconf-client.c:1543 #3  0x00007ffff7f4efbf in gconf_client_get_without_default (client=client@entry=0x55555555d2a0 [GConfClient], key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", err=err@entry=0x7fffffffdec8) at gconf-client.c:1605 #4  0x000055555555715d in handle_file (filename=filename@entry=0x55555556b490 "/usr/share/GConf/gsettings/pulseaudio.convert") at gsettings-data-convert.c:214 #5  0x0000555555556912 in handle_dir (converted=0x55555555c980, stored_mtime=0, dirname=0x55555556a3e0 "/usr/share/GConf/gsettings") at gsettings-data-convert.c:436 #6  main (argc=<optimized out>, argv=<optimized out>) at gsettings-data-convert.c:670 #0  gconf_engine_get_entry (conf=0x0, key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", locale=0x7ffff7b70b6e <_nl_C_name> "C", use_schema_default=use_schema_default@entry=1, err=err@entry=0x7fffffffde30) at gconf-dbus.c:1293
        is_writable = 0
        is_default = 0
        val = <optimized out>
        error = 0x0
        entry = <optimized out>
        schema_name = 0x0
#1  0x00007ffff7f4d7a6 in get (client=client@entry=0x55555555d2a0 [GConfClient], key=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", use_default=0, error=error@entry=0x7fffffffde30) at gconf-client.c:1493
        entry = 0x0
        __func__ = "get"
#2  0x00007ffff7f4ee93 in gconf_client_get_full (client=client@entry=0x55555555d2a0 [GConfClient], key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", use_schema_default=use_schema_default@entry=0, err=err@entry=0x7fffffffdec8, locale=0x0) at gconf-client.c:1543
        error = 0x0
        entry = <optimized out>
        retval = <optimized out>
        __func__ = "gconf_client_get_full"
#3  0x00007ffff7f4efbf in gconf_client_get_without_default (client=client@entry=0x55555555d2a0 [GConfClient], key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", err=err@entry=0x7fffffffdec8) at gconf-client.c:1605
        __func__ = "gconf_client_get_without_default"
#4  0x000055555555715d in handle_file (filename=filename@entry=0x55555556b490 "/usr/share/GConf/gsettings/pulseaudio.convert") at gsettings-data-convert.c:214
        schema_path = 0x55555557c600
        keyfile = 0x555555569450
        client = 0x55555555d2a0 [GConfClient]
        value = <optimized out>
        i = 0
        j = 0
        gconf_key = 0x5555555917d0 "/system/pulseaudio/modules/combine/args0"
        groups = 0x555555580fe0
        keys = 0x5555555901d0
        builder = <optimized out>
        v = <optimized out>
        s = <optimized out>
        str = <optimized out>
        ii = <optimized out>
        list = <optimized out>
        l = <optimized out>
        source = 0x555555580040
        schema = <optimized out>
        settings = 0x5555555695c0 [GSettings]
        error = 0x0
#5  0x0000555555556912 in handle_dir (converted=0x55555555c980, stored_mtime=0, dirname=0x55555556a3e0 "/usr/share/GConf/gsettings") at gsettings-data-convert.c:436         statbuf = {st_dev = 64257, st_ino = 4589168, st_nlink = 2, st_mode = 16877, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 4096, st_blksize = 4096, st_blocks = 8, st_atim = {tv_sec = 1617175538, tv_nsec = 144753525}, st_mtim = {tv_sec = 1617175769, tv_nsec = 456494808}, st_ctim = {tv_sec = 1617175769, tv_nsec = 456494808}, __glibc_reserved = {0, 0, 0}}
        dir = 0x55555556a390
        dir_mtime = <optimized out>
        name = 0x55555556c6e3 "pulseaudio.convert"
        filename = 0x55555556b490 "/usr/share/GConf/gsettings/pulseaudio.convert"
        error = 0x0
        convert_dir = 0x55555556a3e0 "/usr/share/GConf/gsettings"
        stored_mtime = 0
        data_dirs = <optimized out>
        i = <optimized out>
        error = 0x0
        converted = 0x55555555c980
        context = <optimized out>
        extra_file = 0x0
        entries = {{long_name = 0x5555555580f0 "verbose", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x55555555a318 <verbose>, description = 0x5555555580f8 "show verbose messages", arg_description = 0x0}, {long_name = 0x55555555810e "dry-run", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x55555555a314 <dry_run>, description = 0x555555558116 "do not perform any changes", arg_description = 0x0}, {long_name = 0x555555558131 "file", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffdf50, description = 0x5555555582e0 "perform conversions from an extra file", arg_description = 0x0}, {long_name = 0x0, short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}} #6  main (argc=<optimized out>, argv=<optimized out>) at gsettings-data-convert.c:670
        convert_dir = 0x55555556a3e0 "/usr/share/GConf/gsettings"
        stored_mtime = 0
        data_dirs = <optimized out>
        i = <optimized out>
        error = 0x0
        converted = 0x55555555c980
        context = <optimized out>
        extra_file = 0x0
        entries = {{long_name = 0x5555555580f0 "verbose", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x55555555a318 <verbose>, description = 0x5555555580f8 "show verbose messages", arg_description = 0x0}, {long_name = 0x55555555810e "dry-run", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x55555555a314 <dry_run>, description = 0x555555558116 "do not perform any changes", arg_description = 0x0}, {long_name = 0x555555558131 "file", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffdf50, description = 0x5555555582e0 "perform conversions from an extra file", arg_description = 0x0}, {long_name = 0x0, short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}}

Thread 4 (Thread 0x7ffff63f5700 (LWP 7356) "dconf worker"):
#0  clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:78
#1  0x00007ffff7bb2dd0 in start_thread () at pthread_create.c:362
#2  0x00007ffff63f5700 in  ()
#3  0x0000000000000000 in  ()

Thread 3 (Thread 0x7ffff6bf6700 (LWP 7355) "dconf worker"):
#0  clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:78
#1  0x00007ffff7bb1d7c in create_thread (pd=pd@entry=0x7ffff63f5700, attr=attr@entry=0x7ffff6bf5a40, stopped_start=stopped_start@entry=0x7ffff6bf59ae, stackaddr=stackaddr@entry=0x7ffff63f4e40, thread_ran=thread_ran@entry=0x7ffff6bf59af) at ../sysdeps/unix/sysv/linux/createthread.c:101
        clone_flags = 4001536
        tp = 0x7ffff63f5700
        __PRETTY_FUNCTION__ = "create_thread"
#2  0x00007ffff7bb368e in __pthread_create_2_1 (newthread=newthread@entry=0x7fffe8002cf0, attr=attr@entry=0x7ffff6bf5a40, start_routine=start_routine@entry=0x7ffff7c6e680 <linux_pthread_proxy>, arg=arg@entry=0x7fffe8002cc0) at pthread_create.c:817
        stackaddr = 0x7ffff63f4e40
        iattr = 0x7ffff6bf5a40
        default_attr = {schedparam = {sched_priority = 0}, schedpolicy = 0, flags = 0, guardsize = 0, stackaddr = 0x7ffff7c3bd5d <g_slice_alloc+29>, stacksize = 140737085702176, cpuset = 0x0, cpusetsize = 6}
        free_cpuset = <optimized out>
        c11 = <optimized out>
        pd = 0x7ffff63f5700
        err = 0
        retval = 0
        self = <optimized out>
        stopped_start = false
        thread_ran = false
        __PRETTY_FUNCTION__ = "__pthread_create_2_1"
#3  0x00007ffff7c6eff1 in g_system_thread_new (proxy=0x7ffff6bf5a40, proxy@entry=0x7ffff7c47080 <g_thread_proxy>, stack_size=stack_size@entry=0, scheduler_settings=scheduler_settings@entry=0x0, name=name@entry=0x7ffff7ecd913 "gdbus", func=func@entry=0x7ffff7e70a20 <gdbus_shared_thread_func>, data=data@entry=0x7fffe8014040, error=0x7ffff6bf5ad0) at ../../../glib/gthread-posix.c:1313
        thread = 0x7fffe8002cc0
        base_thread = 0x7fffe8002cc0
        attr = {__size = '\000' <repeats 17 times>, "\020", '\000' <repeats 37 times>, __align = 0}
        ret = <optimized out>
        __func__ = "g_system_thread_new"
#4  0x00007ffff7c47431 in g_thread_new_internal (error=0x7ffff6bf5ad0, scheduler_settings=0x0, stack_size=0, data=0x7fffe8014040, func=0x7ffff7e70a20 <gdbus_shared_thread_func>, proxy=0x7ffff7c47080 <g_thread_proxy>, name=0x7ffff7ecd913 "gdbus") at ../../../glib/gthread.c:925
        __func__ = "g_thread_new_internal"
        error = 0x0
        thread = <optimized out>
#5  g_thread_new (name=name@entry=0x7ffff7ecd913 "gdbus", func=func@entry=0x7ffff7e70a20 <gdbus_shared_thread_func>, data=data@entry=0x7fffe8014040) at ../../../glib/gthread.c:877
        error = 0x0
        thread = <optimized out>
#6  0x00007ffff7e73034 in _g_dbus_shared_thread_ref () at ../../../gio/gdbusprivate.c:305
        data = 0x7fffe8014040
        ret = <optimized out>
        shared_thread_data = 0
        worker = 0x7fffe8013d60
        idle_source = <optimized out>
        __func__ = "_g_dbus_worker_new"
#7  _g_dbus_worker_new (stream=0x7fffe800ca80 [GUnixConnection], capabilities=G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING, initially_frozen=0, message_received_callback=message_received_callback@entry=0x7ffff7e5d750 <on_worker_message_received>, message_about_to_be_sent_callback=message_about_to_be_sent_callback@entry=0x7ffff7e5c6d0 <on_worker_message_about_to_be_sent>, disconnected_callback=disconnected_callback@entry=0x7ffff7e5c550 <on_worker_closed>, user_data=0x7fffe800b070) at ../../../gio/gdbusprivate.c:1690
        worker = 0x7fffe8013d60
        idle_source = <optimized out>
        __func__ = "_g_dbus_worker_new"
#8  0x00007ffff7e64397 in initable_init (initable=<optimized out>, cancellable=<optimized out>, error=0x7ffff6bf5bf0) at ../../../gio/gdbusconnection.c:2599
        connection = 0x7fffe800b070 [GDBusConnection]
        ret = 0
        __func__ = "initable_init"
#9  0x00007ffff7e64b8c in g_bus_get_sync (bus_type=bus_type@entry=G_BUS_TYPE_SESSION, cancellable=cancellable@entry=0x0, error=error@entry=0x7ffff6bf5bf0) at ../../../gio/gdbusconnection.c:7348
        connection = 0x7fffe800b070 [GDBusConnection]
        __func__ = "g_bus_get_sync"
#10 0x00007ffff7fa34b7 in dconf_gdbus_get_bus_in_worker (bus_type=G_BUS_TYPE_SESSION, error=error@entry=0x7ffff6bf5c30) at ../gdbus/dconf-gdbus-thread.c:222
        error = 0x0
        result = <optimized out>
        connection = <optimized out>
        __func__ = "dconf_gdbus_get_bus_in_worker"
#11 0x00007ffff7fa35cc in dconf_gdbus_method_call (user_data=0x555555587dc0) at ../gdbus/dconf-gdbus-thread.c:285
        connection = 0x0
        error = 0x0
#12 0x00007ffff7c1dd6f in g_main_dispatch (context=0x555555590f30) at ../../../glib/gmain.c:3325
        dispatch = 0x7ffff7c1a080 <g_idle_dispatch>
        prev_source = 0x0
        begin_time_nsec = 0
        was_in_call = 0
        user_data = 0x555555587dc0
        callback = 0x7ffff7fa35a0 <dconf_gdbus_method_call>
        cb_funcs = <optimized out>
        cb_data = 0x55555558c820
        need_destroy = <optimized out>
        source = 0x55555558dd20
        current = 0x7fffe80020a0
        i = 0
        __func__ = "g_main_dispatch"
#13 g_main_context_dispatch (context=0x555555590f30) at ../../../glib/gmain.c:4043 #14 0x00007ffff7c1e118 in g_main_context_iterate (context=context@entry=0x555555590f30, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../glib/gmain.c:4119
        max_priority = 200
        timeout = 0
        some_ready = 1
        nfds = <optimized out>
        allocated_nfds = <optimized out>
        fds = 0x555555591020
#15 0x00007ffff7c1e1cf in g_main_context_iteration (context=context@entry=0x555555590f30, may_block=may_block@entry=1) at ../../../glib/gmain.c:4184
        retval = <optimized out>
#16 0x00007ffff7fa338d in dconf_gdbus_worker_thread (user_data=0x555555590f30) at ../gdbus/dconf-gdbus-thread.c:82
        context = 0x555555590f30
#17 0x00007ffff7c470bd in g_thread_proxy (data=0x55555557fb60) at ../../../glib/gthread.c:820
        thread = 0x55555557fb60
        __func__ = "g_thread_proxy"
#18 0x00007ffff7bb2ea7 in start_thread (arg=<optimized out>) at pthread_create.c:477
        ret = <optimized out>
        pd = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737333126912, -2376862608942016040, 140737488345358, 140737488345359, 140737333124672, 8396800, 2376877449047333336, 2376879684131510744}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = 0
#19 0x00007ffff7ae2def in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7ffff73f7700 (LWP 7354) "gmain"):
#0  0x00007ffff7ad83ff in __GI___poll (fds=0x55555558e260, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
        resultvar = 18446744073709551100
        sc_cancel_oldtype = 0
#1  0x00007ffff7c1e0ae in g_main_context_poll (priority=<optimized out>, n_fds=1, fds=0x55555558e260, timeout=<optimized out>, context=0x55555558e170) at ../../../glib/gmain.c:4422
        ret = <optimized out>
        errsv = <optimized out>
        poll_func = 0x7ffff7c2d410 <g_poll>
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 1
        allocated_nfds = <optimized out>
        fds = 0x55555558e260
#2  g_main_context_iterate (context=context@entry=0x55555558e170, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../glib/gmain.c:4114
        max_priority = 2147483647
        timeout = -1
        some_ready = <optimized out>
        nfds = 1
        allocated_nfds = <optimized out>
        fds = 0x55555558e260
#3  0x00007ffff7c1e1cf in g_main_context_iteration (context=0x55555558e170, may_block=may_block@entry=1) at ../../../glib/gmain.c:4184
        retval = <optimized out>
#4  0x00007ffff7c1e221 in glib_worker_main (data=<optimized out>) at ../../../glib/gmain.c:6077 #5  0x00007ffff7c470bd in g_thread_proxy (data=0x55555557fa40) at ../../../glib/gthread.c:820
        thread = 0x55555557fa40
        __func__ = "g_thread_proxy"
#6  0x00007ffff7bb2ea7 in start_thread (arg=<optimized out>) at pthread_create.c:477
        ret = <optimized out>
        pd = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737341519616, -2376862608942016040, 140737488344974, 140737488344975, 140737341517376, 8396800, 2376878548022090200, 2376879684131510744}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = 0
#7  0x00007ffff7ae2def in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7ffff73f88c0 (LWP 7303) "gsettings-data-"):
#0  gconf_engine_get_entry (conf=0x0, key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", locale=0x7ffff7b70b6e <_nl_C_name> "C", use_schema_default=use_schema_default@entry=1, err=err@entry=0x7fffffffde30) at gconf-dbus.c:1293
        is_writable = 0
        is_default = 0
        val = <optimized out>
        error = 0x0
        entry = <optimized out>
        schema_name = 0x0
#1  0x00007ffff7f4d7a6 in get (client=client@entry=0x55555555d2a0 [GConfClient], key=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", use_default=0, error=error@entry=0x7fffffffde30) at gconf-client.c:1493
        entry = 0x0
        __func__ = "get"
#2  0x00007ffff7f4ee93 in gconf_client_get_full (client=client@entry=0x55555555d2a0 [GConfClient], key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", use_schema_default=use_schema_default@entry=0, err=err@entry=0x7fffffffdec8, locale=0x0) at gconf-client.c:1543
        error = 0x0
        entry = <optimized out>
        retval = <optimized out>
        __func__ = "gconf_client_get_full"
#3  0x00007ffff7f4efbf in gconf_client_get_without_default (client=client@entry=0x55555555d2a0 [GConfClient], key=key@entry=0x5555555917d0 "/system/pulseaudio/modules/combine/args0", err=err@entry=0x7fffffffdec8) at gconf-client.c:1605
        __func__ = "gconf_client_get_without_default"
#4  0x000055555555715d in handle_file (filename=filename@entry=0x55555556b490 "/usr/share/GConf/gsettings/pulseaudio.convert") at gsettings-data-convert.c:214
        schema_path = 0x55555557c600
        keyfile = 0x555555569450
        client = 0x55555555d2a0 [GConfClient]
        value = <optimized out>
        i = 0
        j = 0
        gconf_key = 0x5555555917d0 "/system/pulseaudio/modules/combine/args0"
        groups = 0x555555580fe0
        keys = 0x5555555901d0
        builder = <optimized out>
        v = <optimized out>
        s = <optimized out>
        str = <optimized out>
        ii = <optimized out>
        list = <optimized out>
        l = <optimized out>
        source = 0x555555580040
        schema = <optimized out>
        settings = 0x5555555695c0 [GSettings]
        error = 0x0
#5  0x0000555555556912 in handle_dir (converted=0x55555555c980, stored_mtime=0, dirname=0x55555556a3e0 "/usr/share/GConf/gsettings") at gsettings-data-convert.c:436         statbuf = {st_dev = 64257, st_ino = 4589168, st_nlink = 2, st_mode = 16877, st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 4096, st_blksize = 4096, st_blocks = 8, st_atim = {tv_sec = 1617175538, tv_nsec = 144753525}, st_mtim = {tv_sec = 1617175769, tv_nsec = 456494808}, st_ctim = {tv_sec = 1617175769, tv_nsec = 456494808}, __glibc_reserved = {0, 0, 0}}
        dir = 0x55555556a390
        dir_mtime = <optimized out>
        name = 0x55555556c6e3 "pulseaudio.convert"
        filename = 0x55555556b490 "/usr/share/GConf/gsettings/pulseaudio.convert"
        error = 0x0
        convert_dir = 0x55555556a3e0 "/usr/share/GConf/gsettings"
        stored_mtime = 0
        data_dirs = <optimized out>
        i = <optimized out>
        error = 0x0
        converted = 0x55555555c980
        context = <optimized out>
        extra_file = 0x0
        entries = {{long_name = 0x5555555580f0 "verbose", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x55555555a318 <verbose>, description = 0x5555555580f8 "show verbose messages", arg_description = 0x0}, {long_name = 0x55555555810e "dry-run", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x55555555a314 <dry_run>, description = 0x555555558116 "do not perform any changes", arg_description = 0x0}, {long_name = 0x555555558131 "file", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffdf50, description = 0x5555555582e0 "perform conversions from an extra file", arg_description = 0x0}, {long_name = 0x0, short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}} #6  main (argc=<optimized out>, argv=<optimized out>) at gsettings-data-convert.c:670
        convert_dir = 0x55555556a3e0 "/usr/share/GConf/gsettings"
        stored_mtime = 0
        data_dirs = <optimized out>
        i = <optimized out>
        error = 0x0
        converted = 0x55555555c980
        context = <optimized out>
        extra_file = 0x0
        entries = {{long_name = 0x5555555580f0 "verbose", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x55555555a318 <verbose>, description = 0x5555555580f8 "show verbose messages", arg_description = 0x0}, {long_name = 0x55555555810e "dry-run", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x55555555a314 <dry_run>, description = 0x555555558116 "do not perform any changes", arg_description = 0x0}, {long_name = 0x555555558131 "file", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0x7fffffffdf50, description = 0x5555555582e0 "perform conversions from an extra file", arg_description = 0x0}, {long_name = 0x0, short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}}

Il 01/04/21 18:24, Bernhard Übelacker ha scritto:

Hello Antonio,
was this line in dmesg maybe followed by a "Code:" line?
Could you provide that too?

Otherwise maybe you could install systemd-coredump and after
the next crash journal should contain more info about it and
collect a core for later inspection.

More details here: https://wiki.debian.org/HowToGetABacktrace

Kind regards,
Bernhard

Reply via email to