[konsole] [Bug 411561] Konsole segfaults when sending `exit` to multiple tabs

Nikolaos Kakouros bugzilla_noreply at kde.org
Sat Sep 14 11:11:16 BST 2019


https://bugs.kde.org/show_bug.cgi?id=411561

Nikolaos Kakouros <tterranigma at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tterranigma at gmail.com

--- Comment #4 from Nikolaos Kakouros <tterranigma at gmail.com> ---
I have the exact issue. It could only reproduce it when using ssh. Here is the
command I use to open multiple tabs:

for i in {1..25}; do konsole --new-tab --workdir "$PWD" -e gcloud compute ssh
provisioner-$i & sleep 1; qdbus org.kde.konsole /Sessions/$i setTitle 1 $i;
done

The gcloud utility is just a convenience to login with ssh on instances running
on Google Cloud.

After all tabs are opened and ssh connection is established, I select from
Konsole's menu `Edit->Copy Input to->All Tabs in Current Window`. Then, I press
Ctrl-D or type exit and the tabs start closing in a snap. But before closing
them all Konsole crashes.

This has also happened to me when not using the 'copy input to` function. I
just enter a tab and start hitting Ctrl-D repeatedly to close the tabs. Then
Konsole crashes. I am afraid to actually close any tab unless I am completely
done with all 25 tabs since it has happened to me that closing even one tab can
crash Konsole.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list