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

--- Comment #1 from Nicolas <nico...@hoeft.de> ---
Running `info locals` in xattrindexer shows:

```
(gdb) info locals 
fileName = {d = {d = 0x500000000, ptr = 0x42 <error: Cannot access memory at
address 0x42>, size = 0}}
mimetype = {d = {d = 0x7d42b800de40, ptr = 0x7d42b8000090 u"饀릡終", size = 1}}
job = {m_filePath = {d = {d = 0x0, ptr = 0x0, size = 8}}, m_mimetype = {d = {d
= 0x30, ptr = 0x7d82c48c59c0 u"", size = 138000686490088}}, 
  m_indexingLevel = (unknown: 0xc48c5a20), m_doc = {m_id =
14051766588270777600, m_parentId = 138000685094104, m_terms = {d = {d =
0xfffffffffffffeb0}}, 
    m_xattrTerms = {d = {d = 0x0}}, m_fileNameTerms = {d = {d = 0xf}}, m_url =
{d = {d = 0x7d82c48c5a60, 
    ptr = 0x7d82c9eef1d4 <doActivate<false>(QObject*, int, void**)+228>
"\204\300\017\204U\377\377\377I\213F`H\211E\210H\205\300\017\204+\002", size =
140729494273040}}, 
    m_contentIndexing = 83, m_mTime = 32130, m_cTime = 8, m_data = {d = {d =
0x7d42b80f9170, 
        ptr = 0x3c9d054d8 <error: Cannot access memory at address 0x3c9d054d8>,
size = 138000596753088}}}}
doc = {m_id = 0, m_parentId = 0, m_terms = {d = {d = 0x0}}, m_xattrTerms = {d =
{d = 0x770000007c}}, m_fileNameTerms = {d = {d = 0x5b0000006e}}, 
  m_url = {d = {d = 0x0, ptr = 0x5b80458d0 <error: Cannot access memory at
address 0x5b80458d0>, size = -280}}, m_contentIndexing = 66, m_mTime = 0, 
  m_cTime = 3087007792, m_data = {d = {d = 0x7d82c48c5a88, ptr = 0x7d82c48c5a88
"", size = 140729494273040}}}
filePath = @0x62e9c4392710: {d = {d = 0x7d82c001d570, ptr = 0x7d82c001d580
u"/home/nic/.vysor/", size = 17}}
__for_range = @0x62e9c45d33b0: {<QListSpecialMethods<QString>> =
{<QListSpecialMethodsBase<QString>> = {<No data fields>}, <No data fields>}, d
= {
    d = 0x62e9c4392700, ptr = 0x62e9c4392710, size = 1}}
__for_begin = <optimized out>
__for_end = <optimized out>
mimeDb = {d = 0x7d82ca057aa0
<_ZZN13QGlobalStaticIN14QtGlobalStatic6HolderIN12_GLOBAL__N_125Q_QGS_staticQMimeDatabaseEEEE8instanceEvE6holder.lto_priv.0>}
level = Baloo::BasicIndexingJob::MarkForContentIndexing
tr = {m_dbis = @0x7d82ca1555e8, m_txn = 0x62e9c41c4df0, m_env = 0x62e9c41d1690,
m_writeTrans = std::unique_ptr<Baloo::WriteTransaction> = {
    get() = 0x7d42b871d1e0}}
```

the file path `/home/nic/.vysor/` is suspicious, the program is (often) running
in the background. Maybe some kind of data race?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to