Hacker News new | ask | show | jobs
by DougN7 702 days ago
I’m wondering if a bar DTrace or eBPF expression/filter could cause a blue screen. I’ll bet it could be done.
2 comments

Got my answer from the (currently top) answer here:

https://news.ycombinator.com/item?id=41030352

eBPF can cause Linux kernel panic

eBPF:

> The program does not crash or otherwise harm the system.

https://ebpf.io/what-is-ebpf/#verification

That’s a pretty big claim. If they have software that can guarantee a program will never crash it would be revolutionary, and could probably solve the halting problem.