[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2024-08-25 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=405284

Christoph Cullmann  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||christ...@cullmann.io
 Resolution|--- |DUPLICATE

--- Comment #22 from Christoph Cullmann  ---
We try to not delete the lock file now, perhaps this was just the result of a
race condition because of the old lock file deletion.

*** This bug has been marked as a duplicate of bug 389848 ***

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2023-08-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405284

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |VHI

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2023-08-13 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=405284

Nicolas Fella  changed:

   What|Removed |Added

 CC||dcgo...@gmail.com

--- Comment #21 from Nicolas Fella  ---
*** Bug 472540 has been marked as a duplicate of this bug. ***

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2023-08-13 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=405284

Nicolas Fella  changed:

   What|Removed |Added

 CC||phi...@hotmail.com

--- Comment #20 from Nicolas Fella  ---
*** Bug 467769 has been marked as a duplicate of this bug. ***

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2023-08-13 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=405284

Nicolas Fella  changed:

   What|Removed |Added

 CC||rob...@rrbrussell.com

--- Comment #19 from Nicolas Fella  ---
*** Bug 468766 has been marked as a duplicate of this bug. ***

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2022-06-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405284

--- Comment #18 from scripp...@tutanota.com ---
(In reply to tagwerk19 from comment #16)
> (In reply to scripptor from comment #14)
> > SOFTWARE/OS VERSIONS
> > Linux/KDE Plasma: openSuse Tumbleweed 20220613
> (In reply to Martin Schnitkemper from comment #15)
> > Operating System is Arch Linux ...
> It's possible that the issue is the filesystem rather than (directly) the
> distibution.
> 
> Are you using Tumbleweed with BTRFS (with multiple subvols)? If so have a
> look at:
> https://bugs.kde.org/show_bug.cgi?id=402154#c12
> and check whether you are seeing the "Device" number changing. This can make
> the index 'baloon' in size on disc and in memory, maybe to the point baloo
> fails.
> 
> OpenSUSE/Tumbleweed, I think does use BTRFS. Arch, I've seen people report
> both ext4 and BTRFS

A little addendum here:
I read the post you referenced and tried whether baloo would show me a
different id for the test-file I created as well as using baloosearch to find
the content. I did 3 reboots, but until now the id didn't change as well as
baloosearch is showing me only 1 entry (the commands I used were directly
copy-pasted from the post).

So it doesn't seem to be related in that case (for now).

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2022-06-19 Thread Martin Schnitkemper
https://bugs.kde.org/show_bug.cgi?id=405284

Martin Schnitkemper  changed:

   What|Removed |Added

 CC|martin.schnitkemper@nexgo.d |
   |e   |

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2022-06-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405284

--- Comment #17 from scripp...@tutanota.com ---
(In reply to tagwerk19 from comment #16)
> (In reply to scripptor from comment #14)
> > SOFTWARE/OS VERSIONS
> > Linux/KDE Plasma: openSuse Tumbleweed 20220613
> (In reply to Martin Schnitkemper from comment #15)
> > Operating System is Arch Linux ...
> It's possible that the issue is the filesystem rather than (directly) the
> distibution.
> 
> Are you using Tumbleweed with BTRFS (with multiple subvols)? If so have a
> look at:
> https://bugs.kde.org/show_bug.cgi?id=402154#c12
> and check whether you are seeing the "Device" number changing. This can make
> the index 'baloon' in size on disc and in memory, maybe to the point baloo
> fails.
> 
> OpenSUSE/Tumbleweed, I think does use BTRFS. Arch, I've seen people report
> both ext4 and BTRFS

Thanks for the hints.
Yes, I'm currently using BTRFS, although I don't notice any high CPU usage
related to baloo when starting the system (probably caused when indexing).
My current fix was to purge the baloo database and reindex everything again.
The index is currently only a few 100 mb in size, but I can not rule out, that
it wasn't that way before (when I experienced the issue).
I will observe the future behavior, maybe that was only a "one-time" bug.
Thanks again for the references.

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2022-06-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405284

--- Comment #16 from tagwer...@innerjoin.org ---
(In reply to scripptor from comment #14)
> SOFTWARE/OS VERSIONS
> Linux/KDE Plasma: openSuse Tumbleweed 20220613
(In reply to Martin Schnitkemper from comment #15)
> Operating System is Arch Linux ...
It's possible that the issue is the filesystem rather than (directly) the
distibution.

Are you using Tumbleweed with BTRFS (with multiple subvols)? If so have a look
at:
https://bugs.kde.org/show_bug.cgi?id=402154#c12
and check whether you are seeing the "Device" number changing. This can make
the index 'baloon' in size on disc and in memory, maybe to the point baloo
fails.

OpenSUSE/Tumbleweed, I think does use BTRFS. Arch, I've seen people report both
ext4 and BTRFS

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2022-06-19 Thread Martin Schnitkemper
https://bugs.kde.org/show_bug.cgi?id=405284

--- Comment #15 from Martin Schnitkemper  ---
(In reply to scripptor from comment #14)
> Possibly a regression, in framework version 5.94.0.
We are meanwhile on KDE Frameworks Version 5.95.0. 

I was for weeks on version 5.94 and I cannot confirm any issues with baloo. 
Since today I am on KDE Plasma Version 5.25.0 and
KDE Frameworks Version 5.95.0 on two systems and it still works without
problems: Create and delete file & folders or purge and recreate the database
runs without any crashes. Operating System is Arch Linux.

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2022-06-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405284

tagwer...@innerjoin.org changed:

   What|Removed |Added

 CC||tagwer...@innerjoin.org

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2022-06-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405284

scripp...@tutanota.com changed:

   What|Removed |Added

 CC||scripp...@tutanota.com

--- Comment #14 from scripp...@tutanota.com ---
(In reply to Martin Schnitkemper from comment #13)
> It seems to work now after the latest upgrade to KDE Frameworks 5.79.0; it
> does no more crash after creating or deleting a folder.
> 
> On one system it was necessary to purge the database and create the index
> again, since it crashed always on startup.

Possibly a regression, in framework version 5.94.0.

Details:

SUMMARY
baloo_file_extractor frequently crashes producing the "same" crashlog. 
One backtrace is attached. 

STEPS TO REPRODUCE
Unknown.
It might be related to my latest install of the
gnome-session-wayland/pattern-gnome opensuse pattern.

OBSERVED RESULT
Dr. Konqi is reporting a crash. 

EXPECTED RESULT
No crash.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSuse Tumbleweed 20220613
KDE Plasma Version: 5.25.0
KDE Frameworks Version: 5.94.0
Qt Version: 5.15.2

CRASH LOG

Application: baloo_file_extractor (baloo_file_extractor), signal: Aborted
Content of s_kcrashErrorMessage: std::unique_ptr = {get() = }
[KCrash Handler]
#6  __pthread_kill_implementation (threadid=,
signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#7  0x7fe75e3d4733 in __pthread_kill_internal (signo=6, threadid=) at pthread_kill.c:78
#8  0x7fe75e3816f6 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#9  0x7fe75e36a814 in __GI_abort () at abort.c:79
#10 0x7fe75dfc8263 in mdb_assert_fail.constprop.0 (env=0x561b6e2728d0,
expr_txt=, func=, line=,
file=0x7fe75dfc99b0 "mdb.c") at
/usr/src/debug/lmdb-0.9.29-1.6.x86_64/libraries/liblmdb/mdb.c:1545
#11 0x7fe75dfba7f5 in mdb_page_dirty (txn=, mp=) at /usr/src/debug/lmdb-0.9.29-1.6.x86_64/libraries/liblmdb/mdb.c:2117
#12 mdb_page_dirty (txn=0x561b6e2787a0, mp=) at
/usr/src/debug/lmdb-0.9.29-1.6.x86_64/libraries/liblmdb/mdb.c:2117
#13 0x7fe75dfc54e6 in mdb_page_alloc.isra.0 (num=,
mp=0x7ffdf28ebf58, mc=) at
/usr/src/debug/lmdb-0.9.29-1.6.x86_64/libraries/liblmdb/mdb.c:2311
#14 0x7fe75dfbc94b in mdb_page_touch (mc=mc@entry=0x7ffdf28ec3e0) at
/usr/src/debug/lmdb-0.9.29-1.6.x86_64/libraries/liblmdb/mdb.c:2431
#15 0x7fe75dfbe6b7 in mdb_cursor_touch (mc=mc@entry=0x7ffdf28ec3e0) at
/usr/src/debug/lmdb-0.9.29-1.6.x86_64/libraries/liblmdb/mdb.c:6536
#16 0x7fe75dfc2709 in mdb_cursor_del (flags=32, mc=0x7ffdf28ec3e0) at
/usr/src/debug/lmdb-0.9.29-1.6.x86_64/libraries/liblmdb/mdb.c:7094
#17 mdb_cursor_del (mc=mc@entry=0x7ffdf28ec3e0, flags=flags@entry=32) at
/usr/src/debug/lmdb-0.9.29-1.6.x86_64/libraries/liblmdb/mdb.c:7076
#18 0x7fe75dfc3f34 in mdb_del0 (txn=0x561b6e2787a0, dbi=,
key=0x7ffdf28ec7d0, data=, flags=32) at
/usr/src/debug/lmdb-0.9.29-1.6.x86_64/libraries/liblmdb/mdb.c:8594
#19 0x7fe75f4918f2 in Baloo::DocumentDB::del(unsigned long long) () from
/lib64/libKF5BalooEngine.so.5
#20 0x7fe75f4a94fc in Baloo::WriteTransaction::removeDocument(unsigned long
long) () from /lib64/libKF5BalooEngine.so.5
#21 0x561b6de2da0d in ?? ()
#22 0x561b6de2efcc in ?? ()
#23 0x7fe75ea9fca2 in QtPrivate::QSlotObjectBase::call (a=0x7ffdf28ece10,
r=, this=) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#24 QSingleShotTimer::timerEvent (this=0x561b6e240d50) at kernel/qtimer.cpp:320
#25 0x7fe75ea9047d in QObject::event (this=0x561b6e240d50,
e=0x7ffdf28ecf20) at kernel/qobject.cpp:1336
#26 0x7fe75ea64988 in QCoreApplication::notifyInternal2
(receiver=0x561b6e240d50, event=0x7ffdf28ecf20) at
kernel/qcoreapplication.cpp:1064
#27 0x7fe75eabb9a1 in QTimerInfoList::activateTimers (this=0x561b6e21c090)
at kernel/qtimerinfo_unix.cpp:643
#28 0x7fe75eabc234 in timerSourceDispatch (source=) at
kernel/qeventdispatcher_glib.cpp:183
#29 0x7fe75d3bdea0 in g_main_dispatch (context=0x561b6e219910) at
../glib/gmain.c:3417
#30 g_main_context_dispatch (context=0x561b6e219910) at ../glib/gmain.c:4135
#31 0x7fe75d3be258 in g_main_context_iterate
(context=context@entry=0x561b6e219910, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at ../glib/gmain.c:4211
#32 0x7fe75d3be2ec in g_main_context_iteration (context=0x561b6e219910,
may_block=1) at ../glib/gmain.c:4276
#33 0x7fe75eabc5a6 in QEventDispatcherGlib::processEvents
(this=0x561b6e215940, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#34 0x7fe75ea633fb in QEventLoop::exec (this=this@entry=0x7ffdf28ed160,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:69
#35 0x7fe75ea6b566 in QCoreApplication::exec () at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#36 0x561b6de24d85 in ?? ()
#37 0x7fe75e36b5b0 in __libc_start_call_main
(main=main@entry=0x561b6de24130, argc=argc@entry=1,
argv=argv@entr

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2021-02-23 Thread Martin Schnitkemper
https://bugs.kde.org/show_bug.cgi?id=405284

--- Comment #13 from Martin Schnitkemper  ---
It seems to work now after the latest upgrade to KDE Frameworks 5.79.0; it does
no more crash after creating or deleting a folder.

On one system it was necessary to purge the database and create the index
again, since it crashed always on startup.

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2021-01-11 Thread Martin Schnitkemper
https://bugs.kde.org/show_bug.cgi?id=405284

--- Comment #12 from Martin Schnitkemper  ---
Same issue here, it happen reproducable after creating or deleting a directory.

Application: baloo_file (baloo_file), signal: Aborted

[KCrash Handler]
#4  0x7fdc0efdb615 in raise () from /usr/lib/libc.so.6
#5  0x7fdc0efc4862 in abort () from /usr/lib/libc.so.6
#6  0x7fdc0f51a9ac in QMessageLogger::fatal(char const*, ...) const () from
/usr/lib/libQt5Core.so.5
#7  0x7fdc0f519d59 in qt_assert(char const*, char const*, int) () from
/usr/lib/libQt5Core.so.5
#8  0x56117dc047d5 in Baloo::FileWatch::slotFileDeleted
(this=0x7ffce4fa9440, urlString=..., isDir=) at
/usr/src/debug/baloo-5.78.0/src/file/filewatch.cpp:100
#9  0x7fdc0f776dd6 in ?? () from /usr/lib/libQt5Core.so.5
#10 0x56117dc229a2 in KInotify::deleted (_t2=true, _t1=...,
this=0x56117e473980) at
/usr/src/debug/build/src/file/baloofilecommon_autogen/include/moc_kinotify.cpp:334
#11 KInotify::slotEvent (this=0x56117e473980, socket=) at
/usr/src/debug/baloo-5.78.0/src/file/kinotify.cpp:395
#12 0x7fdc0f776dd6 in ?? () from /usr/lib/libQt5Core.so.5
#13 0x7fdc0f77a340 in QSocketNotifier::activated(QSocketDescriptor,
QSocketNotifier::Type, QSocketNotifier::QPrivateSignal) () from
/usr/lib/libQt5Core.so.5
#14 0x7fdc0f77ab4d in QSocketNotifier::event(QEvent*) () from
/usr/lib/libQt5Core.so.5
#15 0x7fdc0f73fa50 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#16 0x7fdc0f7992f6 in ?? () from /usr/lib/libQt5Core.so.5
#17 0x7fdc0dcdaa84 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#18 0x7fdc0dd2e9b1 in ?? () from /usr/lib/libglib-2.0.so.0
#19 0x7fdc0dcd92b1 in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#20 0x7fdc0f7986e1 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#21 0x7fdc0f73e3fc in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#22 0x7fdc0f746894 in QCoreApplication::exec() () from
/usr/lib/libQt5Core.so.5
#23 0x56117dc04e8d in main (argc=, argv=0x7ffce4fa93b0) at
/usr/src/debug/baloo-5.78.0/src/file/main.cpp:78
[Inferior 1 (process 8573) detached]

Operating System: Arch Linux
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2
Kernel Version: 5.10.6-arch1-1

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2021-01-11 Thread Martin Schnitkemper
https://bugs.kde.org/show_bug.cgi?id=405284

Martin Schnitkemper  changed:

   What|Removed |Added

 CC||martin.schnitkemper@nexgo.d
   ||e

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2021-01-05 Thread Aaron Williams
https://bugs.kde.org/show_bug.cgi?id=405284

--- Comment #11 from Aaron Williams  ---
I am seeing this same crash:

#0  0x7f97d31b66db in __GI___poll (fds=fds@entry=0x7ffd4647c4b8,
nfds=nfds@entry=1, 
timeout=timeout@entry=1000) at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f97d4dd7f50 in poll (__timeout=1000, __nfds=1, __fds=0x7ffd4647c4b8)
at /usr/include/bits/poll2.h:46
#2  pollDrKonqiSocket (sockfd=3, pid=112635)
at /usr/src/debug/kcrash-5.77.0-lp152.212.1.x86_64/src/kcrash.cpp:802
#3  KCrash::startProcess (argc=argc@entry=15, argv=argv@entry=0x7ffd4647c5a0, 
waitAndExit=waitAndExit@entry=true)
at /usr/src/debug/kcrash-5.77.0-lp152.212.1.x86_64/src/kcrash.cpp:663
#4  0x7f97d4dd8725 in KCrash::defaultCrashHandler (sig=6)
at /usr/src/debug/kcrash-5.77.0-lp152.212.1.x86_64/src/kcrash.cpp:545
#5  
#6  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#7  0x7f97d30ffb01 in __GI_abort () at abort.c:79
#8  0x7f97d3141957 in __libc_message (action=action@entry=(do_abort |
do_backtrace), 
fmt=fmt@entry=0x7f97d324abd0 "*** Error in `%s': %s: 0x%s ***\n") at
../sysdeps/posix/libc_fatal.c:181
#9  0x7f97d3148173 in malloc_printerr (action=, 
str=0x7f97d3247692 "realloc(): invalid pointer", ptr=,
ar_ptr=)
at malloc.c:5428
#10 0x7f97d314cc24 in realloc_check (oldmem=0x7f57c3294010, bytes=2097152,
caller=)
at hooks.c:353
#11 0x7f97d222a295 in mdb_midl_grow (idp=idp@entry=0x55e145cda4f8,
num=num@entry=131071) at midl.c:134
#12 0x7f97d222a554 in mdb_midl_append_range (idp=idp@entry=0x55e145cda4f8,
id=id@entry=373460, 
n=n@entry=1) at midl.c:189
#13 0x7f97d222094c in mdb_ovpage_free (mp=, mc=, mc=)
at mdb.c:5548
#14 0x7f97d22281ae in mdb_cursor_del (mc=0x7ffd4647d440, flags=) at mdb.c:6942
#15 0x7f97d2228d95 in mdb_freelist_save (txn=0x55e145cda4d0) at mdb.c:3105
#16 mdb_txn_commit (txn=0x55e145cda4d0) at mdb.c:3592
#17 0x7f97d5005923 in Baloo::Transaction::commit (this=0x55e14b5c73a0)
at
/usr/src/debug/baloo5-5.77.0-lp152.250.1.x86_64/src/engine/transaction.cpp:276
#18 0x55e144f9b50c in Baloo::App::processNextFile (this=0x7ffd4647db30)
at
/usr/src/debug/baloo5-5.77.0-lp152.250.1.x86_64/src/file/extractor/app.cpp:123
#19 0x7f97d3b717d4 in QtPrivate::QSlotObjectBase::call (a=0x7ffd4647d710,
r=, 
this=) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#20 QSingleShotTimer::timerEvent (this=0x55e148785b40) at kernel/qtimer.cpp:320
#21 0x7f97d3b635a3 in QObject::event (this=0x55e148785b40,
e=0x7ffd4647d840) at kernel/qobject.cpp:1336
#22 0x7f97d3b2f443 in QCoreApplication::notifyInternal2
(receiver=0x55e148785b40, event=0x7ffd4647d840)
at kernel/qcoreapplication.cpp:1063
#23 0x7f97d3b91059 in QTimerInfoList::activateTimers (this=0x55e145c10b10)
at kernel/qtimerinfo_unix.cpp:643
#24 0x7f97d3b91859 in timerSourceDispatch (source=)
at kernel/qeventdispatcher_glib.cpp:183
#25 idleTimerSourceDispatch (source=) at
kernel/qeventdispatcher_glib.cpp:230
#26 0x7f97cf2994a4 in g_main_dispatch (context=0x55e145b039c0) at
../glib/gmain.c:3216
#27 g_main_context_dispatch (context=context@entry=0x55e145b039c0) at
../glib/gmain.c:3881
#28 0x7f97cf299840 in g_main_context_iterate
(context=context@entry=0x55e145b039c0, 
--Type  for more, q to quit, c to continue without paging--
block=block@entry=1, dispatch=dispatch@entry=1, self=) at
../glib/gmain.c:3954
#29 0x7f97cf2998cc in g_main_context_iteration (context=0x55e145b039c0,
may_block=may_block@entry=1)
at ../glib/gmain.c:4015
#30 0x7f97d3b91bcc in QEventDispatcherGlib::processEvents
(this=0x55e145ae6c30, flags=...)
at kernel/qeventdispatcher_glib.cpp:423
#31 0x7f97d3b2dcca in QEventLoop::exec (this=this@entry=0x7ffd4647da90,
flags=..., flags@entry=...)
at kernel/qeventloop.cpp:232
#32 0x7f97d3b374c7 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:1371
#33 0x7f97d4179e2c in QGuiApplication::exec () at
kernel/qguiapplication.cpp:1867
#34 0x55e144f993f5 in main (argc=, argv=)
at
/usr/src/debug/baloo5-5.77.0-lp152.250.1.x86_64/src/file/extractor/main.cpp:37

#10 0x7f97d314cc24 in realloc_check (oldmem=0x7f57c3294010, bytes=2097152,
caller=)
at hooks.c:353
353   malloc_printerr (check_action, "realloc(): invalid pointer",
oldmem,
(gdb) up
#11 0x7f97d222a295 in mdb_midl_grow (idp=idp@entry=0x55e145cda4f8,
num=num@entry=131071) at midl.c:134
134 idn = realloc(idn, (*idn + num + 2) * sizeof(MDB_ID));
(gdb) list
129
130 static int mdb_midl_grow( MDB_IDL *idp, int num )
131 {
132 MDB_IDL idn = *idp-1;
133 /* grow it */
134 idn = realloc(idn, (*idn + num + 2) * sizeof(MDB_ID));
135 if (!idn)
136 return ENOMEM;
137 *idn++ += num;
138 *idp = idn;
(gdb) p num
$1 = 131071
(gdb) p idn
$2 = 
(gdb) p *idn
value has been optimi

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2021-01-05 Thread Aaron Williams
https://bugs.kde.org/show_bug.cgi?id=405284

Aaron Williams  changed:

   What|Removed |Added

 CC||aar...@doofus.org

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2020-11-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405284

Nate Graham  changed:

   What|Removed |Added

 CC||avinashrocks1...@gmail.com

--- Comment #10 from Nate Graham  ---
*** Bug 429387 has been marked as a duplicate of this bug. ***

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2020-11-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405284

--- Comment #9 from Nate Graham  ---
*** Bug 428943 has been marked as a duplicate of this bug. ***

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

[frameworks-baloo] [Bug 405284] baloo_file_extractor crashes in Baloo::DocumentDB::del() / mdb_cursor_del()

2020-10-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405284

Nate Graham  changed:

   What|Removed |Added

Summary|baloo_file_extractor|baloo_file_extractor
   |crashes in  |crashes in
   |Baloo::DocumentDB::del()|Baloo::DocumentDB::del() /
   ||mdb_cursor_del()

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