# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/boltd/hotfix-segfault.patch # Copyright (C) 2024 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- 174 g_autoptr(GOptionContext) context = NULL; Thread 1 "boltd" received signal SIGSEGV, Segmentation fault. --- bolt-0.9.8/boltd/bolt-daemon.c.vanilla 2024-07-10 11:46:10.518071869 +0200 +++ bolt-0.9.8/boltd/bolt-daemon.c 2024-07-10 11:47:28.428074247 +0200 @@ -208,7 +208,7 @@ g_printerr ("Try \"%s --help\" for more information.", g_get_prgname ()); g_printerr ("\n"); - g_option_context_free (context); + //g_option_context_free (context); return EXIT_FAILURE; }