[Konsole-devel] [konsole] [Bug 347715] Konsole (KF5) freezes trying to open http url with rpm package

Martin Sandsmark martin.sandsmark at kde.org
Thu Jun 25 19:39:53 UTC 2015


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

--- Comment #5 from Martin Sandsmark <martin.sandsmark at kde.org> ---
(In reply to Rex Dieter from comment #3)
> See related,
> https://git.reviewboard.kde.org/r/124132/

That's not a fix, that assumes that all links are HTML, please see my comment
on that review request and my earlier comment here. It basically disables
proper kio integration in Konsole, which is a pretty major regression.

But as I am unable to reproduce the hanging opening any kinds of links, can you
open a second terminal when konsole hangs, and do the following:

Run «gdb -p $(xprop _NET_WM_PID | cut -d' ' -f3)», click on the hanging Konsole
window, wait for GDB to load, and then type «thread apply all bt» and hit
enter, and copy the output and paste it here (or put it in a text file and add
as an attachment).

Alternatively, if gdb complains about «operation not permitted», run «xprop
_NET_WM_PID | cut -d' ' -f3» as your normal user, click on the window, note the
number it prints out, and then as root run «gdb -p PID» (where PID is the
number from the earlier command), and then «thread apply all bt» and hit enter
and paste/attach the output here.

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


More information about the konsole-devel mailing list