Crash Bug Report #5215

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

Originally created by @ghost on GitHub (Feb 8, 2017).

Random crash. Qbittorent was running in the background with a few thousand torrents active and then it crashed.

qBittorrent version: v3.3.10
Libtorrent version: 1.0.10.0
Qt version: 5.7.1
Boost version: 1.62.0
OS version: Windows 10 10.0.14393 x86_64

#  0 qbittorrent.exe      0x00000000008f96b2 straceWin::getBacktrace()[ app\stacktrace_win.h : 191 ]
#  1 qbittorrent.exe      0x00000000008fbcb2 sigAbnormalHandler(signum)[ app\main.cpp : 371 ]
#  2 qbittorrent.exe      0x000000000106a008 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ d:\th\minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ]
#  3 qbittorrent.exe      0x0000000001051585 __scrt_common_main_seh()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 269 ]
#  4 qbittorrent.exe      0x0000000001056930 _EH4_CallFilterFunc()
#  5 qbittorrent.exe      0x000000000105647f _except_handler4(ExceptionRecord, EstablisherFrame, EstablisherFrame, ContextRecord, DispatcherContext)
#  6 ntdll.dll            0x0000000077892d72 RtlConvertUlongToLargeInteger()
#  7 ntdll.dll            0x0000000077892d44 RtlConvertUlongToLargeInteger()
#  8 ntdll.dll            0x00000000778808ef KiUserExceptionDispatcher()
#  9 qbittorrent.exe      0x00000000010566b7 _NLG_Return()[ f:\dd\vctools\crt\vcruntime\src\eh\i386\lowhelpr.asm : 62 ]
# 10 qbittorrent.exe      0x0000000000fe2013 QSettingsPrivate::create()
# 11 qbittorrent.exe      0x000000000093e992 Rss::Feed::saveItemsToDisk()[ base\rss\rssfeed.cpp : 102 ]
# 12 qbittorrent.exe      0x000000000093fcd7 Rss::Feed::handleParsingFinished(error)[ base\rss\rssfeed.cpp : 446 ]
# 13 qbittorrent.exe      0x00000000009dba38 Rss::Feed::qt_static_metacall(_o, _c, _id, _a)[ release\moc_rssfeed.cpp : 103 ]
# 14 qbittorrent.exe      0x0000000000f1d8fe QMetaCallEvent::placeMetaCall()
# 15 qbittorrent.exe      0x0000000000f1e1d2 QObject::event()
# 16 qbittorrent.exe      0x0000000000b4b41e QApplicationPrivate::notify_helper()
# 17 qbittorrent.exe      0x0000000000b4af27 QApplication::notify()
# 18 qbittorrent.exe      0x00000000008f6bd3 Application::notify(receiver, event)[ app\application.cpp : 499 ]
# 19 qbittorrent.exe      0x0000000000f43a44 QCoreApplication::notifyInternal2()
# 20 qbittorrent.exe      0x0000000000f442c0 QCoreApplicationPrivate::sendPostedEvents()
# 21 qbittorrent.exe      0x0000000000fcb03e QEventDispatcherWin32::sendPostedEvents()
# 22 qbittorrent.exe      0x0000000000d3ca8d QWindowsGuiEventDispatcher::sendPostedEvents()
# 23 qbittorrent.exe      0x0000000000fc96d4 qt_internal_proc()
# 24 USER32.dll           0x00000000752bd2b3 SetManipulationInputTarget()
# 25 USER32.dll           0x000000007529e88a DispatchMessageW()
# 26 USER32.dll           0x000000007529e1e4 DispatchMessageW()
# 27 USER32.dll           0x000000007529dfa0 DispatchMessageW()
# 28 qbittorrent.exe      0x0000000000fca20a QEventDispatcherWin32::processEvents()
# 29 qbittorrent.exe      0x0000000000d3ca7c QWindowsGuiEventDispatcher::processEvents()
# 30 qbittorrent.exe      0x0000000000fae1e3 QEventLoop::exec()
# 31 qbittorrent.exe      0x0000000000f43dd2 QCoreApplication::exec()
# 32 qbittorrent.exe      0x00000000008f69e4 Application::exec(params)[ app\application.cpp : 444 ]
# 33 qbittorrent.exe      0x00000000008fb8a1 main(argc, argv)[ app\main.cpp : 286 ]
# 34 qbittorrent.exe      0x000000000103bc54 WinMain()
# 35 qbittorrent.exe      0x0000000001051545 __scrt_common_main_seh()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 253 ]
# 36 KERNEL32.DLL         0x0000000075a062c4 BaseThreadInitThunk()
# 37 ntdll.dll            0x0000000077870fd9 RtlSubscribeWnfStateChangeNotification()
# 38 ntdll.dll            0x0000000077870fa4 RtlSubscribeWnfStateChangeNotification()
Originally created by @ghost on GitHub (Feb 8, 2017). Random crash. Qbittorent was running in the background with a few thousand torrents active and then it crashed. qBittorrent version: v3.3.10 Libtorrent version: 1.0.10.0 Qt version: 5.7.1 Boost version: 1.62.0 OS version: Windows 10 10.0.14393 x86_64 ``` # 0 qbittorrent.exe 0x00000000008f96b2 straceWin::getBacktrace()[ app\stacktrace_win.h : 191 ] # 1 qbittorrent.exe 0x00000000008fbcb2 sigAbnormalHandler(signum)[ app\main.cpp : 371 ] # 2 qbittorrent.exe 0x000000000106a008 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ d:\th\minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ] # 3 qbittorrent.exe 0x0000000001051585 __scrt_common_main_seh()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 269 ] # 4 qbittorrent.exe 0x0000000001056930 _EH4_CallFilterFunc() # 5 qbittorrent.exe 0x000000000105647f _except_handler4(ExceptionRecord, EstablisherFrame, EstablisherFrame, ContextRecord, DispatcherContext) # 6 ntdll.dll 0x0000000077892d72 RtlConvertUlongToLargeInteger() # 7 ntdll.dll 0x0000000077892d44 RtlConvertUlongToLargeInteger() # 8 ntdll.dll 0x00000000778808ef KiUserExceptionDispatcher() # 9 qbittorrent.exe 0x00000000010566b7 _NLG_Return()[ f:\dd\vctools\crt\vcruntime\src\eh\i386\lowhelpr.asm : 62 ] # 10 qbittorrent.exe 0x0000000000fe2013 QSettingsPrivate::create() # 11 qbittorrent.exe 0x000000000093e992 Rss::Feed::saveItemsToDisk()[ base\rss\rssfeed.cpp : 102 ] # 12 qbittorrent.exe 0x000000000093fcd7 Rss::Feed::handleParsingFinished(error)[ base\rss\rssfeed.cpp : 446 ] # 13 qbittorrent.exe 0x00000000009dba38 Rss::Feed::qt_static_metacall(_o, _c, _id, _a)[ release\moc_rssfeed.cpp : 103 ] # 14 qbittorrent.exe 0x0000000000f1d8fe QMetaCallEvent::placeMetaCall() # 15 qbittorrent.exe 0x0000000000f1e1d2 QObject::event() # 16 qbittorrent.exe 0x0000000000b4b41e QApplicationPrivate::notify_helper() # 17 qbittorrent.exe 0x0000000000b4af27 QApplication::notify() # 18 qbittorrent.exe 0x00000000008f6bd3 Application::notify(receiver, event)[ app\application.cpp : 499 ] # 19 qbittorrent.exe 0x0000000000f43a44 QCoreApplication::notifyInternal2() # 20 qbittorrent.exe 0x0000000000f442c0 QCoreApplicationPrivate::sendPostedEvents() # 21 qbittorrent.exe 0x0000000000fcb03e QEventDispatcherWin32::sendPostedEvents() # 22 qbittorrent.exe 0x0000000000d3ca8d QWindowsGuiEventDispatcher::sendPostedEvents() # 23 qbittorrent.exe 0x0000000000fc96d4 qt_internal_proc() # 24 USER32.dll 0x00000000752bd2b3 SetManipulationInputTarget() # 25 USER32.dll 0x000000007529e88a DispatchMessageW() # 26 USER32.dll 0x000000007529e1e4 DispatchMessageW() # 27 USER32.dll 0x000000007529dfa0 DispatchMessageW() # 28 qbittorrent.exe 0x0000000000fca20a QEventDispatcherWin32::processEvents() # 29 qbittorrent.exe 0x0000000000d3ca7c QWindowsGuiEventDispatcher::processEvents() # 30 qbittorrent.exe 0x0000000000fae1e3 QEventLoop::exec() # 31 qbittorrent.exe 0x0000000000f43dd2 QCoreApplication::exec() # 32 qbittorrent.exe 0x00000000008f69e4 Application::exec(params)[ app\application.cpp : 444 ] # 33 qbittorrent.exe 0x00000000008fb8a1 main(argc, argv)[ app\main.cpp : 286 ] # 34 qbittorrent.exe 0x000000000103bc54 WinMain() # 35 qbittorrent.exe 0x0000000001051545 __scrt_common_main_seh()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 253 ] # 36 KERNEL32.DLL 0x0000000075a062c4 BaseThreadInitThunk() # 37 ntdll.dll 0x0000000077870fd9 RtlSubscribeWnfStateChangeNotification() # 38 ntdll.dll 0x0000000077870fa4 RtlSubscribeWnfStateChangeNotification() ```
deekerman 2026-02-21 17:43:51 -05:00
Author
Owner

@thalieht commented on GitHub (Jul 26, 2018):

RSS was redesigned, if this problem persists in the latest version open a new issue.

@thalieht commented on GitHub (Jul 26, 2018): RSS was redesigned, if this problem persists in the latest version open a new issue.
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#5215
No description provided.