https://bugs.kde.org/show_bug.cgi?id=356206
Bug ID: 356206
Summary: baloo will assert when searchString is empty.
Product: Baloo
Version: 5.9.90
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: General
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
When search string is empty, query.d->m_term.value() will be invalid, which is
actually a valid case.
Reproducible: Always
Steps to Reproduce:
1. build baloo with debug
2. run baloosearch ""
3. assertion happens.
ASSERT: "term.value().isValid()" in file src/lib/searchstore.cpp, line 178
Actual Results:
assertion happens
Expected Results:
no assertion happens
--
You are receiving this mail because:
You are watching all bug changes.