Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近在我的 archlinux 系统上安装了 gdb,每当我使用 gdb 时,它都会立即崩溃并显示以下消息:
启动前无捕获地抛出: 扔到钥匙 打印异常时出错: 钥匙: 打印异常失败。 中止。
启动前无捕获地抛出:
扔到钥匙
打印异常时出错:
钥匙:
打印异常失败。
中止。
当我说“使用它”时,我的意思是任何东西。输入“gdb”本身会导致此错误,输入“gdb -help”会导致此错误,输入 gdb 命令会导致此错误。有什么想法我应该看看来纠正它吗?
我有一个类似的问题,这是由于未安装 glibc-locale 引起的。你可以试一试。