https://bugs.kde.org/show_bug.cgi?id=411561
--- Comment #3 from Isaac Salgueiro <isalgue...@gmail.com> --- OK, so here's my complete workflow on this, just in case anything in how I'm launching Konsole is causing this segfault: 1. I have a "tabs file" in a vault with something like this: title: Server1;; command: sshpass -p supersecretpassword1 ssh user1@server1 title: Server2;; command: sshpass -p supersecretpassword2 ssh user2@server2 title: Server3;; command: sshpass -p supersecretpassword3 ssh user3@server3 title: Server4;; command: sshpass -p supersecretpassword4 ssh user4@server4 title: Server5;; command: sshpass -p supersecretpassword5 ssh user5@server5 title: Server6;; command: sshpass -p supersecretpassword6 ssh user6@server6 2. An alias to execute `konsole --tabs-from-file /path/to/that/tabs/file/from/1 &` 3. When I execute that alias, a new Konsole window opens up with 7 tabs, the 6 ssh sessions and a local shell (BTW no idea why it opens this extra local tab) 4. In this new window I do Edit / Copy input to / All tabs in current window 5. Everything works fine except when I run `exit`. Before hitting this bug (sorry, can't tell exactly in what Konsole version started this bug :( ) Konsole just closed normally. Now I'm getting segafults almost every time I `exit`. Hope this helps! Let me know if you want me to do any other test on this. -- You are receiving this mail because: You are watching all bug changes.