Hacker News new | ask | show | jobs
by SavantIdiot 1620 days ago
It is essentially impossible for user-space applications to crash Linux. This is a property of Linux itself. A user-space application can call into the kernel through very focused API layers, which in turn calls hardware drivers. Those can crash Linux. It is almost guaranteed it is a driver problem.