[Bug 1631302] Re: System becomes unresponsive when running code with deep-recursion under unprivileged user
vsespb
vs at vs-dev.com
Fri Oct 7 16:36:51 UTC 2016
I suspect it's not about perl, probably system can be locked same way
with any programming language.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to perl in Ubuntu.
https://bugs.launchpad.net/bugs/1631302
Title:
System becomes unresponsive when running code with deep-recursion
under unprivileged user
Status in perl package in Ubuntu:
New
Bug description:
In Ubuntu 16.04 if you run
perl -e 'sub x { x() }; x()'
(this commands does a deep recursion, eats all memory)
under non-root user
whole system becomes unresponsive, mouse, keyboard does not work.
Screen does not update when you plug/unplug charger, for example. The
only way to quit is to press power button and shut down machine.
Expected bahaviour: Ctrl-C, Ctrl-Alt-Del, Ctrl-Alt-F1, mouse, at least
something should work.
Repsoduced on HP Pavilion 16, SSD with encryption, encrypted Swap.
Reproduced by at least one another person with Ubuntu 16.04 with SSD.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/perl/+bug/1631302/+subscriptions
More information about the foundations-bugs
mailing list