Crash on exit from tray icon #4369

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

Originally created by @theodoor on GitHub (Jun 13, 2016).

In order to make qBittorrent work with my VPN I have to close qBittorrent and open it again. Closing sometimes gives crash.

qBittorrent version: v3.3.4
Libtorrent version: 1.0.8.0
Qt version: 5.6.0
Boost version: 1.60.0
OS version: Windows 10 10.0.10586 x86_64

#  0 qbittorrent.exe      0x0000000000aaa78f straceWin::getBacktrace()
#  1 qbittorrent.exe      0x0000000000aaccc9 sigAbnormalHandler(signum)
#  2 qbittorrent.exe      0x000000000129ab78 _seh_filter_exe(xcptnum, pxcptinfoptrs)
#  3 qbittorrent.exe      0x00000000012815ef __scrt_common_main_seh()
#  4 qbittorrent.exe      0x0000000001286ec0 _EH4_CallFilterFunc()
#  5 qbittorrent.exe      0x0000000001285be1 _except_handler4(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext)
#  6 ntdll.dll            0x000000007761b652 RtlConvertUlongToLargeInteger()
#  7 ntdll.dll            0x000000007761b624 RtlConvertUlongToLargeInteger()
#  8 ntdll.dll            0x0000000077608e7f KiUserExceptionDispatcher()
#  9 qbittorrent.exe      0x0000000000aaf821 QWriteLocker::QWriteLocker(areadWriteLock)
#10 qbittorrent.exe      0x0000000000ab0c54 Preferences::setValue(key, value)
#11 qbittorrent.exe      0x0000000000ab8bd3 Preferences::setAddNewTorrentDialogState(state)
#12 qbittorrent.exe      0x0000000000b5b0f3 AddNewTorrentDialog::saveState()
#13 qbittorrent.exe      0x0000000000b5afbf AddNewTorrentDialog::~AddNewTorrentDialog()
#14 qbittorrent.exe      0x0000000000b5af71 AddNewTorrentDialog::`scalar deleting destructor'()
#15 qbittorrent.exe      0x0000000000fe9796 QObjectPrivate::deleteChildren()
#16 qbittorrent.exe      0x0000000000c1cbdb QWidget::~QWidget()
#17 qbittorrent.exe      0x0000000000b41ccd MainWindow::~MainWindow()
#18 qbittorrent.exe      0x0000000000b41bdc MainWindow::`scalar deleting destructor'()
#19 qbittorrent.exe      0x0000000000aa8627 Application::cleanup()
#20 qbittorrent.exe      0x0000000000b84667 Application::qt_static_metacall(_o, _c, _id, _a)
#21 qbittorrent.exe      0x0000000000febc98 QMetaObject::activate()
#22 qbittorrent.exe      0x0000000000feb83c QMetaObject::activate()
#23 qbittorrent.exe      0x0000000001094a09 QCoreApplication::aboutToQuit()
#24 qbittorrent.exe      0x000000000100d884 QCoreApplication::exec()
#25 qbittorrent.exe      0x0000000000aa7df5 Application::exec(params)
#26 qbittorrent.exe      0x0000000000aac8aa main(argc, argv)
#27 qbittorrent.exe      0x0000000001101990 WinMain()
#28 qbittorrent.exe      0x00000000012815a8 __scrt_common_main_seh()
#29 KERNEL32.DLL         0x00000000745038f4 BaseThreadInitThunk()
#30 ntdll.dll            0x00000000775f5de3 RtlUnicodeStringToInteger()
#31 ntdll.dll            0x00000000775f5dae RtlUnicodeStringToInteger()

And on startup again:


Description
Faulting Application Path:  C:\Program Files (x86)\qBittorrent\qbittorrent.exe

Problem signature
Problem Event Name: APPCRASH
Application Name:   qbittorrent.exe
Application Version:    3.3.4.0
Application Timestamp:  56fae6df
Fault Module Name:  qbittorrent.exe
Fault Module Version:   3.3.4.0
Fault Module Timestamp: 56fae6df
Exception Code: c0000005
Exception Offset:   001a71f3
OS Version: 10.0.10586.2.0.0.768.101
Locale ID:  1043
Additional Information 1:   bdcb
Additional Information 2:   bdcb33e65a9843796b7ec31cc25bda3b
Additional Information 3:   b1e9
Additional Information 4:   b1e9e5e7403b4fc1f3fdca02e40d62b6

Extra information about the problem
Bucket ID:  037fb39d46f0d5b25bfd3c84a09669c1 (108060990033)
Originally created by @theodoor on GitHub (Jun 13, 2016). In order to make qBittorrent work with my VPN I have to close qBittorrent and open it again. Closing sometimes gives crash. ``` qBittorrent version: v3.3.4 Libtorrent version: 1.0.8.0 Qt version: 5.6.0 Boost version: 1.60.0 OS version: Windows 10 10.0.10586 x86_64 ``` ``` # 0 qbittorrent.exe 0x0000000000aaa78f straceWin::getBacktrace() # 1 qbittorrent.exe 0x0000000000aaccc9 sigAbnormalHandler(signum) # 2 qbittorrent.exe 0x000000000129ab78 _seh_filter_exe(xcptnum, pxcptinfoptrs) # 3 qbittorrent.exe 0x00000000012815ef __scrt_common_main_seh() # 4 qbittorrent.exe 0x0000000001286ec0 _EH4_CallFilterFunc() # 5 qbittorrent.exe 0x0000000001285be1 _except_handler4(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext) # 6 ntdll.dll 0x000000007761b652 RtlConvertUlongToLargeInteger() # 7 ntdll.dll 0x000000007761b624 RtlConvertUlongToLargeInteger() # 8 ntdll.dll 0x0000000077608e7f KiUserExceptionDispatcher() # 9 qbittorrent.exe 0x0000000000aaf821 QWriteLocker::QWriteLocker(areadWriteLock) #10 qbittorrent.exe 0x0000000000ab0c54 Preferences::setValue(key, value) #11 qbittorrent.exe 0x0000000000ab8bd3 Preferences::setAddNewTorrentDialogState(state) #12 qbittorrent.exe 0x0000000000b5b0f3 AddNewTorrentDialog::saveState() #13 qbittorrent.exe 0x0000000000b5afbf AddNewTorrentDialog::~AddNewTorrentDialog() #14 qbittorrent.exe 0x0000000000b5af71 AddNewTorrentDialog::`scalar deleting destructor'() #15 qbittorrent.exe 0x0000000000fe9796 QObjectPrivate::deleteChildren() #16 qbittorrent.exe 0x0000000000c1cbdb QWidget::~QWidget() #17 qbittorrent.exe 0x0000000000b41ccd MainWindow::~MainWindow() #18 qbittorrent.exe 0x0000000000b41bdc MainWindow::`scalar deleting destructor'() #19 qbittorrent.exe 0x0000000000aa8627 Application::cleanup() #20 qbittorrent.exe 0x0000000000b84667 Application::qt_static_metacall(_o, _c, _id, _a) #21 qbittorrent.exe 0x0000000000febc98 QMetaObject::activate() #22 qbittorrent.exe 0x0000000000feb83c QMetaObject::activate() #23 qbittorrent.exe 0x0000000001094a09 QCoreApplication::aboutToQuit() #24 qbittorrent.exe 0x000000000100d884 QCoreApplication::exec() #25 qbittorrent.exe 0x0000000000aa7df5 Application::exec(params) #26 qbittorrent.exe 0x0000000000aac8aa main(argc, argv) #27 qbittorrent.exe 0x0000000001101990 WinMain() #28 qbittorrent.exe 0x00000000012815a8 __scrt_common_main_seh() #29 KERNEL32.DLL 0x00000000745038f4 BaseThreadInitThunk() #30 ntdll.dll 0x00000000775f5de3 RtlUnicodeStringToInteger() #31 ntdll.dll 0x00000000775f5dae RtlUnicodeStringToInteger() ``` And on startup again: ``` Description Faulting Application Path: C:\Program Files (x86)\qBittorrent\qbittorrent.exe Problem signature Problem Event Name: APPCRASH Application Name: qbittorrent.exe Application Version: 3.3.4.0 Application Timestamp: 56fae6df Fault Module Name: qbittorrent.exe Fault Module Version: 3.3.4.0 Fault Module Timestamp: 56fae6df Exception Code: c0000005 Exception Offset: 001a71f3 OS Version: 10.0.10586.2.0.0.768.101 Locale ID: 1043 Additional Information 1: bdcb Additional Information 2: bdcb33e65a9843796b7ec31cc25bda3b Additional Information 3: b1e9 Additional Information 4: b1e9e5e7403b4fc1f3fdca02e40d62b6 Extra information about the problem Bucket ID: 037fb39d46f0d5b25bfd3c84a09669c1 (108060990033) ```
deekerman 2026-02-21 17:16:43 -05:00
  • closed this issue
  • added the
    Crash
    label
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#4369
No description provided.