Bug 437218 - Process taking too long
Summary: Process taking too long
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 20.12.3
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-16 21:28 UTC by James Morgan
Modified: 2021-05-26 12:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
attachment-11148-0.html (1.39 KB, text/html)
2021-05-26 12:30 UTC, James Morgan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Morgan 2021-05-16 21:28:50 UTC
SUMMARY

System frequently crashes- screen freezes. Cause unclear as loads of ram available.
I was running a terminal command to enable sysrq commands. The process is still running 30 minutes later. But nothing happening on terminal screen. 

STEPS TO REPRODUCE
1. sudo nano /etc/sysctl.d/10-magic-sysrq.conf
2. echo 244 | sudo tee /proc/sys/kernel/sysrq
3. try to quit Konsole

OBSERVED RESULT

Error: 'There is a process running in this window. Do you still want to quit?'

EXPECTED RESULT

Konsole closes


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Ubunto Studio 20.04
(available in About System)
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.80.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Comment 1 Ahmad Samir 2021-05-17 08:33:23 UTC
I think it's an issue with the command you used, not with konsole per se (you can try with other terminals? e.g. xterm or gnome-terminal); I'd use:
sudo su -c 'echo 244 > /proc/sys/kernel/sysrq'
Comment 2 James Morgan 2021-05-26 12:30:23 UTC
Created attachment 138803 [details]
attachment-11148-0.html

ok. Thanks

On 17/05/2021 09:33, Ahmad Samir wrote:
> https://bugs.kde.org/show_bug.cgi?id=437218
>
> Ahmad Samir <a.samirh78@gmail.com> changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>           Resolution|---                         |NOT A BUG
>               Status|REPORTED                    |RESOLVED
>                   CC|                            |a.samirh78@gmail.com
>
> --- Comment #1 from Ahmad Samir <a.samirh78@gmail.com> ---
> I think it's an issue with the command you used, not with konsole per se (you
> can try with other terminals? e.g. xterm or gnome-terminal); I'd use:
> sudo su -c 'echo 244 > /proc/sys/kernel/sysrq'
>