[Crash] [WinDbg Report] qBT has crashed on Win7 x64. #2 #4316

Closed
opened 2026-02-21 17:15:08 -05:00 by deekerman · 2 comments
Owner

Originally created by @Misiek304 on GitHub (May 25, 2016).

qBT has crashed today when I was deleting a RSS feed.
Here's the WinDbg report: http://pastebin.com/y75tutQ2

Originally created by @Misiek304 on GitHub (May 25, 2016). qBT has crashed today when I was deleting a RSS feed. Here's the WinDbg report: http://pastebin.com/y75tutQ2
deekerman 2026-02-21 17:15:08 -05:00
  • closed this issue
  • added the
    RSS
    Crash
    labels
Author
Owner

@zeule commented on GitHub (May 25, 2016):

Just to make reading easier here is a summary: it is an access violation reading a null pointer and the last frames of the stack trace are:

00 003292bc 00a68aac qbittorrent!RSSImp::deleteSelectedItems(void)+0x149 [g:\qbittorrent\qbittorrent-3.3.4\src\gui\rss\rss_imp.cpp @ 271]
01 003292e8 00ecbc98 qbittorrent!RSSImp::qt_static_metacall(class QObject * _o = 0x0cfa0f08, QMetaObject::Call _c = InvokeMetaMethod (0n0), int _id = 0n1, void ** _a = 0x003293a8)+0x46 [g:\qbittorrent\build-qbittorrent334-qt5_msvc2015-release\src\release\moc_rss_imp.cpp @ 194]
02 00329390 00b54992 qbittorrent!QMetaObject::activate+0x455
03 003293b4 00b5429f qbittorrent!QAction::triggered+0x32
04 003293dc 00b41b9e qbittorrent!QAction::activate+0xb0
05 00329408 00b41e04 qbittorrent!QMenuPrivate::activateCausedStack+0x32
06 0032946c 00b43d32 qbittorrent!QMenuPrivate::activateAction+0x18e
07 0032949c 00b0616c qbittorrent!QMenu::mouseReleaseEvent+0xa5
08 0032952c 00b44181 qbittorrent!QWidget::event+0xae
09 0032958c 00af8286 qbittorrent!QMenu::event+0x2a2
0a 003295a8 00af70c0 qbittorrent!QApplicationPrivate::notify_helper+0xb4
0b 003299d8 00987fe4 qbittorrent!QApplication::notify+0x8fb
0c 00329a20 00eed4d4 qbittorrent!Application::notify(class QObject * receiver = 0x0032c5d8, class QEvent * event = 0x00329b10)+0x1b [g:\qbittorrent\qbittorrent-3.3.4\src\app\application.cpp @ 359]
0d 00329a68 00af639e qbittorrent!QCoreApplication::notifyInternal2+0x7b
0e 00329ae4 00bd6366 qbittorrent!QApplicationPrivate::sendMouseEvent+0x1e9
0f 00329d94 00bd5cb8 qbittorrent!QWidgetWindow::handleMouseEvent+0x253

In branch "v3_3_x" line 271 of the rss_imp.cpp file is:

rss_item->parentFolder()->removeChild(rss_item->id());
@zeule commented on GitHub (May 25, 2016): Just to make reading easier here is a summary: it is an access violation reading a null pointer and the last frames of the stack trace are: ``` 00 003292bc 00a68aac qbittorrent!RSSImp::deleteSelectedItems(void)+0x149 [g:\qbittorrent\qbittorrent-3.3.4\src\gui\rss\rss_imp.cpp @ 271] 01 003292e8 00ecbc98 qbittorrent!RSSImp::qt_static_metacall(class QObject * _o = 0x0cfa0f08, QMetaObject::Call _c = InvokeMetaMethod (0n0), int _id = 0n1, void ** _a = 0x003293a8)+0x46 [g:\qbittorrent\build-qbittorrent334-qt5_msvc2015-release\src\release\moc_rss_imp.cpp @ 194] 02 00329390 00b54992 qbittorrent!QMetaObject::activate+0x455 03 003293b4 00b5429f qbittorrent!QAction::triggered+0x32 04 003293dc 00b41b9e qbittorrent!QAction::activate+0xb0 05 00329408 00b41e04 qbittorrent!QMenuPrivate::activateCausedStack+0x32 06 0032946c 00b43d32 qbittorrent!QMenuPrivate::activateAction+0x18e 07 0032949c 00b0616c qbittorrent!QMenu::mouseReleaseEvent+0xa5 08 0032952c 00b44181 qbittorrent!QWidget::event+0xae 09 0032958c 00af8286 qbittorrent!QMenu::event+0x2a2 0a 003295a8 00af70c0 qbittorrent!QApplicationPrivate::notify_helper+0xb4 0b 003299d8 00987fe4 qbittorrent!QApplication::notify+0x8fb 0c 00329a20 00eed4d4 qbittorrent!Application::notify(class QObject * receiver = 0x0032c5d8, class QEvent * event = 0x00329b10)+0x1b [g:\qbittorrent\qbittorrent-3.3.4\src\app\application.cpp @ 359] 0d 00329a68 00af639e qbittorrent!QCoreApplication::notifyInternal2+0x7b 0e 00329ae4 00bd6366 qbittorrent!QApplicationPrivate::sendMouseEvent+0x1e9 0f 00329d94 00bd5cb8 qbittorrent!QWidgetWindow::handleMouseEvent+0x253 ``` In branch "v3_3_x" line 271 of the rss_imp.cpp file is: ``` C++ rss_item->parentFolder()->removeChild(rss_item->id()); ```
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#4316
No description provided.