qBittorrent 4.4.0 everytime I start it #12969

Closed
opened 2026-02-21 23:23:51 -05:00 by deekerman · 1 comment
Owner

Originally created by @rozlick on GitHub (Jan 28, 2022).

qBittorrent & operating system versions

qBittorrent 4.4.0.
Windows 10

What is the problem?

qBittorrent version: v4.4.0 (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.19044 x86_64

Caught signal: SIGSEGV

#  0 qbittorrent.exe      0x00007ff65b99984c straceWin::getBacktrace()[ app\stacktrace_win.h : 220 ]
#  1 qbittorrent.exe      0x00007ff65b99a9cb sigAbnormalHandler(signum)[ app\main.cpp : 368 ]
#  2 qbittorrent.exe      0x00007ff65c7cf715 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ]
#  3 qbittorrent.exe      0x00007ff65c854ab7 `__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      0x00007ff65c7b015c __C_specific_handler(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext)[ d:\agent\_work\1\s\src\vctools\crt\vcruntime\src\eh\riscchandler.cpp : 277 ]
#  5 ntdll.dll            0x00007ffb148d20cf _chkstk()
#  6 ntdll.dll            0x00007ffb14881454 RtlRaiseException()
#  7 ntdll.dll            0x00007ffb148d0bfe KiUserExceptionDispatcher()
#  8 qbittorrent.exe      0x00007ff65ba5f794 CategoryFilterModel::torrentAdded(torrent)[ gui\categoryfiltermodel.cpp : 341 ]
#  9 qbittorrent.exe      0x00007ff65c558d74 doActivate()
# 10 qbittorrent.exe      0x00007ff65bb504f9 BitTorrent::Session::torrentLoaded(_t1)[ release\moc_session.cpp : 768 ]
# 11 qbittorrent.exe      0x00007ff65b9d1921 BitTorrent::Session::createTorrent(nativeHandle)[ base\bittorrent\session.cpp : 4636 ]
# 12 qbittorrent.exe      0x00007ff65b9d1caa BitTorrent::Session::handleAddTorrentAlert(p)[ base\bittorrent\session.cpp : 4665 ]
# 13 qbittorrent.exe      0x00007ff65b9d1198 BitTorrent::Session::handleAlert(a, a)[ base\bittorrent\session.cpp : 4516 ]
# 14 qbittorrent.exe      0x00007ff65b9d0f0f BitTorrent::Session::readAlerts()[ base\bittorrent\session.cpp : 4479 ]
# 15 qbittorrent.exe      0x00007ff65b9d0550 BitTorrent::Session::startUpTorrents()[ base\bittorrent\session.cpp : 4387 ]
# 16 qbittorrent.exe      0x00007ff65b990546 Application::exec(params, params)[ app\application.cpp : 672 ]
# 17 qbittorrent.exe      0x00007ff65b99a7a9 main(argc, argv)[ app\main.cpp : 311 ]
# 18 qbittorrent.exe      0x00007ff65c78a45f WinMain()
# 19 qbittorrent.exe      0x00007ff65c791132 __scrt_common_main_seh()[ d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl : 288 ]
# 20 KERNEL32.DLL         0x00007ffb141d7034 BaseThreadInitThunk()
# 21 ntdll.dll            0x00007ffb14882651 RtlUserThreadStart()

Steps to reproduce

No response

Additional context

No response

Log(s) & preferences file(s)

No response

Originally created by @rozlick on GitHub (Jan 28, 2022). ### qBittorrent & operating system versions qBittorrent 4.4.0. Windows 10 ### What is the problem? qBittorrent version: v4.4.0 (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.19044 x86_64 Caught signal: SIGSEGV ``` # 0 qbittorrent.exe 0x00007ff65b99984c straceWin::getBacktrace()[ app\stacktrace_win.h : 220 ] # 1 qbittorrent.exe 0x00007ff65b99a9cb sigAbnormalHandler(signum)[ app\main.cpp : 368 ] # 2 qbittorrent.exe 0x00007ff65c7cf715 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ] # 3 qbittorrent.exe 0x00007ff65c854ab7 `__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 0x00007ff65c7b015c __C_specific_handler(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext)[ d:\agent\_work\1\s\src\vctools\crt\vcruntime\src\eh\riscchandler.cpp : 277 ] # 5 ntdll.dll 0x00007ffb148d20cf _chkstk() # 6 ntdll.dll 0x00007ffb14881454 RtlRaiseException() # 7 ntdll.dll 0x00007ffb148d0bfe KiUserExceptionDispatcher() # 8 qbittorrent.exe 0x00007ff65ba5f794 CategoryFilterModel::torrentAdded(torrent)[ gui\categoryfiltermodel.cpp : 341 ] # 9 qbittorrent.exe 0x00007ff65c558d74 doActivate() # 10 qbittorrent.exe 0x00007ff65bb504f9 BitTorrent::Session::torrentLoaded(_t1)[ release\moc_session.cpp : 768 ] # 11 qbittorrent.exe 0x00007ff65b9d1921 BitTorrent::Session::createTorrent(nativeHandle)[ base\bittorrent\session.cpp : 4636 ] # 12 qbittorrent.exe 0x00007ff65b9d1caa BitTorrent::Session::handleAddTorrentAlert(p)[ base\bittorrent\session.cpp : 4665 ] # 13 qbittorrent.exe 0x00007ff65b9d1198 BitTorrent::Session::handleAlert(a, a)[ base\bittorrent\session.cpp : 4516 ] # 14 qbittorrent.exe 0x00007ff65b9d0f0f BitTorrent::Session::readAlerts()[ base\bittorrent\session.cpp : 4479 ] # 15 qbittorrent.exe 0x00007ff65b9d0550 BitTorrent::Session::startUpTorrents()[ base\bittorrent\session.cpp : 4387 ] # 16 qbittorrent.exe 0x00007ff65b990546 Application::exec(params, params)[ app\application.cpp : 672 ] # 17 qbittorrent.exe 0x00007ff65b99a7a9 main(argc, argv)[ app\main.cpp : 311 ] # 18 qbittorrent.exe 0x00007ff65c78a45f WinMain() # 19 qbittorrent.exe 0x00007ff65c791132 __scrt_common_main_seh()[ d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl : 288 ] # 20 KERNEL32.DLL 0x00007ffb141d7034 BaseThreadInitThunk() # 21 ntdll.dll 0x00007ffb14882651 RtlUserThreadStart() ``` ### Steps to reproduce _No response_ ### Additional context _No response_ ### Log(s) & preferences file(s) _No response_
deekerman 2026-02-21 23:23:51 -05:00
Author
Owner

@thalieht commented on GitHub (Jan 29, 2022):

Duplicate of #16045

@thalieht commented on GitHub (Jan 29, 2022): Duplicate of #16045
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#12969
No description provided.