[konsole] [Bug 436916] Konsole Crashes When Zooming in Amp Editor

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Tue Jun 22 12:43:14 BST 2021


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

--- Comment #5 from ninjalj at gmail.com ---
A warning:

(gdb) b HistoryFile.cpp:164
Breakpoint 2 at 0x7ffff7e0e9ec: file
/home/lj/src/term/konsole/src/history/HistoryFile.cpp, line 164.
(gdb) c
Continuing.
getHist(...,1,3630): invalid args.

Thread 1 "konsole" hit Breakpoint 2, Konsole::HistoryFile::get
(this=0x555556184218, buffer=0x7fffffffc557 "", size=1, loc=3630) at
/home/lj/src/term/konsole/src/history/HistoryFile.cpp:164
164             return;
(gdb) bt
#0  Konsole::HistoryFile::get (this=0x555556184218, buffer=0x7fffffffc557 "",
size=1, loc=3630) at /home/lj/src/term/konsole/src/history/HistoryFile.cpp:164
#1  0x00007ffff7e0f590 in Konsole::HistoryScrollFile::getLineProperty
(this=0x5555561841a0, lineno=3630) at
/home/lj/src/term/konsole/src/history/HistoryScrollFile.cpp:55
#2  0x00007ffff7e0f50d in Konsole::HistoryScrollFile::isWrappedLine
(this=0x5555561841a0, lineno=3630) at
/home/lj/src/term/konsole/src/history/HistoryScrollFile.cpp:48
#3  0x00007ffff7e0fa0f in Konsole::HistoryScrollFile::reflowLines
(this=0x5555561841a0, columns=110) at
/home/lj/src/term/konsole/src/history/HistoryScrollFile.cpp:130
#4  0x00007ffff7dcf998 in Konsole::Screen::resizeImage (this=0x5555559bb110,
new_lines=19, new_columns=110) at /home/lj/src/term/konsole/src/Screen.cpp:448
#5  0x00007ffff7db5f18 in Konsole::Emulation::setImageSize
(this=0x555555dbfbc0, lines=19, columns=110) at
/home/lj/src/term/konsole/src/Emulation.cpp:314
#6  0x00007ffff7e88983 in Konsole::Session::updateTerminalSize
(this=0x55555591f550) at /home/lj/src/term/konsole/src/session/Session.cpp:757
#7  0x00007ffff7e887ca in Konsole::Session::onViewSizeChange
(this=0x55555591f550) at /home/lj/src/term/konsole/src/session/Session.cpp:730
[...]

(gdb) p size
$6 = 1
(gdb) p loc
$7 = 3630
(gdb) p _length
$8 = 3630

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


More information about the konsole-devel mailing list