crash #12583

Open
opened 2026-02-21 22:54:54 -05:00 by deekerman · 0 comments
Owner

Originally created by @hajj3 on GitHub (Nov 15, 2021).

qBittorrent & operating system versions

v4.3.9
win 10 x64 21h1

What is the problem?

the torrent ended 100% complete but the file was still had the .qb extension so i re-opened the magnet link it then tried scanning the existing download and i got the following error:

qBittorrent version: v4.3.9 (64-bit)
Libtorrent version: 1.2.14.0
Qt version: 5.15.2
Boost version: 1.76.0
OpenSSL version: 1.1.1l
zlib version: 1.2.11
OS version: Windows 10 Version 2009 10.0.19043 x86_64

Caught signal: SIGSEGV

#  0 qbittorrent.exe      0x00007ff79d1c8cbc straceWin::getBacktrace()[ app\stacktrace_win.h : 220 ]
#  1 qbittorrent.exe      0x00007ff79d1c9deb sigAbnormalHandler(signum)[ app\main.cpp : 367 ]
#  2 qbittorrent.exe      0x00007ff79debe655 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ]
#  3 qbittorrent.exe      0x00007ff79df35eba `__scrt_common_main_seh'::`1'::filt$0()[ d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl : 304 ]
#  4 qbittorrent.exe      0x00007ff79de9f0b4 __C_specific_handler(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext)[ d:\agent\_work\1\s\src\vctools\crt\vcruntime\src\eh\riscchandler.cpp : 277 ]
#  5 ntdll.dll            0x00007fffcf0f20cf _chkstk()
#  6 ntdll.dll            0x00007fffcf0a1454 RtlRaiseException()
#  7 ntdll.dll            0x00007fffcf0f0bfe KiUserExceptionDispatcher()
#  8 qbittorrent.exe      0x00007ff79d20caec QVector::takeFirst()[ g:\qbittorrent\install_msvc64\qt5\include\qtcore\qvector.h : 155 ]
#  9 qbittorrent.exe      0x00007ff79d20a5d4 BitTorrent::TorrentImpl::handleFileRenamedAlert(p)[ base\bittorrent\torrentimpl.cpp : 1851 ]
# 10 qbittorrent.exe      0x00007ff79d20b365 BitTorrent::TorrentImpl::handleAlert(a)[ base\bittorrent\torrentimpl.cpp : 1965 ]
# 11 qbittorrent.exe      0x00007ff79d1f30c7 BitTorrent::Session::dispatchTorrentAlert(a)[ base\bittorrent\session.cpp : 4574 ]
# 12 qbittorrent.exe      0x00007ff79d1f2f5b BitTorrent::Session::handleAlert(a, a)[ base\bittorrent\session.cpp : 4502 ]
# 13 qbittorrent.exe      0x00007ff79d1f2d7f BitTorrent::Session::readAlerts()[ base\bittorrent\session.cpp : 4480 ]
# 14 qbittorrent.exe      0x00007ff79dc3f87a QMetaCallEvent::placeMetaCall()
# 15 qbittorrent.exe      0x00007ff79dc40478 QObject::event()
# 16 qbittorrent.exe      0x00007ff79d789290 QApplicationPrivate::notify_helper()
# 17 qbittorrent.exe      0x00007ff79d788d88 QApplication::notify()
# 18 qbittorrent.exe      0x00007ff79dc4da71 QCoreApplication::notifyInternal2()
# 19 qbittorrent.exe      0x00007ff79dc4e806 QCoreApplicationPrivate::sendPostedEvents()
# 20 qbittorrent.exe      0x00007ff79d6bdf87 QWindowsGuiEventDispatcher::sendPostedEvents()
# 21 qbittorrent.exe      0x00007ff79dd52d78 QEventDispatcherWin32::processEvents()
# 22 qbittorrent.exe      0x00007ff79d6bdf61 QWindowsGuiEventDispatcher::processEvents()
# 23 qbittorrent.exe      0x00007ff79dd56937 QEventLoop::exec()
# 24 qbittorrent.exe      0x00007ff79dc4e00a QCoreApplication::exec()
# 25 qbittorrent.exe      0x00007ff79d1bf9fa Application::exec(params, params)[ app\application.cpp : 691 ]
# 26 qbittorrent.exe      0x00007ff79d1c9bc0 main(argc, argv)[ app\main.cpp : 310 ]
# 27 qbittorrent.exe      0x00007ff79de7935f WinMain()
# 28 qbittorrent.exe      0x00007ff79de80282 __scrt_common_main_seh()[ d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl : 288 ]
# 29 KERNEL32.DLL         0x00007fffceab7034 BaseThreadInitThunk()
# 30 ntdll.dll            0x00007fffcf0a2651 RtlUserThreadStart()

Steps to reproduce

see above

Additional context

No response

Log(s) & preferences file(s)

No response

Originally created by @hajj3 on GitHub (Nov 15, 2021). ### qBittorrent & operating system versions v4.3.9 win 10 x64 21h1 ### What is the problem? the torrent ended 100% complete but the file was still had the .qb extension so i re-opened the magnet link it then tried scanning the existing download and i got the following error: qBittorrent version: v4.3.9 (64-bit) Libtorrent version: 1.2.14.0 Qt version: 5.15.2 Boost version: 1.76.0 OpenSSL version: 1.1.1l zlib version: 1.2.11 OS version: Windows 10 Version 2009 10.0.19043 x86_64 Caught signal: SIGSEGV ``` # 0 qbittorrent.exe 0x00007ff79d1c8cbc straceWin::getBacktrace()[ app\stacktrace_win.h : 220 ] # 1 qbittorrent.exe 0x00007ff79d1c9deb sigAbnormalHandler(signum)[ app\main.cpp : 367 ] # 2 qbittorrent.exe 0x00007ff79debe655 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ] # 3 qbittorrent.exe 0x00007ff79df35eba `__scrt_common_main_seh'::`1'::filt$0()[ d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl : 304 ] # 4 qbittorrent.exe 0x00007ff79de9f0b4 __C_specific_handler(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext)[ d:\agent\_work\1\s\src\vctools\crt\vcruntime\src\eh\riscchandler.cpp : 277 ] # 5 ntdll.dll 0x00007fffcf0f20cf _chkstk() # 6 ntdll.dll 0x00007fffcf0a1454 RtlRaiseException() # 7 ntdll.dll 0x00007fffcf0f0bfe KiUserExceptionDispatcher() # 8 qbittorrent.exe 0x00007ff79d20caec QVector::takeFirst()[ g:\qbittorrent\install_msvc64\qt5\include\qtcore\qvector.h : 155 ] # 9 qbittorrent.exe 0x00007ff79d20a5d4 BitTorrent::TorrentImpl::handleFileRenamedAlert(p)[ base\bittorrent\torrentimpl.cpp : 1851 ] # 10 qbittorrent.exe 0x00007ff79d20b365 BitTorrent::TorrentImpl::handleAlert(a)[ base\bittorrent\torrentimpl.cpp : 1965 ] # 11 qbittorrent.exe 0x00007ff79d1f30c7 BitTorrent::Session::dispatchTorrentAlert(a)[ base\bittorrent\session.cpp : 4574 ] # 12 qbittorrent.exe 0x00007ff79d1f2f5b BitTorrent::Session::handleAlert(a, a)[ base\bittorrent\session.cpp : 4502 ] # 13 qbittorrent.exe 0x00007ff79d1f2d7f BitTorrent::Session::readAlerts()[ base\bittorrent\session.cpp : 4480 ] # 14 qbittorrent.exe 0x00007ff79dc3f87a QMetaCallEvent::placeMetaCall() # 15 qbittorrent.exe 0x00007ff79dc40478 QObject::event() # 16 qbittorrent.exe 0x00007ff79d789290 QApplicationPrivate::notify_helper() # 17 qbittorrent.exe 0x00007ff79d788d88 QApplication::notify() # 18 qbittorrent.exe 0x00007ff79dc4da71 QCoreApplication::notifyInternal2() # 19 qbittorrent.exe 0x00007ff79dc4e806 QCoreApplicationPrivate::sendPostedEvents() # 20 qbittorrent.exe 0x00007ff79d6bdf87 QWindowsGuiEventDispatcher::sendPostedEvents() # 21 qbittorrent.exe 0x00007ff79dd52d78 QEventDispatcherWin32::processEvents() # 22 qbittorrent.exe 0x00007ff79d6bdf61 QWindowsGuiEventDispatcher::processEvents() # 23 qbittorrent.exe 0x00007ff79dd56937 QEventLoop::exec() # 24 qbittorrent.exe 0x00007ff79dc4e00a QCoreApplication::exec() # 25 qbittorrent.exe 0x00007ff79d1bf9fa Application::exec(params, params)[ app\application.cpp : 691 ] # 26 qbittorrent.exe 0x00007ff79d1c9bc0 main(argc, argv)[ app\main.cpp : 310 ] # 27 qbittorrent.exe 0x00007ff79de7935f WinMain() # 28 qbittorrent.exe 0x00007ff79de80282 __scrt_common_main_seh()[ d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl : 288 ] # 29 KERNEL32.DLL 0x00007fffceab7034 BaseThreadInitThunk() # 30 ntdll.dll 0x00007fffcf0a2651 RtlUserThreadStart() ``` ### Steps to reproduce see above ### Additional context _No response_ ### Log(s) & preferences file(s) _No response_
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#12583
No description provided.