Carlosk465 Tux's lil' helper
Joined: 29 May 2022 Posts: 79
|
Posted: Sat Jan 25, 2025 9:47 pm Post subject: Ktorrent freezes and uses 100% of the processor |
|
|
For a while now I have not been able to use ktorrent, sometimes it opens and other times it doesn't, but it always freezes and consumes 100% of a core, I have been trying to find out where the problem occurs but I can't find it, with gdb and ctrl+c I get this:
Code: | 0x00007ffff56b4877 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () from /usr/lib/gcc/x86_64-pc-linux-gnu/14/libstdc++.so.6
(gdb) bt
#0 0x00007ffff56b4877 in std::_Rb_tree_increment(std::_Rb_tree_node_base const*) () at /usr/lib/gcc/x86_64-pc-linux-gnu/14/libstdc++.so.6
#1 0x00007ffff7680af5 in ??? () at /usr/lib64/libKF6KIOCore.so.6
#2 0x00007ffff76810be in ??? () at /usr/lib64/libKF6KIOCore.so.6
#3 0x00007ffff5b60b1d in ??? () at /usr/lib64/libQt6Core.so.6
#4 0x00007ffff5b18f3e in QTimer::timeout(QTimer::QPrivateSignal) () at /usr/lib64/libQt6Core.so.6
#5 0x00007ffff5af85a9 in QObject::event(QEvent*) () at /usr/lib64/libQt6Core.so.6
#6 0x00007ffff6bc4c19 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib64/libQt6Widgets.so.6
#7 0x00007ffff5b7d658 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib64/libQt6Core.so.6
#8 0x00007ffff5a7b09a in QTimerInfoList::activateTimers() () at /usr/lib64/libQt6Core.so.6
#9 0x00007ffff592f371 in ??? () at /usr/lib64/libQt6Core.so.6
#10 0x00007ffff401654b in ??? () at /usr/lib64/libglib-2.0.so.0
#11 0x00007ffff4019947 in ??? () at /usr/lib64/libglib-2.0.so.0
#12 0x00007ffff4019fa0 in g_main_context_iteration () at /usr/lib64/libglib-2.0.so.0
#13 0x00007ffff592f543 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt6Core.so.6
#14 0x00007ffff5ba57cb in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt6Core.so.6
#15 0x00007ffff5ba5ab5 in QCoreApplication::exec() () at /usr/lib64/libQt6Core.so.6
#16 0x00005555555a2612 in ??? ()
#17 0x00007ffff53533ee in ??? () at /usr/lib64/libc.so.6
#18 0x00007ffff53534a9 in __libc_start_main () at /usr/lib64/libc.so.6
#19 0x00005555555a36f5 in ??? () |
I have tried with two versions, ktorrent 24.08.3 and 24.12.1, deleting the configuration files fixes the problem momentarily (it only lasts a little longer without freezing).
I don't know if it's related, but if I drag a window up to maximize it, it freezes everything, and I suppose the consumption increases as well because the fan starts to sound, it happens with X and Wayland.
I have qt6. _________________ Sorry for my way of writing, I try to ensure that the translator translates correctly and does not change the words. |
|