crash when adding torrent from web ui #6186

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

Originally created by @kayassine on GitHub (Oct 18, 2017).

This happens fairly often when I add torrents through the web ui:

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

qBittorrent version: v3.3.16 (32-bit)
Libtorrent version: 1.0.11.0
Qt version: 5.7.1
Boost version: 1.64.0
OS version: Windows 7 SP 1 6.1.7601 i386

#  0 qbittorrent.exe      0x0000000001388588 straceWin::getBacktrace()[ app\stacktrace_win.h : 191 ]
#  1 qbittorrent.exe      0x000000000138adae sigAbnormalHandler(signum)[ app\main.cpp : 400 ]
#  2 qbittorrent.exe      0x0000000001ae7536 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ d:\th\minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ]
#  3 qbittorrent.exe      0x0000000001ace944 __scrt_common_main_seh()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 275 ]
#  4 qbittorrent.exe      0x0000000001ad3ce0 _EH4_CallFilterFunc()
#  5 qbittorrent.exe      0x0000000001ad2baf _except_handler4(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext)
#  6 ntdll.dll            0x0000000077ae6d79 RtlRaiseStatus()
#  7 ntdll.dll            0x0000000077ae6d4b RtlRaiseStatus()
#  8 ntdll.dll            0x0000000077ae6bd7 KiUserExceptionDispatcher()
#  9 qbittorrent.exe      0x0000000001396683 QIODevice::write(data)[ g:\qbittorrent\install_msvc\qt5\include\qtcore\qiodevice.h : 135 ]
# 10 qbittorrent.exe      0x0000000001396b6d Http::Connection::sendResponse(response)[ base\http\connection.cpp : 93 ]
# 11 qbittorrent.exe      0x00000000013969e6 Http::Connection::read()[ base\http\connection.cpp : 85 ]
# 12 qbittorrent.exe      0x00000000019a8ad3 QMetaObject::activate()
# 13 qbittorrent.exe      0x00000000019a867f QMetaObject::activate()
# 14 qbittorrent.exe      0x0000000001a4f7f0 QIODevice::readyRead()
# 15 qbittorrent.exe      0x000000000195bf05 QAbstractSocketPrivate::emitReadyRead()
# 16 qbittorrent.exe      0x000000000195b283 QAbstractSocketPrivate::canReadNotification()
# 17 qbittorrent.exe      0x000000000198e5be QReadNotifier::event()
# 18 qbittorrent.exe      0x00000000015d6b44 QApplicationPrivate::notify_helper()
# 19 qbittorrent.exe      0x00000000015d664d QApplication::notify()
# 20 qbittorrent.exe      0x0000000001385b5e Application::notify(receiver, event)[ app\application.cpp : 505 ]
# 21 qbittorrent.exe      0x00000000019caef7 QCoreApplication::notifyInternal2()
# 22 qbittorrent.exe      0x0000000001a48844 qt_internal_proc()
# 23 USER32.dll           0x000000007652c4b7 gapfnScSendMessage()
# 24 USER32.dll           0x000000007652c5b7 gapfnScSendMessage()
# 25 USER32.dll           0x000000007652cbe9 gapfnScSendMessage()
# 26 USER32.dll           0x000000007652cc40 DispatchMessageW()
# 27 qbittorrent.exe      0x0000000001a49448 QEventDispatcherWin32::processEvents()
# 28 qbittorrent.exe      0x00000000017c611a QWindowsGuiEventDispatcher::processEvents()
# 29 qbittorrent.exe      0x0000000001a34809 QEventLoop::exec()
# 30 qbittorrent.exe      0x00000000019cb285 QCoreApplication::exec()
# 31 qbittorrent.exe      0x000000000138596f Application::exec(params)[ app\application.cpp : 450 ]
# 32 qbittorrent.exe      0x000000000138a99d main(argc, argv)[ app\main.cpp : 304 ]
# 33 qbittorrent.exe      0x0000000001ab90c7 WinMain()
# 34 qbittorrent.exe      0x0000000001ace904 __scrt_common_main_seh()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 259 ]
# 35 kernel32.dll         0x0000000075e8ef8c BaseThreadInitThunk()
# 36 ntdll.dll            0x0000000077b0367a RtlInitializeExceptionChain()
# 37 ntdll.dll            0x0000000077b0364d RtlInitializeExceptionChain()
Originally created by @kayassine on GitHub (Oct 18, 2017). This happens fairly often when I add torrents through the web ui: qBittorrent has crashed Please file a bug report at http://bugs.qbittorrent.org and provide the following information: qBittorrent version: v3.3.16 (32-bit) Libtorrent version: 1.0.11.0 Qt version: 5.7.1 Boost version: 1.64.0 OS version: Windows 7 SP 1 6.1.7601 i386 ``` # 0 qbittorrent.exe 0x0000000001388588 straceWin::getBacktrace()[ app\stacktrace_win.h : 191 ] # 1 qbittorrent.exe 0x000000000138adae sigAbnormalHandler(signum)[ app\main.cpp : 400 ] # 2 qbittorrent.exe 0x0000000001ae7536 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ d:\th\minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ] # 3 qbittorrent.exe 0x0000000001ace944 __scrt_common_main_seh()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 275 ] # 4 qbittorrent.exe 0x0000000001ad3ce0 _EH4_CallFilterFunc() # 5 qbittorrent.exe 0x0000000001ad2baf _except_handler4(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext) # 6 ntdll.dll 0x0000000077ae6d79 RtlRaiseStatus() # 7 ntdll.dll 0x0000000077ae6d4b RtlRaiseStatus() # 8 ntdll.dll 0x0000000077ae6bd7 KiUserExceptionDispatcher() # 9 qbittorrent.exe 0x0000000001396683 QIODevice::write(data)[ g:\qbittorrent\install_msvc\qt5\include\qtcore\qiodevice.h : 135 ] # 10 qbittorrent.exe 0x0000000001396b6d Http::Connection::sendResponse(response)[ base\http\connection.cpp : 93 ] # 11 qbittorrent.exe 0x00000000013969e6 Http::Connection::read()[ base\http\connection.cpp : 85 ] # 12 qbittorrent.exe 0x00000000019a8ad3 QMetaObject::activate() # 13 qbittorrent.exe 0x00000000019a867f QMetaObject::activate() # 14 qbittorrent.exe 0x0000000001a4f7f0 QIODevice::readyRead() # 15 qbittorrent.exe 0x000000000195bf05 QAbstractSocketPrivate::emitReadyRead() # 16 qbittorrent.exe 0x000000000195b283 QAbstractSocketPrivate::canReadNotification() # 17 qbittorrent.exe 0x000000000198e5be QReadNotifier::event() # 18 qbittorrent.exe 0x00000000015d6b44 QApplicationPrivate::notify_helper() # 19 qbittorrent.exe 0x00000000015d664d QApplication::notify() # 20 qbittorrent.exe 0x0000000001385b5e Application::notify(receiver, event)[ app\application.cpp : 505 ] # 21 qbittorrent.exe 0x00000000019caef7 QCoreApplication::notifyInternal2() # 22 qbittorrent.exe 0x0000000001a48844 qt_internal_proc() # 23 USER32.dll 0x000000007652c4b7 gapfnScSendMessage() # 24 USER32.dll 0x000000007652c5b7 gapfnScSendMessage() # 25 USER32.dll 0x000000007652cbe9 gapfnScSendMessage() # 26 USER32.dll 0x000000007652cc40 DispatchMessageW() # 27 qbittorrent.exe 0x0000000001a49448 QEventDispatcherWin32::processEvents() # 28 qbittorrent.exe 0x00000000017c611a QWindowsGuiEventDispatcher::processEvents() # 29 qbittorrent.exe 0x0000000001a34809 QEventLoop::exec() # 30 qbittorrent.exe 0x00000000019cb285 QCoreApplication::exec() # 31 qbittorrent.exe 0x000000000138596f Application::exec(params)[ app\application.cpp : 450 ] # 32 qbittorrent.exe 0x000000000138a99d main(argc, argv)[ app\main.cpp : 304 ] # 33 qbittorrent.exe 0x0000000001ab90c7 WinMain() # 34 qbittorrent.exe 0x0000000001ace904 __scrt_common_main_seh()[ f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl : 259 ] # 35 kernel32.dll 0x0000000075e8ef8c BaseThreadInitThunk() # 36 ntdll.dll 0x0000000077b0367a RtlInitializeExceptionChain() # 37 ntdll.dll 0x0000000077b0364d RtlInitializeExceptionChain() ```
Author
Owner

@ngosang commented on GitHub (Sep 16, 2018):

We are closing all issues related to old qBittorrent versions (qBittorrent < 4.1.0).
Please, update to last release and, if the bug/error/crash is still present, open another issue.
Thank you.

@ngosang commented on GitHub (Sep 16, 2018): We are closing all issues related to old qBittorrent versions (qBittorrent < 4.1.0). Please, update to last release and, if the bug/error/crash is still present, open another issue. Thank you.
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#6186
No description provided.