Bug 510835 - slow browser
Summary: slow browser
Status: REPORTED
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: Baloo File Daemon (other bugs)
Version First Reported In: 5.115.0
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: baloo-bugs-null
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2025-10-20 17:09 UTC by Majed bain
Modified: 2025-10-28 19:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Majed bain 2025-10-20 17:09:09 UTC
Application: baloo_file_extractor (5.115.0)
 (Compiled from sources)
Qt Version: 5.15.13
Frameworks Version: 5.115.0
Operating System: Linux 6.14.0-33-generic x86_64
Windowing System: X11
Distribution: Winux 11.25.09.2
DrKonqi: 5.27.11 [KCrashBackend]

-- Information about the crash:
some sites become very slowly and proxy should be not on pleace help me  and  return everything to what it was.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Baloo File Extractor (baloo_file_extractor), signal: Bus error

[KCrash Handler]
#4  __memcpy_sse2_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:485
#5  0x00007fe570eb7138 in ?? () from /lib/x86_64-linux-gnu/libKF5BalooEngine.so.5
#6  0x00007fe570ead57e in Baloo::PostingDB::get(QByteArray const&) () from /lib/x86_64-linux-gnu/libKF5BalooEngine.so.5
#7  0x00007fe570eb9eea in Baloo::WriteTransaction::commit() () from /lib/x86_64-linux-gnu/libKF5BalooEngine.so.5
#8  0x00007fe570eafef1 in Baloo::Transaction::commit() () from /lib/x86_64-linux-gnu/libKF5BalooEngine.so.5
#9  0x00005894c0b0d15c in ?? ()
#10 0x00007fe5703171aa in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x00007fe57030624b in QObject::event(QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x00007fe5702d8118 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x00007fe5703345ab in QTimerInfoList::activateTimers() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x00007fe570334ed9 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x00007fe56ed145c5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#16 0x00007fe56ed73737 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x00007fe56ed13a63 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x00007fe570335279 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x00007fe5702d6a7b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x00007fe5702df3e8 in QCoreApplication::exec() () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x00005894c0b02f63 in ?? ()
#22 0x00007fe56f82a1ca in __libc_start_call_main (main=main@entry=0x5894c0b02280, argc=argc@entry=1, argv=argv@entry=0x7ffcdadc0788) at ../sysdeps/nptl/libc_start_call_main.h:58
#23 0x00007fe56f82a28b in __libc_start_main_impl (main=0x5894c0b02280, argc=1, argv=0x7ffcdadc0788, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffcdadc0778) at ../csu/libc-start.c:360
#24 0x00005894c0b03075 in ?? ()
[Inferior 1 (process 2082) detached]

Reported using DrKonqi
Comment 1 tagwerk19 2025-10-28 19:32:25 UTC
You don't say what browser.

You would not want Baloo to index temporary files, so if using Firefox and are indexing hidden files and folders, you should exclude the .cache and .mozilla folders.

You can follow what files Baloo is indexing if you run
    $ balooctl6 monitor

You say 'Compiled from sources', that's going to make it difficult to give any proper advice. However check whether Baloo is repeatedly crashing, that would certainly load the system and make browsing (or anything) slow. It might be that a single file is triggering the failure, Baloo is trying to indexing it and crashing, then trying again...