Crashed while opening a .torrent within a torrent #7746

Closed
opened 2026-02-21 19:08:49 -05:00 by deekerman · 1 comment
Owner

Originally created by @AbdullahTrees on GitHub (Sep 14, 2018).

Please provide the following information

qBittorrent version and Operating System

qBittorent v4.1.1 running on Windows 10 LTSB

What is the problem

Crashes when opening the .torrent within a torrent

What is the expected behavior

Shouldn't crash and just open the .torrent

Steps to reproduce

Don't know if this is reproducible, but

  1. Make a torrent which contains only one .torrent file.
  2. Download the torrent you created
  3. When qBittorent asks if you want to start downloading the newly downloaded .torrent file, say yes
  4. Crash

Extra info(if any)

Only made this because the Crash handler asked me to, lol
Here is the text:

qBittorrent has crashed
Please file a bug report at http://bugs.qbittorrent.org and provide the following information:

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

Caught signal: SIGSEGV

#  0 qbittorrent.exe      0x00007ff6abad1e5a straceWin::getBacktrace()[ app\stacktrace_win.h : 213 ]
#  1 qbittorrent.exe      0x00007ff6abad55d1 sigAbnormalHandler(signum)[ app\main.cpp : 312 ]
#  2 qbittorrent.exe      0x00007ff6ac6bf1e1 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ]
#  3 qbittorrent.exe      0x00007ff6ac7a15be `__scrt_common_main_seh'::`1'::filt$0()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 299 ]
#  4 qbittorrent.exe      0x00007ff6ac6a0af0 __C_specific_handler(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext)
#  5 ntdll.dll            0x00007ffe3a48ab2d _chkstk()
#  6 ntdll.dll            0x00007ffe3a4295c3 RtlImageNtHeaderEx()
#  7 ntdll.dll            0x00007ffe3a489c9a KiUserExceptionDispatcher()
#  8 qbittorrent.exe      0x00007ff6abaf643a BitTorrent::Session::handleAlert(a, a)[ base\bittorrent\session.cpp : 3977 ]
#  9 qbittorrent.exe      0x00007ff6abaf6394 BitTorrent::Session::readAlerts()[ base\bittorrent\session.cpp : 3967 ]
# 10 qbittorrent.exe      0x00007ff6abc8ecf0 BitTorrent::Session::qt_static_metacall(_o, _c, _id, _a)[ release\moc_session.cpp : 396 ]
# 11 qbittorrent.exe      0x00007ff6ac4ce8ca QMetaCallEvent::placeMetaCall()
# 12 qbittorrent.exe      0x00007ff6ac4cf45f QObject::event()
# 13 qbittorrent.exe      0x00007ff6ac01f6ab QApplicationPrivate::notify_helper()
# 14 qbittorrent.exe      0x00007ff6ac01f04a QApplication::notify()
# 15 qbittorrent.exe      0x00007ff6abac9128 Application::notify(receiver, event)[ app\application.cpp : 609 ]
# 16 qbittorrent.exe      0x00007ff6ac509ab3 QCoreApplication::notifyInternal2()
# 17 qbittorrent.exe      0x00007ff6ac50a587 QCoreApplicationPrivate::sendPostedEvents()
# 18 qbittorrent.exe      0x00007ff6abf5fcb3 QWindowsGuiEventDispatcher::sendPostedEvents()
# 19 qbittorrent.exe      0x00007ff6ac5efb8a qt_internal_proc()
# 20 USER32.dll           0x00007ffe38901c84 CallWindowProcW()
# 21 USER32.dll           0x00007ffe389015cc DispatchMessageW()
# 22 qbittorrent.exe      0x00007ff6ac5f0dc9 QEventDispatcherWin32::processEvents()
# 23 qbittorrent.exe      0x00007ff6abf5fc81 QWindowsGuiEventDispatcher::processEvents()
# 24 qbittorrent.exe      0x00007ff6ac5f48f8 QEventLoop::exec()
# 25 qbittorrent.exe      0x00007ff6ac509fbd QCoreApplication::exec()
# 26 qbittorrent.exe      0x00007ff6abad549b main(argc, argv, argv)[ app\main.cpp : 263 ]
# 27 qbittorrent.exe      0x00007ff6ac698e1b WinMain()
# 28 qbittorrent.exe      0x00007ff6ac69eea6 __scrt_common_main_seh()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 283 ]
# 29 KERNEL32.DLL         0x00007ffe37d68364 BaseThreadInitThunk()
# 30 ntdll.dll            0x00007ffe3a447091 RtlUserThreadStart()

Originally created by @AbdullahTrees on GitHub (Sep 14, 2018). **Please provide the following information** ### qBittorrent version and Operating System qBittorent v4.1.1 running on Windows 10 LTSB ### What is the problem Crashes when opening the .torrent within a torrent ### What is the expected behavior Shouldn't crash and just open the .torrent ### Steps to reproduce Don't know if this is reproducible, but 1) Make a torrent which contains only one .torrent file. 2) Download the torrent you created 3) When qBittorent asks if you want to start downloading the newly downloaded .torrent file, say yes 4) Crash ### Extra info(if any) Only made this because the Crash handler asked me to, lol Here is the text: ----------------------------------------------------------------------- qBittorrent has crashed Please file a bug report at http://bugs.qbittorrent.org and provide the following information: 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.14393 x86_64 Caught signal: SIGSEGV ``` # 0 qbittorrent.exe 0x00007ff6abad1e5a straceWin::getBacktrace()[ app\stacktrace_win.h : 213 ] # 1 qbittorrent.exe 0x00007ff6abad55d1 sigAbnormalHandler(signum)[ app\main.cpp : 312 ] # 2 qbittorrent.exe 0x00007ff6ac6bf1e1 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ] # 3 qbittorrent.exe 0x00007ff6ac7a15be `__scrt_common_main_seh'::`1'::filt$0()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 299 ] # 4 qbittorrent.exe 0x00007ff6ac6a0af0 __C_specific_handler(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext) # 5 ntdll.dll 0x00007ffe3a48ab2d _chkstk() # 6 ntdll.dll 0x00007ffe3a4295c3 RtlImageNtHeaderEx() # 7 ntdll.dll 0x00007ffe3a489c9a KiUserExceptionDispatcher() # 8 qbittorrent.exe 0x00007ff6abaf643a BitTorrent::Session::handleAlert(a, a)[ base\bittorrent\session.cpp : 3977 ] # 9 qbittorrent.exe 0x00007ff6abaf6394 BitTorrent::Session::readAlerts()[ base\bittorrent\session.cpp : 3967 ] # 10 qbittorrent.exe 0x00007ff6abc8ecf0 BitTorrent::Session::qt_static_metacall(_o, _c, _id, _a)[ release\moc_session.cpp : 396 ] # 11 qbittorrent.exe 0x00007ff6ac4ce8ca QMetaCallEvent::placeMetaCall() # 12 qbittorrent.exe 0x00007ff6ac4cf45f QObject::event() # 13 qbittorrent.exe 0x00007ff6ac01f6ab QApplicationPrivate::notify_helper() # 14 qbittorrent.exe 0x00007ff6ac01f04a QApplication::notify() # 15 qbittorrent.exe 0x00007ff6abac9128 Application::notify(receiver, event)[ app\application.cpp : 609 ] # 16 qbittorrent.exe 0x00007ff6ac509ab3 QCoreApplication::notifyInternal2() # 17 qbittorrent.exe 0x00007ff6ac50a587 QCoreApplicationPrivate::sendPostedEvents() # 18 qbittorrent.exe 0x00007ff6abf5fcb3 QWindowsGuiEventDispatcher::sendPostedEvents() # 19 qbittorrent.exe 0x00007ff6ac5efb8a qt_internal_proc() # 20 USER32.dll 0x00007ffe38901c84 CallWindowProcW() # 21 USER32.dll 0x00007ffe389015cc DispatchMessageW() # 22 qbittorrent.exe 0x00007ff6ac5f0dc9 QEventDispatcherWin32::processEvents() # 23 qbittorrent.exe 0x00007ff6abf5fc81 QWindowsGuiEventDispatcher::processEvents() # 24 qbittorrent.exe 0x00007ff6ac5f48f8 QEventLoop::exec() # 25 qbittorrent.exe 0x00007ff6ac509fbd QCoreApplication::exec() # 26 qbittorrent.exe 0x00007ff6abad549b main(argc, argv, argv)[ app\main.cpp : 263 ] # 27 qbittorrent.exe 0x00007ff6ac698e1b WinMain() # 28 qbittorrent.exe 0x00007ff6ac69eea6 __scrt_common_main_seh()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 283 ] # 29 KERNEL32.DLL 0x00007ffe37d68364 BaseThreadInitThunk() # 30 ntdll.dll 0x00007ffe3a447091 RtlUserThreadStart() ``` -----------------------------------------------------------------------------------------
deekerman 2026-02-21 19:08:49 -05:00
  • closed this issue
  • added the
    Crash
    label
Author
Owner

@thalieht commented on GitHub (Sep 14, 2018):

Fixed in 4.1.2.

@thalieht commented on GitHub (Sep 14, 2018): 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#7746
No description provided.