https://bugs.kde.org/show_bug.cgi?id=358253
Bug ID: 358253
Summary: KXMLGUI::ActionList::plug() log warning "Index xx is
not within range (0 - yy" confuses
Product: frameworks-kxmlgui
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Since kdelibs4 times there is some log output from KXMLGUI which hints
something is wrong, but no actual problem could be seen in the UI.
Given this warning is created with qWarning(), it is always shown on the
console log. Which is not perfect (and also obviously never resulted in anyone
fixing this ;) ).
So either the warning is silenced, or the root of the problem warned about
finally handled.
The warning is from KXMLGUI::ActionList::plug() in kxmlguifactory_p.cpp. It is
referenced at least in these bugs:
https://bugs.kde.org/show_bug.cgi?id=304204
https://bugs.kde.org/show_bug.cgi?id=315006 (log appears once a file is loaded)
No time to dive in myself ATM, so noting here for now, perhaps someone else
wants to jump into the xmlgui water already and see what triggers that unwanted
situation.
To reproduce start Okteta with
QT_LOGGING_RULES="kf5.*=true" okteta
and load a file.
Reproducible: Always
--
You are receiving this mail because:
You are watching all bug changes.