Crashed when trying to delete torrent through the UI (torrent status was checking resume data) #16451

Open
opened 2026-02-22 03:07:39 -05:00 by deekerman · 2 comments
Owner

Originally created by @Terafugia on GitHub (Dec 14, 2024).

qBittorrent & operating system versions

qBittorrent version: v5.0.2 (64-bit)
Operating system: Windows 11 Version 24H2 10.0.26100 x86_64
Qt version: 6.7.3
Libtorrent version: 2.0.11.0

What is the problem?

Caught signal: SIGSEGV

 0# boost::stacktrace::basic_stacktrace >::init at G:\QBITTORRENT\boost_1_86_0\boost\stacktrace\stacktrace.hpp:111
 1# getStacktrace at G:\QBITTORRENT\qbt-src-5.0.2\src\app\stacktrace.cpp:35
 2# `anonymous namespace'::abnormalExitHandler at G:\QBITTORRENT\qbt-src-5.0.2\src\app\signalhandler.cpp:103
 3# _seh_filter_exe at minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp:219
 4# `__scrt_common_main_seh'::`1'::filt$0 at D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:304
 5# __C_specific_handler at D:\a\_work\1\s\src\vctools\crt\vcruntime\src\eh\riscchandler.cpp:389
 6# _chkstk in ntdll
 7# RtlWow64GetCurrentCpuArea in ntdll
 8# KiUserExceptionDispatcher in ntdll
 9# libtorrent::file_storage::file_storage at G:\QBITTORRENT\libtorrent\src\file_storage.cpp:87
10# BitTorrent::TorrentImpl::actualFilePaths at G:\QBITTORRENT\qbt-src-5.0.2\src\base\bittorrent\torrentimpl.cpp:1006
11# BitTorrent::SessionImpl::removeTorrent at G:\QBITTORRENT\qbt-src-5.0.2\src\base\bittorrent\sessionimpl.cpp:2449
12# `anonymous namespace'::removeTorrents at G:\QBITTORRENT\qbt-src-5.0.2\src\gui\transferlistwidget.cpp:122
13# QtPrivate::QCallableObject,QtPrivate::List,void>::impl at G:\QBITTORRENT\packages_msvc2022_64\qt6\include\QtCore\qobjectdefs_impl.h:555
14# doActivate in qbittorrent
15# QMetaObject::activate in qbittorrent
16# QDialog::done in qbittorrent
17# doActivate in qbittorrent
18# QMetaObject::activate in qbittorrent
19# QDialogButtonBoxPrivate::handleButtonClicked in qbittorrent
20# doActivate in qbittorrent
21# QMetaObject::activate in qbittorrent
22# QAbstractButton::clicked in qbittorrent
23# QAbstractButtonPrivate::emitClicked in qbittorrent
24# QAbstractButtonPrivate::click in qbittorrent
25# QAbstractButton::mouseReleaseEvent in qbittorrent
26# QWidget::event in qbittorrent
27# QApplicationPrivate::notify_helper in qbittorrent
28# QApplication::notify in qbittorrent
29# QCoreApplication::notifyInternal2 in qbittorrent
30# QApplicationPrivate::sendMouseEvent in qbittorrent
31# QWidgetWindow::handleMouseEvent in qbittorrent
32# QWidgetWindow::event in qbittorrent
33# QApplicationPrivate::notify_helper in qbittorrent
34# QApplication::notify in qbittorrent
35# QCoreApplication::notifyInternal2 in qbittorrent
36# QGuiApplicationPrivate::processMouseEvent in qbittorrent
37# QGuiApplicationPrivate::processWindowSystemEvent in qbittorrent
38# QWindowSystemInterface::sendWindowSystemEvents in qbittorrent
39# QEventDispatcherWin32::processEvents in qbittorrent
40# QWindowsGuiEventDispatcher::processEvents in qbittorrent
41# QEventLoop::exec in qbittorrent
42# QCoreApplication::exec in qbittorrent
43# Application::exec at G:\QBITTORRENT\qbt-src-5.0.2\src\app\application.cpp:975
44# main at G:\QBITTORRENT\qbt-src-5.0.2\src\app\main.cpp:328
45# QSqlCachedResult::setNumericalPrecisionPolicy in qbittorrent
46# __scrt_common_main_seh at D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288
47# BaseThreadInitThunk in KERNEL32
48# RtlUserThreadStart in ntdll

Steps to reproduce

In Transfer window, right click on torrent and select remove

Additional context

No response

Log(s) & preferences file(s)

qbittorrent.log

Originally created by @Terafugia on GitHub (Dec 14, 2024). ### qBittorrent & operating system versions qBittorrent version: v5.0.2 (64-bit) Operating system: Windows 11 Version 24H2 10.0.26100 x86_64 Qt version: 6.7.3 Libtorrent version: 2.0.11.0 ### What is the problem? Caught signal: SIGSEGV ``` 0# boost::stacktrace::basic_stacktrace >::init at G:\QBITTORRENT\boost_1_86_0\boost\stacktrace\stacktrace.hpp:111 1# getStacktrace at G:\QBITTORRENT\qbt-src-5.0.2\src\app\stacktrace.cpp:35 2# `anonymous namespace'::abnormalExitHandler at G:\QBITTORRENT\qbt-src-5.0.2\src\app\signalhandler.cpp:103 3# _seh_filter_exe at minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp:219 4# `__scrt_common_main_seh'::`1'::filt$0 at D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:304 5# __C_specific_handler at D:\a\_work\1\s\src\vctools\crt\vcruntime\src\eh\riscchandler.cpp:389 6# _chkstk in ntdll 7# RtlWow64GetCurrentCpuArea in ntdll 8# KiUserExceptionDispatcher in ntdll 9# libtorrent::file_storage::file_storage at G:\QBITTORRENT\libtorrent\src\file_storage.cpp:87 10# BitTorrent::TorrentImpl::actualFilePaths at G:\QBITTORRENT\qbt-src-5.0.2\src\base\bittorrent\torrentimpl.cpp:1006 11# BitTorrent::SessionImpl::removeTorrent at G:\QBITTORRENT\qbt-src-5.0.2\src\base\bittorrent\sessionimpl.cpp:2449 12# `anonymous namespace'::removeTorrents at G:\QBITTORRENT\qbt-src-5.0.2\src\gui\transferlistwidget.cpp:122 13# QtPrivate::QCallableObject,QtPrivate::List,void>::impl at G:\QBITTORRENT\packages_msvc2022_64\qt6\include\QtCore\qobjectdefs_impl.h:555 14# doActivate in qbittorrent 15# QMetaObject::activate in qbittorrent 16# QDialog::done in qbittorrent 17# doActivate in qbittorrent 18# QMetaObject::activate in qbittorrent 19# QDialogButtonBoxPrivate::handleButtonClicked in qbittorrent 20# doActivate in qbittorrent 21# QMetaObject::activate in qbittorrent 22# QAbstractButton::clicked in qbittorrent 23# QAbstractButtonPrivate::emitClicked in qbittorrent 24# QAbstractButtonPrivate::click in qbittorrent 25# QAbstractButton::mouseReleaseEvent in qbittorrent 26# QWidget::event in qbittorrent 27# QApplicationPrivate::notify_helper in qbittorrent 28# QApplication::notify in qbittorrent 29# QCoreApplication::notifyInternal2 in qbittorrent 30# QApplicationPrivate::sendMouseEvent in qbittorrent 31# QWidgetWindow::handleMouseEvent in qbittorrent 32# QWidgetWindow::event in qbittorrent 33# QApplicationPrivate::notify_helper in qbittorrent 34# QApplication::notify in qbittorrent 35# QCoreApplication::notifyInternal2 in qbittorrent 36# QGuiApplicationPrivate::processMouseEvent in qbittorrent 37# QGuiApplicationPrivate::processWindowSystemEvent in qbittorrent 38# QWindowSystemInterface::sendWindowSystemEvents in qbittorrent 39# QEventDispatcherWin32::processEvents in qbittorrent 40# QWindowsGuiEventDispatcher::processEvents in qbittorrent 41# QEventLoop::exec in qbittorrent 42# QCoreApplication::exec in qbittorrent 43# Application::exec at G:\QBITTORRENT\qbt-src-5.0.2\src\app\application.cpp:975 44# main at G:\QBITTORRENT\qbt-src-5.0.2\src\app\main.cpp:328 45# QSqlCachedResult::setNumericalPrecisionPolicy in qbittorrent 46# __scrt_common_main_seh at D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288 47# BaseThreadInitThunk in KERNEL32 48# RtlUserThreadStart in ntdll ``` ### Steps to reproduce In Transfer window, right click on torrent and select remove ### Additional context _No response_ ### Log(s) & preferences file(s) [qbittorrent.log](https://github.com/user-attachments/files/18138525/qbittorrent.log)
Author
Owner

@glassez commented on GitHub (Dec 15, 2024):

torrent status was checking resume data

Did this happen shortly after qBittorrent launch (while some torrents are still "checking resume data")?
Do you remember any details about this particular torrent? Was it completed/incomplete, etc.?

@glassez commented on GitHub (Dec 15, 2024): >torrent status was checking resume data Did this happen shortly after qBittorrent launch (while some torrents are still "checking resume data")? Do you remember any details about this particular torrent? Was it completed/incomplete, etc.?
Author
Owner

@qBittUser commented on GitHub (Jul 30, 2025):

@Terafugia

v5.0.2

Can you reproduce with v5.1.2 and answer what was asked before https://github.com/qbittorrent/qBittorrent/issues/22009#issuecomment-2543956236 ?

If not, then please consider closing this forgotten old issue and create a new one if experiencing any issues with newer version.

@qBittUser commented on GitHub (Jul 30, 2025): @Terafugia > v5.0.2 Can you reproduce with v5.1.2 and answer what was asked before https://github.com/qbittorrent/qBittorrent/issues/22009#issuecomment-2543956236 ? If not, then please consider closing this forgotten old issue and create a new one if experiencing any issues with newer version.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#16451
No description provided.