qBittorrent has Crashed #12872

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

Originally created by @ronnmexicoo on GitHub (Jan 18, 2022).

qBittorrent & operating system versions

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.19043 x86_64

What is the problem?

Caught signal: SIGSEGV

#  0 qbittorrent.exe      0x00007ff6e4f4984c straceWin::getBacktrace()[ app\stacktrace_win.h : 220 ]
#  1 qbittorrent.exe      0x00007ff6e4f4a9cb sigAbnormalHandler(signum)[ app\main.cpp : 368 ]
#  2 qbittorrent.exe      0x00007ff6e5d7f715 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ]
#  3 qbittorrent.exe      0x00007ff6e5e04ab7 `__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      0x00007ff6e5d6015c __C_specific_handler(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext)[ d:\agent\_work\1\s\src\vctools\crt\vcruntime\src\eh\riscchandler.cpp : 277 ]
#  5 ntdll.dll            0x00007ffd351f20cf _chkstk()
#  6 ntdll.dll            0x00007ffd351a1454 RtlRaiseException()
#  7 ntdll.dll            0x00007ffd351f0bfe KiUserExceptionDispatcher()
#  8 qbittorrent.exe      0x00007ff6e5204a95 libtorrent::file_storage::file_path(index, index, save_path)[ g:\qbittorrent\libtorrent\src\file_storage.cpp : 983 ]
#  9 qbittorrent.exe      0x00007ff6e4f9094f BitTorrent::TorrentImpl::TorrentImpl(session, nativeSession, nativeHandle, params)[ base\bittorrent\torrentimpl.cpp : 283 ]
# 10 qbittorrent.exe      0x00007ff6e4f8143f BitTorrent::Session::createTorrent(nativeHandle)[ base\bittorrent\session.cpp : 4600 ]
# 11 qbittorrent.exe      0x00007ff6e4f81caa BitTorrent::Session::handleAddTorrentAlert(p)[ base\bittorrent\session.cpp : 4665 ]
# 12 qbittorrent.exe      0x00007ff6e4f81198 BitTorrent::Session::handleAlert(a, a)[ base\bittorrent\session.cpp : 4516 ]
# 13 qbittorrent.exe      0x00007ff6e4f80f0f BitTorrent::Session::readAlerts()[ base\bittorrent\session.cpp : 4479 ]
# 14 qbittorrent.exe      0x00007ff6e5b00cba QMetaCallEvent::placeMetaCall()
# 15 qbittorrent.exe      0x00007ff6e5b01932 QObject::event()
# 16 qbittorrent.exe      0x00007ff6e5643240 QApplicationPrivate::notify_helper()
# 17 qbittorrent.exe      0x00007ff6e5642d38 QApplication::notify()
# 18 qbittorrent.exe      0x00007ff6e5b0ec59 QCoreApplication::notifyInternal2()
# 19 qbittorrent.exe      0x00007ff6e5b0f9e6 QCoreApplicationPrivate::sendPostedEvents()
# 20 qbittorrent.exe      0x00007ff6e54c79e7 QWindowsGuiEventDispatcher::sendPostedEvents()
# 21 qbittorrent.exe      0x00007ff6e5c13c38 QEventDispatcherWin32::processEvents()
# 22 qbittorrent.exe      0x00007ff6e54c79c1 QWindowsGuiEventDispatcher::processEvents()
# 23 qbittorrent.exe      0x00007ff6e5c177f7 QEventLoop::exec()
# 24 qbittorrent.exe      0x00007ff6e5b0f1ea QCoreApplication::exec()
# 25 qbittorrent.exe      0x00007ff6e4f40642 Application::exec(params, params)[ app\application.cpp : 680 ]
# 26 qbittorrent.exe      0x00007ff6e4f4a7a9 main(argc, argv)[ app\main.cpp : 311 ]
# 27 qbittorrent.exe      0x00007ff6e5d3a45f WinMain()
# 28 qbittorrent.exe      0x00007ff6e5d41132 __scrt_common_main_seh()[ d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl : 288 ]
# 29 KERNEL32.DLL         0x00007ffd335a7034 BaseThreadInitThunk()
# 30 ntdll.dll            0x00007ffd351a2651 RtlUserThreadStart()

Steps to reproduce

No response

Additional context

No response

Log(s) & preferences file(s)

No response

Originally created by @ronnmexicoo on GitHub (Jan 18, 2022). ### qBittorrent & operating system versions 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.19043 x86_64 ### What is the problem? Caught signal: SIGSEGV ``` # 0 qbittorrent.exe 0x00007ff6e4f4984c straceWin::getBacktrace()[ app\stacktrace_win.h : 220 ] # 1 qbittorrent.exe 0x00007ff6e4f4a9cb sigAbnormalHandler(signum)[ app\main.cpp : 368 ] # 2 qbittorrent.exe 0x00007ff6e5d7f715 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ] # 3 qbittorrent.exe 0x00007ff6e5e04ab7 `__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 0x00007ff6e5d6015c __C_specific_handler(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext)[ d:\agent\_work\1\s\src\vctools\crt\vcruntime\src\eh\riscchandler.cpp : 277 ] # 5 ntdll.dll 0x00007ffd351f20cf _chkstk() # 6 ntdll.dll 0x00007ffd351a1454 RtlRaiseException() # 7 ntdll.dll 0x00007ffd351f0bfe KiUserExceptionDispatcher() # 8 qbittorrent.exe 0x00007ff6e5204a95 libtorrent::file_storage::file_path(index, index, save_path)[ g:\qbittorrent\libtorrent\src\file_storage.cpp : 983 ] # 9 qbittorrent.exe 0x00007ff6e4f9094f BitTorrent::TorrentImpl::TorrentImpl(session, nativeSession, nativeHandle, params)[ base\bittorrent\torrentimpl.cpp : 283 ] # 10 qbittorrent.exe 0x00007ff6e4f8143f BitTorrent::Session::createTorrent(nativeHandle)[ base\bittorrent\session.cpp : 4600 ] # 11 qbittorrent.exe 0x00007ff6e4f81caa BitTorrent::Session::handleAddTorrentAlert(p)[ base\bittorrent\session.cpp : 4665 ] # 12 qbittorrent.exe 0x00007ff6e4f81198 BitTorrent::Session::handleAlert(a, a)[ base\bittorrent\session.cpp : 4516 ] # 13 qbittorrent.exe 0x00007ff6e4f80f0f BitTorrent::Session::readAlerts()[ base\bittorrent\session.cpp : 4479 ] # 14 qbittorrent.exe 0x00007ff6e5b00cba QMetaCallEvent::placeMetaCall() # 15 qbittorrent.exe 0x00007ff6e5b01932 QObject::event() # 16 qbittorrent.exe 0x00007ff6e5643240 QApplicationPrivate::notify_helper() # 17 qbittorrent.exe 0x00007ff6e5642d38 QApplication::notify() # 18 qbittorrent.exe 0x00007ff6e5b0ec59 QCoreApplication::notifyInternal2() # 19 qbittorrent.exe 0x00007ff6e5b0f9e6 QCoreApplicationPrivate::sendPostedEvents() # 20 qbittorrent.exe 0x00007ff6e54c79e7 QWindowsGuiEventDispatcher::sendPostedEvents() # 21 qbittorrent.exe 0x00007ff6e5c13c38 QEventDispatcherWin32::processEvents() # 22 qbittorrent.exe 0x00007ff6e54c79c1 QWindowsGuiEventDispatcher::processEvents() # 23 qbittorrent.exe 0x00007ff6e5c177f7 QEventLoop::exec() # 24 qbittorrent.exe 0x00007ff6e5b0f1ea QCoreApplication::exec() # 25 qbittorrent.exe 0x00007ff6e4f40642 Application::exec(params, params)[ app\application.cpp : 680 ] # 26 qbittorrent.exe 0x00007ff6e4f4a7a9 main(argc, argv)[ app\main.cpp : 311 ] # 27 qbittorrent.exe 0x00007ff6e5d3a45f WinMain() # 28 qbittorrent.exe 0x00007ff6e5d41132 __scrt_common_main_seh()[ d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl : 288 ] # 29 KERNEL32.DLL 0x00007ffd335a7034 BaseThreadInitThunk() # 30 ntdll.dll 0x00007ffd351a2651 RtlUserThreadStart() ``` ### Steps to reproduce _No response_ ### Additional context _No response_ ### Log(s) & preferences file(s) _No response_
deekerman 2026-02-21 23:16:39 -05:00
Author
Owner

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

Duplicate of #15955

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