mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
qbittorrent crash after Ubuntu 20.04 update #10438
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#10438
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 @deathisinevitable on GitHub (May 13, 2020).
Please provide the following information
qBittorrent version and Operating System
4.2.5, Ubuntu 20.04
log:
Please file a bug report at http://bug.qbittorrent.org and provide the following information:
qBittorrent version: v4.2.5
Caught signal: SIGSEGV
Stack trace:
/lib/x86_64-linux-gnu/libtorrent-rasterbar.so.9 : boost::system::error_category::equivalent(boost::system::error_code const&, int) const+0x8 [0x7f43b7b4ef68]
qbittorrent : BitTorrent::Session::handleListenFailedAlert(libtorrent::listen_failed_alert const*)+0xcb [0x5614afe9562b]
qbittorrent : BitTorrent::Session::handleAlert(libtorrent::alert const*)+0x114 [0x5614afea4be4]
qbittorrent : BitTorrent::Session::readAlerts()+0x4b [0x5614afea4cab]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : QObject::event(QEvent*)+0x23a [0x7f43b68cfd5a]
/lib/x86_64-linux-gnu/libQt5Widgets.so.5 : QApplicationPrivate::notify_helper(QObject*, QEvent*)+0x86 [0x7f43b755ca66]
/lib/x86_64-linux-gnu/libQt5Widgets.so.5 : QApplication::notify(QObject*, QEvent*)+0x330 [0x7f43b75660f0]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : QCoreApplication::notifyInternal2(QObject*, QEvent*)+0x18a [0x7f43b68a393a]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*)+0x148 [0x7f43b68a65b8]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : ()+0x2def67 [0x7f43b68fbf67]
/lib/x86_64-linux-gnu/libglib-2.0.so.0 : g_main_context_dispatch()+0x27d [0x7f43b5511fbd]
/lib/x86_64-linux-gnu/libglib-2.0.so.0 : ()+0x52240 [0x7f43b5512240]
/lib/x86_64-linux-gnu/libglib-2.0.so.0 : g_main_context_iteration()+0x33 [0x7f43b55122e3]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag)+0x65 [0x7f43b68fb565]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag)+0x12b [0x7f43b68a24db]
/lib/x86_64-linux-gnu/libQt5Core.so.5 : QCoreApplication::exec()+0x96 [0x7f43b68aa246]
qbittorrent : Application::exec(QStringList const&)+0x2e0 [0x5614afe6ed50]
qbittorrent : main()+0x2fd [0x5614afe6081d]
/lib/x86_64-linux-gnu/libc.so.6 : __libc_start_main()+0xf3 [0x7f43b61050b3]
qbittorrent : _start()+0x2e [0x5614afe6a25e]
Segmentation fault
@FranciscoPombal commented on GitHub (May 13, 2020):
Your system is using the wrong packages, which could be due to a botched upgrade. Reinstall the from the official PPA and/or fix other package problems in your system (you might have to remove old versions by hand, for example of
boost,libtorrent, etc).In general it is not recommended to upgrade major versions of Ubuntu due to package breakage like this being extremely common, it is better to just backup your important files and clean install.
I'll close this since this is not an issue with qBittorrent, but I'll leave it unlocked in case someone wants to help you out (though this is more of a support question for the forum, or better yet, an Ubuntu-related forum).
@deathisinevitable commented on GitHub (May 16, 2020):
thanks, reinstall qbittorrent, and it's works!