<div dir="ltr"># bootctl<br>Segmentation fault (core dumped)<br># gdb bootctl<br>GNU gdb (Gentoo 7.9 vanilla) 7.9<br>Copyright (C) 2015 Free Software Foundation, Inc.<br>License GPLv3+: GNU GPL version 3 or later <<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>><br>This is free software: you are free to change and redistribute it.<br>There is NO WARRANTY, to the extent permitted by law.  Type "show copying"<br>and "show warranty" for details.<br>This GDB was configured as "x86_64-pc-linux-gnu".<br>Type "show configuration" for configuration details.<br>For bug reporting instructions, please see:<br><<a href="http://bugs.gentoo.org/">http://bugs.gentoo.org/</a>>.<br>Find the GDB manual and other documentation resources online at:<br><<a href="http://www.gnu.org/software/gdb/documentation/">http://www.gnu.org/software/gdb/documentation/</a>>.<br>For help, type "help".<br>Type "apropos word" to search for commands related to "word"...<br>Reading symbols from bootctl...Reading symbols from /usr/lib64/debug//usr/bin/bootctl.debug...done.<br>done.<br>(gdb) r<br>Starting program: /usr/bin/bootctl <br>[Thread debugging using libthread_db enabled]<br>Using host libthread_db library "/lib64/libthread_db.so.1".<br><br>Program received signal SIGSEGV, Segmentation fault.<br>bootctl_main.2553 (argc=<optimized out>, argv=<optimized out>) at /tmp/portage/sys-apps/systemd-9999/work/systemd-9999/src/boot/bootctl.c:1333<br>1333                    efi_tilt_backslashes(loader_path);<br>(gdb) bt<br>#0  bootctl_main.2553 (argc=<optimized out>, argv=<optimized out>) at /tmp/portage/sys-apps/systemd-9999/work/systemd-9999/src/boot/bootctl.c:1333<br>#1  0x0000555555557e25 in main (argc=<optimized out>, argv=<optimized out>)<br>    at /tmp/portage/sys-apps/systemd-9999/work/systemd-9999/src/boot/bootctl.c:1404<br>(gdb) <br><br></div>