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

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stefan.bruens@rwth-aachen.d
                   |                            |e
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED

--- Comment #5 from Nate Graham <n...@kde.org> ---
I can reproduce this crash 100% by running `balooctl clear
"/home/nate/SpiderOak Hive/Software/KDE/Moving back to Linux.txt"`.

I was trying to un-index that file because baloo_file_extractor is crashing
trying to index it! So it crashes trying to remove it too. :)


The backtrace is pretty much the same:

#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#1  0x00007ffff7489539 in __GI_abort () at abort.c:79
#2  0x00007ffff734e214 in mdb_assert_fail.constprop.0 (env=0x55555559f770, 
    expr_txt=expr_txt@entry=0x7ffff734f5f0 "rc == 0", 
    func=func@entry=0x7ffff734f918 <__func__.16> "mdb_page_dirty", 
    line=line@entry=2127, file=0x7ffff734f987 "mdb.c") at mdb.c:1542
#3  0x00007ffff7341f15 in mdb_page_dirty (txn=<optimized out>, 
    txn=<optimized out>, mp=<optimized out>) at mdb.c:2114
#4  mdb_page_dirty (txn=0x5555555a0b30, mp=<optimized out>) at mdb.c:2114
#5  0x00007ffff734b4f6 in mdb_page_alloc.isra.0 (num=num@entry=1, 
    mp=mp@entry=0x7fffffffcb48, mc=<optimized out>, mc=<optimized out>)
    at mdb.c:2308
#6  0x00007ffff73428f3 in mdb_page_touch (mc=mc@entry=0x7fffffffcfd0)
    at mdb.c:2495
#7  0x00007ffff734473c in mdb_cursor_touch (mc=mc@entry=0x7fffffffcfd0)
    at mdb.c:6523
#8  0x00007ffff7348a99 in mdb_cursor_del (flags=32, mc=0x7fffffffcfd0)
    at mdb.c:7081
#9  mdb_cursor_del (mc=mc@entry=0x7fffffffcfd0, flags=flags@entry=32)
    at mdb.c:7063
#10 0x00007ffff734a343 in mdb_del0 (txn=0x5555555a0b30, dbi=<optimized out>, 
    key=key@entry=0x7fffffffd3c0, data=0x0, flags=32, flags@entry=0)
    at mdb.c:8571
#11 0x00007ffff734a3ba in mdb_del (txn=<optimized out>, dbi=<optimized out>, 
    key=key@entry=0x7fffffffd3c0, data=<optimized out>, data@entry=0x0)
    at mdb.c:8531
#12 0x00007ffff7f4b863 in Baloo::DocumentDB::del (this=<optimized out>, 
    docId=<optimized out>)
    at /usr/src/debug/baloo5-5.73.0-1.2.x86_64/src/engine/documentdb.cpp:118
#13 0x00007ffff7f62a82 in Baloo::WriteTransaction::removeDocument (
    this=0x7fffec014520, id=109231283309183748)
    at
/usr/src/debug/baloo5-5.73.0-1.2.x86_64/src/engine/writetransaction.cpp:128
#14 0x000055555555e2ec in main (argc=<optimized out>, argv=<optimized out>)
    at /usr/src/debug/baloo5-5.73.0-1.2.x86_64/src/tools/balooctl/main.cpp:273

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

Reply via email to