Bug 437218

Summary: Process taking too long
Product: [Applications] konsole Reporter: James Morgan <jamesmorgan>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED NOT A BUG    
Severity: normal CC: a.samirh78
Priority: NOR    
Version: 20.12.3   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: attachment-11148-0.html

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'
>