crash #7445

Closed
opened 2026-02-21 18:58:29 -05:00 by deekerman · 1 comment
Owner

Originally created by @bauwoo on GitHub (Jun 22, 2018).

qBittorrent version: v4.1.1 (64-bit)
Libtorrent version: 1.1.7.0
Qt version: 5.10.1
Boost version: 1.67.0
OS version: Windows 10 (10.0) 10.0.17134 x86_64

Caught signal: SIGSEGV

#  0 qbittorrent.exe      0x00007ff6f4441e5a straceWin::getBacktrace()[ app\stacktrace_win.h : 213 ]
#  1 qbittorrent.exe      0x00007ff6f44455d1 sigAbnormalHandler(signum)[ app\main.cpp : 312 ]
#  2 qbittorrent.exe      0x00007ff6f502f1e1 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ]
#  3 qbittorrent.exe      0x00007ff6f51115be `__scrt_common_main_seh'::`1'::filt$0()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 299 ]
#  4 qbittorrent.exe      0x00007ff6f5010af0 __C_specific_handler(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext)
#  5 ntdll.dll            0x00007ffab7dceced _chkstk()
#  6 ntdll.dll            0x00007ffab7d36c86 RtlWalkFrameChain()
#  7 ntdll.dll            0x00007ffab7dcdc1e KiUserExceptionDispatcher()
#  8 ???                  0x00000256b44f67d0 0x256b44f67d0()
#  9 qbittorrent.exe      0x00007ff6f446643d BitTorrent::Session::handleAlert(a, a)[ base\bittorrent\session.cpp : 3977 ]
# 10 qbittorrent.exe      0x00007ff6f4466394 BitTorrent::Session::readAlerts()[ base\bittorrent\session.cpp : 3967 ]
# 11 qbittorrent.exe      0x00007ff6f45fecf0 BitTorrent::Session::qt_static_metacall(_o, _c, _id, _a)[ release\moc_session.cpp : 396 ]
# 12 qbittorrent.exe      0x00007ff6f4e3e8ca QMetaCallEvent::placeMetaCall()
# 13 qbittorrent.exe      0x00007ff6f4e3f45f QObject::event()
# 14 qbittorrent.exe      0x00007ff6f498f6ab QApplicationPrivate::notify_helper()
# 15 qbittorrent.exe      0x00007ff6f498f04a QApplication::notify()
# 16 qbittorrent.exe      0x00007ff6f4439128 Application::notify(receiver, event)[ app\application.cpp : 609 ]
# 17 qbittorrent.exe      0x00007ff6f4e79ab3 QCoreApplication::notifyInternal2()
# 18 qbittorrent.exe      0x00007ff6f4e7a587 QCoreApplicationPrivate::sendPostedEvents()
# 19 qbittorrent.exe      0x00007ff6f48cfcb3 QWindowsGuiEventDispatcher::sendPostedEvents()
# 20 qbittorrent.exe      0x00007ff6f4f5fb8a qt_internal_proc()
# 21 USER32.dll           0x00007ffab7626cc1 CallWindowProcW()
# 22 USER32.dll           0x00007ffab7626693 DispatchMessageW()
# 23 qbittorrent.exe      0x00007ff6f4f60dc9 QEventDispatcherWin32::processEvents()
# 24 qbittorrent.exe      0x00007ff6f48cfc81 QWindowsGuiEventDispatcher::processEvents()
# 25 qbittorrent.exe      0x00007ff6f4f648f8 QEventLoop::exec()
# 26 qbittorrent.exe      0x00007ff6f4e79fbd QCoreApplication::exec()
# 27 qbittorrent.exe      0x00007ff6f444549b main(argc, argv, argv)[ app\main.cpp : 263 ]
# 28 qbittorrent.exe      0x00007ff6f5008e1b WinMain()
# 29 qbittorrent.exe      0x00007ff6f500eea6 __scrt_common_main_seh()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 283 ]
# 30 KERNEL32.DLL         0x00007ffab5203034 BaseThreadInitThunk()
# 31 ntdll.dll            0x00007ffab7da1431 RtlUserThreadStart()
Originally created by @bauwoo on GitHub (Jun 22, 2018). qBittorrent version: v4.1.1 (64-bit) Libtorrent version: 1.1.7.0 Qt version: 5.10.1 Boost version: 1.67.0 OS version: Windows 10 (10.0) 10.0.17134 x86_64 Caught signal: SIGSEGV ``` # 0 qbittorrent.exe 0x00007ff6f4441e5a straceWin::getBacktrace()[ app\stacktrace_win.h : 213 ] # 1 qbittorrent.exe 0x00007ff6f44455d1 sigAbnormalHandler(signum)[ app\main.cpp : 312 ] # 2 qbittorrent.exe 0x00007ff6f502f1e1 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ] # 3 qbittorrent.exe 0x00007ff6f51115be `__scrt_common_main_seh'::`1'::filt$0()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 299 ] # 4 qbittorrent.exe 0x00007ff6f5010af0 __C_specific_handler(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext) # 5 ntdll.dll 0x00007ffab7dceced _chkstk() # 6 ntdll.dll 0x00007ffab7d36c86 RtlWalkFrameChain() # 7 ntdll.dll 0x00007ffab7dcdc1e KiUserExceptionDispatcher() # 8 ??? 0x00000256b44f67d0 0x256b44f67d0() # 9 qbittorrent.exe 0x00007ff6f446643d BitTorrent::Session::handleAlert(a, a)[ base\bittorrent\session.cpp : 3977 ] # 10 qbittorrent.exe 0x00007ff6f4466394 BitTorrent::Session::readAlerts()[ base\bittorrent\session.cpp : 3967 ] # 11 qbittorrent.exe 0x00007ff6f45fecf0 BitTorrent::Session::qt_static_metacall(_o, _c, _id, _a)[ release\moc_session.cpp : 396 ] # 12 qbittorrent.exe 0x00007ff6f4e3e8ca QMetaCallEvent::placeMetaCall() # 13 qbittorrent.exe 0x00007ff6f4e3f45f QObject::event() # 14 qbittorrent.exe 0x00007ff6f498f6ab QApplicationPrivate::notify_helper() # 15 qbittorrent.exe 0x00007ff6f498f04a QApplication::notify() # 16 qbittorrent.exe 0x00007ff6f4439128 Application::notify(receiver, event)[ app\application.cpp : 609 ] # 17 qbittorrent.exe 0x00007ff6f4e79ab3 QCoreApplication::notifyInternal2() # 18 qbittorrent.exe 0x00007ff6f4e7a587 QCoreApplicationPrivate::sendPostedEvents() # 19 qbittorrent.exe 0x00007ff6f48cfcb3 QWindowsGuiEventDispatcher::sendPostedEvents() # 20 qbittorrent.exe 0x00007ff6f4f5fb8a qt_internal_proc() # 21 USER32.dll 0x00007ffab7626cc1 CallWindowProcW() # 22 USER32.dll 0x00007ffab7626693 DispatchMessageW() # 23 qbittorrent.exe 0x00007ff6f4f60dc9 QEventDispatcherWin32::processEvents() # 24 qbittorrent.exe 0x00007ff6f48cfc81 QWindowsGuiEventDispatcher::processEvents() # 25 qbittorrent.exe 0x00007ff6f4f648f8 QEventLoop::exec() # 26 qbittorrent.exe 0x00007ff6f4e79fbd QCoreApplication::exec() # 27 qbittorrent.exe 0x00007ff6f444549b main(argc, argv, argv)[ app\main.cpp : 263 ] # 28 qbittorrent.exe 0x00007ff6f5008e1b WinMain() # 29 qbittorrent.exe 0x00007ff6f500eea6 __scrt_common_main_seh()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 283 ] # 30 KERNEL32.DLL 0x00007ffab5203034 BaseThreadInitThunk() # 31 ntdll.dll 0x00007ffab7da1431 RtlUserThreadStart() ```
deekerman 2026-02-21 18:58:29 -05:00
  • closed this issue
  • added the
    Crash
    label
Author
Owner

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

I suppose you tried to download a torrent with other .torrent files inside it? If yes it will be fixed in 4.1.2.

@thalieht commented on GitHub (Jul 22, 2018): I suppose you tried to download a torrent with other .torrent files inside it? If yes it will be fixed in 4.1.2.
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#7445
No description provided.