qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
27.53k stars 3.91k forks source link

v4.4.1 SIGABRT #16459

Closed jkelowitt closed 2 years ago

jkelowitt commented 2 years ago

qBittorrent & operating system versions

qBittorrent version: v4.4.1 (64-bit) Libtorrent version: 2.0.5.0 Qt version: 5.15.2 Boost version: 1.78.0 OpenSSL version: 1.1.1m zlib version: 1.2.11 OS version: Windows 10 Version 2009 10.0.22000 x86_64

The OS Version in the dump was wrong: Windows 11 Pro Version 21H2 22000.493 x64

What is the problem?

Caught signal: SIGABRT

#  0 qbittorrent.exe      0x00007ff6d3b0980c straceWin::getBacktrace()[ app\stacktrace_win.h : 220 ]
#  1 qbittorrent.exe      0x00007ff6d3b0a98b sigAbnormalHandler(signum)[ app\main.cpp : 368 ]
#  2 qbittorrent.exe      0x00007ff6d4937ce5 raise(signum)[ minkernel\crts\ucrt\src\appcrt\misc\signal.cpp : 541 ]
#  3 qbittorrent.exe      0x00007ff6d4944414 abort()[ minkernel\crts\ucrt\src\appcrt\startup\abort.cpp : 64 ]
#  4 qbittorrent.exe      0x00007ff6d4943feb terminate()[ minkernel\crts\ucrt\src\appcrt\misc\terminate.cpp : 58 ]
#  5 qbittorrent.exe      0x00007ff6d4912697 __scrt_unhandled_exception_filter(pointers)[ d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\utility\utility_desktop.cpp : 91 ]
#  6 KERNELBASE.dll       0x00007ffaf8592991 UnhandledExceptionFilter()
#  7 ntdll.dll            0x00007ffafaaca76c memset()
#  8 ntdll.dll            0x00007ffafaab37d6 _C_specific_handler()
#  9 ntdll.dll            0x00007ffafaac86ef _chkstk()
# 10 ntdll.dll            0x00007ffafaa55aea RtlRestoreContext()
# 11 ntdll.dll            0x00007ffafaa52db3 RtlRaiseException()
# 12 KERNELBASE.dll       0x00007ffaf849478c RaiseException()
# 13 qbittorrent.exe      0x00007ff6d4930f91 _CxxThrowException(pExceptionObject, pThrowInfo)[ d:\agent\_work\1\s\src\vctools\crt\vcruntime\src\eh\throw.cpp : 129 ]
# 14 qbittorrent.exe      0x00007ff6d3b025bb boost::throw_exception(e)[ g:\qbittorrent\boost_1_78_0\boost\throw_exception.hpp : 148 ]
# 15 qbittorrent.exe      0x00007ff6d3afc9dd boost::asio::detail::do_throw_error(err, location)[ g:\qbittorrent\boost_1_78_0\boost\asio\detail\impl\throw_error.ipp : 38 ]
# 16 qbittorrent.exe      0x00007ff6d3e3762e boost::asio::detail::socket_select_interrupter::open_descriptors()[ g:\qbittorrent\boost_1_78_0\boost\asio\detail\impl\socket_select_interrupter.ipp : 66 ]
# 17 qbittorrent.exe      0x00007ff6d3e381ce boost::asio::detail::select_reactor::run(ops, ops)[ g:\qbittorrent\boost_1_78_0\boost\asio\detail\impl\select_reactor.ipp : 266 ]
# 18 qbittorrent.exe      0x00007ff6d3e38429 boost::asio::detail::select_reactor::run_thread()[ g:\qbittorrent\boost_1_78_0\boost\asio\detail\impl\select_reactor.ipp : 303 ]
# 19 qbittorrent.exe      0x00007ff6d3dd053f boost::asio::detail::win_thread_function(arg)[ g:\qbittorrent\boost_1_78_0\boost\asio\detail\impl\win_thread.ipp : 119 ]
# 20 qbittorrent.exe      0x00007ff6d4943e00 thread_start(parameter, parameter)[ minkernel\crts\ucrt\src\appcrt\startup\thread.cpp : 115 ]
# 21 KERNEL32.DLL         0x00007ffaf9a454e0 BaseThreadInitThunk()
# 22 ntdll.dll            0x00007ffafaa2485b RtlUserThreadStart()

Steps to reproduce

I'm not sure what caused this. I had two downloads running with Forced Resume and two downloads being checked. The program was running unattended when it crashed.

Additional context

No response

Log(s) & preferences file(s)

qBittorrent.ini.txt

Edit: fixed backticks

thalieht commented 2 years ago

Duplicate of #15552