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

2021-05-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=411561

ninj...@gmail.com changed:

   What|Removed |Added

 CC||ninj...@gmail.com
 Resolution|WORKSFORME  |DUPLICATE

--- Comment #12 from ninj...@gmail.com ---


*** This bug has been marked as a duplicate of bug 431827 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2021-05-04 Thread Isaac Salgueiro
https://bugs.kde.org/show_bug.cgi?id=411561

--- Comment #11 from Isaac Salgueiro  ---
Sorry, is Qt 5.15.2.

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2021-05-04 Thread Isaac Salgueiro
https://bugs.kde.org/show_bug.cgi?id=411561

Isaac Salgueiro  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #10 from Isaac Salgueiro  ---
Hi All

This is fixed for me in konsole 21.04.0 and Qt 5.12.2


Regards,
Isaac

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2020-01-13 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=411561

Christoph Feck  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=410582

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2019-12-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=411561

undyin...@gmail.com changed:

   What|Removed |Added

 CC||undyin...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2019-09-23 Thread Isaac Salgueiro
https://bugs.kde.org/show_bug.cgi?id=411561

--- Comment #8 from Isaac Salgueiro  ---
Created attachment 122819
  --> https://bugs.kde.org/attachment.cgi?id=122819&action=edit
New backtrace

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2019-09-23 Thread Isaac Salgueiro
https://bugs.kde.org/show_bug.cgi?id=411561

--- Comment #7 from Isaac Salgueiro  ---
Don't know if this can help, but I had two konsole windows opened as background
jobs and both got closed because of ssh idle timeout. Job 1 had 6 opened ssh
tabs and segfaulted. Job 2 had 2 opened ssh tabs and exited normally.


KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = konsole path = /usr/bin pid = 8118
KCrash: Arguments: /usr/bin/konsole --tabs-from-file
/home/isalgueiro/Vaults/xxx/konsole_sessions/1.tabs 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from
kdeinit
sock_file=/run/user/1000/kdeinit5__0
QSocketNotifier: Invalid socket 8 and type 'Read', disabling...
QSocketNotifier: Invalid socket 9 and type 'Read', disabling...


[1]+  Stopped konsole --tabs-from-file
~/Vaults/xxx/konsole_sessions/1.tabs
[2]   Donekonsole --tabs-from-file
~/Vaults/xxx/konsole_sessions/2.tabs



I'm attaching this new backtrace

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2019-09-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=411561

--- Comment #6 from tcanabr...@kde.org ---
I’ll try to tackle this on Monday

Em sáb, 14 de set de 2019 às 12:15, Nikolaos Kakouros <
bugzilla_nore...@kde.org> escreveu:

> https://bugs.kde.org/show_bug.cgi?id=411561
>
> --- Comment #5 from Nikolaos Kakouros  ---
> BTW, these bug reports also seem relevant:
>
> https://bugs.kde.org/show_bug.cgi?id=371599
> https://bugs.kde.org/show_bug.cgi?id=410582
> https://bugs.kde.org/show_bug.cgi?id=376200
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2019-09-14 Thread Nikolaos Kakouros
https://bugs.kde.org/show_bug.cgi?id=411561

--- Comment #5 from Nikolaos Kakouros  ---
BTW, these bug reports also seem relevant:

https://bugs.kde.org/show_bug.cgi?id=371599
https://bugs.kde.org/show_bug.cgi?id=410582
https://bugs.kde.org/show_bug.cgi?id=376200

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2019-09-14 Thread Nikolaos Kakouros
https://bugs.kde.org/show_bug.cgi?id=411561

Nikolaos Kakouros  changed:

   What|Removed |Added

 CC||tterrani...@gmail.com

--- Comment #4 from Nikolaos Kakouros  ---
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 watching all bug changes.

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

2019-09-09 Thread Isaac Salgueiro
https://bugs.kde.org/show_bug.cgi?id=411561

--- Comment #3 from Isaac Salgueiro  ---
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.

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

2019-09-05 Thread Isaac Salgueiro
https://bugs.kde.org/show_bug.cgi?id=411561

--- Comment #2 from Isaac Salgueiro  ---
Maybe is because how I start konsole? I use the tabs-from-file flag to open
konsole with SSH as start command.

Sorry if the flag name is not exactly that, I'm not on my PC and writing this
off the top of my head...

-- 
You are receiving this mail because:
You are watching all bug changes.

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

2019-09-05 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=411561

--- Comment #1 from Kurt Hindenburg  ---
There was another report I can't find ATM that was the same - I can't reproduce
here.

-- 
You are receiving this mail because:
You are watching all bug changes.