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.
我试图在用户模式下使内核恐慌。
但我不能内核模块和 sysrq-trigger。它受到限制。
我可以触发内核恐慌吗?
除非你发现错误,否则不会。
如果你想恐慌,创建一个新的系统调用并编译+安装新内核。系统调用应该只是简单地调用 panic()。
这是另一种选择:
sudo killall -6 init
如果你多次运行它,那么它应该会恐慌。(不适用于所有 Linux 发行版)