https://bugs.kde.org/show_bug.cgi?id=427945
--- Comment #28 from Fushan Wen <qydwhotm...@gmail.com> --- (In reply to Fushan Wen from comment #27) > I can only think of a possible cause: duplicate udi In solid/src/solid/devices/backends/udisks2/udisksblock.cpp ``` const QString udi = path + "/" + nodeElem.attribute("name"); ``` Could `nodeElem.attribute("name")` be an empty string? -- You are receiving this mail because: You are watching all bug changes.