[konsole] [Bug 452593] The get new button in konsole shows behind the whole app and can't be interacted with searching does nothing

Wojciech Janota bugzilla_noreply at kde.org
Thu Apr 21 21:07:19 BST 2022


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

--- Comment #2 from Wojciech Janota <wojciech at janota.ovh> ---
(In reply to Wojciech Janota from comment #1)
> I can confirm that happens on my 2 Arch Linux boxes with latest versions
> available in Arch repos

This is the error Konsole gives when built from source (master branch):

file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/OverlaySheet.qml:219:38:
QML FocusScope: Binding loop detected for property "contentItemMaximumWidth"
QCoreApplication::postEvent: Unexpected null receiver
file:///usr/lib/qt/qml/org/kde/kirigami.2/ApplicationItem.qml:151:9: QML
Shortcut: Shortcut: Only binding to one of multiple key bindings associated
with 13. Use 'sequences: [ <key> ]' to bind to all of them.
file:///usr/lib/qt/qml/org/kde/kirigami.2/ApplicationItem.qml:147:9: QML
Shortcut: Shortcut: Only binding to one of multiple key bindings associated
with 14. Use 'sequences: [ <key> ]' to bind to all of them.
file:///usr/lib/qt/qml/org/kde/kirigami.2/AbstractApplicationItem.qml:93:
TypeError: Cannot read property 'position' of null
file:///usr/lib/qt/qml/org/kde/kirigami.2/AbstractApplicationItem.qml:92:
TypeError: Cannot read property 'background' of null

When ran with valgrind it shows that something is referring to uninitialized
memory:

==62328==    at 0x7321E6F: ioctl (in /usr/lib/libc.so.6)
==62328==    by 0x49BAD99: Konsole::Pty::setWindowSize(int, int) (Pty.cpp:97)
==62328==    by 0x49BAA04: Konsole::Pty::init() (Pty.cpp:52)
==62328==    by 0x49BA948: Konsole::Pty::Pty(QObject*) (Pty.cpp:37)
==62328==    by 0x4A94512: Konsole::Session::openTeletype(int, bool)
(Session.cpp:165)
==62328==    by 0x4A9409D: Konsole::Session::Session(QObject*)
(Session.cpp:134)
==62328==    by 0x4ABE029:
Konsole::SessionManager::createSession(QExplicitlySharedDataPointer<Konsole::Profile>)
(SessionManager.cpp:103)
==62328==    by 0x49DEB95:
Konsole::ViewManager::createSession(QExplicitlySharedDataPointer<Konsole::Profile>
const&, QString const&) (ViewManager.cpp:493)
==62328==    by 0x488809F:
Konsole::MainWindow::createSession(QExplicitlySharedDataPointer<Konsole::Profile>,
QString const&) (MainWindow.cpp:504)
==62328==    by 0x4879E8D: Konsole::Application::newInstance()
(Application.cpp:191)
==62328==    by 0x10E94A: main (main.cpp:228)
==62328==  Address 0x1ffefff6d4 is on thread 1's stack
==62328==  in frame #1, created by Konsole::Pty::setWindowSize(int, int)
(Pty.cpp:85)

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


More information about the konsole-devel mailing list