[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-04-04 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=432376 Martin Sandsmark changed: What|Removed |Added Severity|normal |grave Priority|NOR

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-04-03 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=432376 Alexander Potashev changed: What|Removed |Added CC||aspotas...@gmail.com -- You are receiving

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-15 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=432376 --- Comment #13 from Martin Sandsmark --- That doesn't print anything, for some reason. But it's fairly easy to build with asan and ubsan to get stacktraces to the usage of freed memory (and other invalid memory stuff), just add "include(ECMEnableSanit

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-03 Thread Carlos Alves
https://bugs.kde.org/show_bug.cgi?id=432376 --- Comment #12 from Carlos Alves --- (In reply to Martin Sandsmark from comment #10) > Not sure if I understood this, but I assume the problem on line 479 is the > _lineProperties[currentPos] passed to insert, not the insert itself. I. e. > _lineProper

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-03 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=432376 --- Comment #11 from Martin Sandsmark --- (In reply to Carlos Alves from comment #5) > How is it possible to keep the highlight? I don't know, my guess is your > konsole window image is not being updated the way it should somehow. As I said earlier, t

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-03 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=432376 --- Comment #10 from Martin Sandsmark --- (In reply to Carlos Alves from comment #4) > It does 'insert' in array size(), it is intended to, and it will never crash > because when it is size() the 'insert' will turn into 'append', it is in > 'QVarLengthA

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-02 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=432376 Kurt Hindenburg changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-02 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=432376 --- Comment #8 from Martin Sandsmark --- Never mind me, this is independent of selection. I just need to shrink the window after running my oneliner to crash konsole (assuming konsole is built with asan/ubsan, that is, otherwise you just get invisble r

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-02 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=432376 --- Comment #7 from Martin Sandsmark --- Just because I love ugly oneliners, run this: echo $(printf 'a%.0s' $(seq 1 $(($(stty size | cut -d\ -f2) - 1 Then double click the a's to select them, and then resize the terminal a couple of columns s

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-02 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=432376 --- Comment #6 from Martin Sandsmark --- Easiest way to reproduce is to select some text, and then resize the window small enough so that it has to rewrap/reflow the selected text (in one go, because resizing clears the selection, which I have been putt

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-01 Thread Carlos Alves
https://bugs.kde.org/show_bug.cgi?id=432376 --- Comment #5 from Carlos Alves --- Understanding how highlight selection is: the display array is not the same as the "memory" (screen+history vectors) it is a copy with window lines size of the scroll position you are in "memory". After copy informat

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432376 Nate Graham changed: What|Removed |Added Keywords||regression CC|

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-01 Thread Carlos Alves
https://bugs.kde.org/show_bug.cgi?id=432376 --- Comment #4 from Carlos Alves --- It does 'insert' in array size(), it is intended to, and it will never crash because when it is size() the 'insert' will turn into 'append', it is in 'QVarLengthArray' class documentation. Characters in konsole doesn

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-01 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=432376 Martin Sandsmark changed: What|Removed |Added CC||martin.sandsm...@kde.org -- You are receivi

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-01 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=432376 Martin Sandsmark changed: What|Removed |Added CC||cbc.al...@gmail.com -- You are receiving th

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-01 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=432376 --- Comment #3 from Martin Sandsmark --- just tried to build with asan and ubsan and it crashes immediately when it tries to reflow, assuming it is related: ==131591==ERROR: AddressSanitizer: heap-use-after-free on address 0x6082f520 at pc 0x7f38df

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-01 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=432376 --- Comment #2 from Martin Sandsmark --- Just to clarify the title: this is related to the new "reflowing" of the scroll history thing. -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 432376] Issues with reflow (links and highlighting)

2021-02-01 Thread Martin Sandsmark
https://bugs.kde.org/show_bug.cgi?id=432376 --- Comment #1 from Martin Sandsmark --- Created attachment 135350 --> https://bugs.kde.org/attachment.cgi?id=135350&action=edit double line height, also seems to randomly remove the text entirely sometimes -- You are receiving this mail because: Yo