Bug#1120915: dolphin: After today update dolphin behavior is broken : cannot enter directories
On 11/18/25 14:09, Eric Valette wrote:
On 11/18/25 14:03, Eric Valette wrote:
On 11/18/25 13:50, Sune Stolborg Vuorela wrote:
Hope this helps. Do not hesitate to ask for more debug. I did not use
gdb for long time but as an ex embedded os developper I'm quite
familiar to it.
readding https://doc.qt.io/qt-6/qstorageinfo.html I suspect and the
QString QStorageInfo::rootPath() const is quite interesting.
Thread 20 "KIO::WorkerThre" hit Breakpoint 1.2,
QStorageInfo::QStorageInfo (this=<optimized out>, this=<optimized out>)
at ./src/corelib/io/qstorageinfo.cpp:58
58 QStorageInfo::QStorageInfo()
(gdb) c
Continuing.
Thread 20 "KIO::WorkerThre" hit Breakpoint 2.1, QStorageInfo::setPath
(this=0x7fffaf680508, path=...)
at ./src/corelib/io/qstorageinfo.cpp:133
133 {
(gdb) list
128 within that filesystem.
129
130 \sa rootPath()
131 */
132 void QStorageInfo::setPath(const QString &path)
133 {
134 if (d->rootPath == path)
135 return;
136 d.detach();
137 d->rootPath = path;
(gdb) p path
$2 = (const QString &) @0x7fffaf680530: {d = {d = 0x7fffa80075f0, ptr =
0x7fffa8007600 u"/multimedia", size = 12},
static _empty = 0 u'\000'}
(gdb)
one find /multimedia and a size of 12 which include the null?
--
Eric Valette
Reply to: