crashed message #17186

Closed
opened 2026-02-22 03:43:00 -05:00 by deekerman · 2 comments
Owner

Originally created by @theendofdie on GitHub (Sep 19, 2025).

qBittorrent & operating system versions

qBittorrent version: v5.1.2.10 (64-bit)
Libtorrent version: 1.2.20.0
Qt version: 6.9.1
Boost version: 1.86.0
OpenSSL version: 3.5.1
zlib version: 1.3.1
OS version: Windows 11 Version 24H2 10.0.26100 x86_64

Caught signal: SIGABRT

What is the problem?

qBittorrent has crashed when opening

Steps to reproduce

No response

Additional context

No response

Log(s) & preferences file(s)

 0# boost::stacktrace::basic_stacktrace >::init at E:\qBittorrent\boost\boost\stacktrace\stacktrace.hpp:111
 1# getStacktrace at E:\qBittorrent\qBittorrent512\src\app\stacktrace.cpp:35
 2# `anonymous namespace'::abnormalExitHandler at E:\qBittorrent\qBittorrent512\src\app\signalhandler.cpp:103
 3# raise at minkernel\crts\ucrt\src\appcrt\misc\signal.cpp:547
 4# abort at minkernel\crts\ucrt\src\appcrt\startup\abort.cpp:71
 5# terminate at minkernel\crts\ucrt\src\appcrt\misc\terminate.cpp:58
 6# FindHandler at D:\a\_work\1\s\src\vctools\crt\vcruntime\src\eh\frame.cpp:739
 7# __InternalCxxFrameHandler at D:\a\_work\1\s\src\vctools\crt\vcruntime\src\eh\frame.cpp:403
 8# __InternalCxxFrameHandlerWrapper at D:\a\_work\1\s\src\vctools\crt\vcruntime\src\eh\frame.cpp:236
 9# __CxxFrameHandler4 at D:\a\_work\1\s\src\vctools\crt\vcruntime\src\eh\risctrnsctrl.cpp:306
10# _chkstk in ntdll
11# RtlWow64GetCurrentCpuArea in ntdll
12# RtlRaiseException in ntdll
13# RaiseException in KERNELBASE
14# _CxxThrowException at D:\a\_work\1\s\src\vctools\crt\vcruntime\src\eh\throw.cpp:80
15# boost::throw_exception at E:\qBittorrent\boost\boost\throw_exception.hpp:171
16# boost::asio::detail::do_throw_error in qbittorrent
17# boost::asio::detail::socket_select_interrupter::open_descriptors in qbittorrent
18# boost::asio::detail::select_reactor::restart_reactor::do_complete in qbittorrent
19# boost::asio::detail::win_iocp_io_context::do_one in qbittorrent
20# boost::asio::detail::win_iocp_io_context::run in qbittorrent
21# libtorrent::aux::allocating_handler,96>::operator() in qbittorrent
22# thread_start at minkernel\crts\ucrt\src\appcrt\startup\thread.cpp:97
23# BaseThreadInitThunk in KERNEL32
24# RtlUserThreadStart in ntdll
Originally created by @theendofdie on GitHub (Sep 19, 2025). ### qBittorrent & operating system versions qBittorrent version: v5.1.2.10 (64-bit) Libtorrent version: 1.2.20.0 Qt version: 6.9.1 Boost version: 1.86.0 OpenSSL version: 3.5.1 zlib version: 1.3.1 OS version: Windows 11 Version 24H2 10.0.26100 x86_64 Caught signal: SIGABRT ### What is the problem? qBittorrent has crashed when opening ### Steps to reproduce _No response_ ### Additional context _No response_ ### Log(s) & preferences file(s) ``` 0# boost::stacktrace::basic_stacktrace >::init at E:\qBittorrent\boost\boost\stacktrace\stacktrace.hpp:111 1# getStacktrace at E:\qBittorrent\qBittorrent512\src\app\stacktrace.cpp:35 2# `anonymous namespace'::abnormalExitHandler at E:\qBittorrent\qBittorrent512\src\app\signalhandler.cpp:103 3# raise at minkernel\crts\ucrt\src\appcrt\misc\signal.cpp:547 4# abort at minkernel\crts\ucrt\src\appcrt\startup\abort.cpp:71 5# terminate at minkernel\crts\ucrt\src\appcrt\misc\terminate.cpp:58 6# FindHandler at D:\a\_work\1\s\src\vctools\crt\vcruntime\src\eh\frame.cpp:739 7# __InternalCxxFrameHandler at D:\a\_work\1\s\src\vctools\crt\vcruntime\src\eh\frame.cpp:403 8# __InternalCxxFrameHandlerWrapper at D:\a\_work\1\s\src\vctools\crt\vcruntime\src\eh\frame.cpp:236 9# __CxxFrameHandler4 at D:\a\_work\1\s\src\vctools\crt\vcruntime\src\eh\risctrnsctrl.cpp:306 10# _chkstk in ntdll 11# RtlWow64GetCurrentCpuArea in ntdll 12# RtlRaiseException in ntdll 13# RaiseException in KERNELBASE 14# _CxxThrowException at D:\a\_work\1\s\src\vctools\crt\vcruntime\src\eh\throw.cpp:80 15# boost::throw_exception at E:\qBittorrent\boost\boost\throw_exception.hpp:171 16# boost::asio::detail::do_throw_error in qbittorrent 17# boost::asio::detail::socket_select_interrupter::open_descriptors in qbittorrent 18# boost::asio::detail::select_reactor::restart_reactor::do_complete in qbittorrent 19# boost::asio::detail::win_iocp_io_context::do_one in qbittorrent 20# boost::asio::detail::win_iocp_io_context::run in qbittorrent 21# libtorrent::aux::allocating_handler,96>::operator() in qbittorrent 22# thread_start at minkernel\crts\ucrt\src\appcrt\startup\thread.cpp:97 23# BaseThreadInitThunk in KERNEL32 24# RtlUserThreadStart in ntdll ```
deekerman 2026-02-22 03:43:00 -05:00
Author
Owner

@xavier2k6 commented on GitHub (Sep 19, 2025):

qBittorrent version: v5.1.2.10 (64-bit)

Enhanced Edition, which is a forked version - not officially supported by us.

Crash appears to be a duplicate of #17082 in any case.

@xavier2k6 commented on GitHub (Sep 19, 2025): >qBittorrent version: v5.1.2.10 (64-bit) Enhanced Edition, which is a forked version - not officially supported by us. Crash appears to be a duplicate of #17082 in any case.
Author
Owner

@xavier2k6 commented on GitHub (Sep 19, 2025):

@thalieht got in by split second hahaha

@xavier2k6 commented on GitHub (Sep 19, 2025): @thalieht got in by split second hahaha
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#17186
No description provided.