mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Setting torrent files to "Do not download" from context menu. #1426
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#1426
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maraymer on GitHub (May 9, 2014).
Selected the option from the context menu after the torrent disappeared from Active.
Catching SIGSEGV, please report a bug at http://bug.qbittorrent.org
and provide the following backtrace:
qBittorrent version: v3.2.0alpha
stack trace:
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : ()+0x7462f0 [0x7fdee39b62f0]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : QSortFilterProxyModel::mapToSource(QModelIndex const&) const+0xd [0x7fdee39b641d]
qbittorrent : TorrentContentFilterModel::parent(QModelIndex const&) const+0x4a [0x5d404a]
qbittorrent : PropertiesWidget::displayFilesListMenu(QPoint const&)+0x27d [0x51750d]
qbittorrent() [0x5f6ab9]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4 : QMetaObject::activate(QObject_, QMetaObject const_, int, void*)+0x2da [0x7fdee2bd487a]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : QWidget::customContextMenuRequested(QPoint const&)+0x22 [0x7fdee347ba62]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : QWidget::event(QEvent)+0xea7 [0x7fdee34898e7]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : QFrame::event(QEvent_)+0x1e [0x7fdee382afce]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : QAbstractScrollArea::event(QEvent_)+0x2bb [0x7fdee38a742b]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : QAbstractItemView::event(QEvent_)+0x8b [0x7fdee393a27b]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : QApplicationPrivate::notify_helper(QObject_, QEvent_)+0x8c [0x7fdee3439e2c]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : QApplication::notify(QObject_, QEvent_)+0xfc8 [0x7fdee34411f8]
qbittorrent : SessionApplication::notify(QObject_, QEvent_)+0x10 [0x5d4ba0]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4 : QCoreApplication::notifyInternal(QObject_, QEvent_)+0x6d [0x7fdee2bc04dd]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : ()+0x2690d8 [0x7fdee34d90d8]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : ()+0x269399 [0x7fdee34d9399]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : QApplication::x11ProcessEvent(XEvent)+0x6e7 [0x7fdee34b33f7]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : ()+0x26bb02 [0x7fdee34dbb02]
/lib/x86_64-linux-gnu/libglib-2.0.so.0 : g_main_context_dispatch()+0x254 [0x7fdee0ecce04]
/lib/x86_64-linux-gnu/libglib-2.0.so.0 : ()+0x49048 [0x7fdee0ecd048]
/lib/x86_64-linux-gnu/libglib-2.0.so.0 : g_main_context_iteration()+0x2c [0x7fdee0ecd0ec]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4 : QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag)+0x8e [0x7fdee2bed7be]
/usr/lib/x86_64-linux-gnu/libQtGui.so.4 : ()+0x26bbb6 [0x7fdee34dbbb6]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4 : QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag)+0x2f [0x7fdee2bbf0af]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4 : QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag)+0x175 [0x7fdee2bbf3a5]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4 : QCoreApplication::exec()+0x89 [0x7fdee2bc4b79]
qbittorrent : main()+0xff8 [0x4720a8]
/lib/x86_64-linux-gnu/libc.so.6 : __libc_start_main()+0xf5 [0x7fdee1e7eec5]
qbittorrent() [0x474ed8]
Segmentation fault (core dumped)
@sledgehammer999 commented on GitHub (May 9, 2014):
Do you mean the context menu in the "content" button treeview?
@maraymer commented on GitHub (May 11, 2014):
I think that's what I mean :-) I was in the files view of the torrent. I had selected a several files I wanted to mark "Do not download" then I hit the keyboard context button (the keyboard equivalent of right click), it displayed the menu on the pane of the files, but before I could select the torrent went off screen -- the file list disppeared, I went ahead and selected the option "Do not download" and the application crashed.
@maraymer commented on GitHub (May 15, 2014):
Thanks! I'll check it the next time I recompile.