8 ms·
Javascript is just the language. Its your runtime environment (browser) that is letting an unprivileged process consume resources like that without killing it.
by borisj 9y ago
Javascript is just the language. Its your runtime environment (browser) that is letting an unprivileged process consume resources like that without killing it.
- curtisblaine 9y agoAnd it seems, his operating system allowing the browser process to take all the CPU.
- AlexeyBrin 9y agoI would argue that all modern Operating Systems have dark corners and hidden bugs. It is just a question of time until you hit a similar bug on any OS. I had a similar experience on macOS with Chrome Canary watching a YouTube movie full screen. My laptop simply froze, nothing, except a restart, worked.
- curtisblaine 9y agoPerfectly happy with the existence of OS bugs. As long as they're not used as incorrect evidence to criticize programming languages.