mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Crash on ARM #1953
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#1953
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 @ghost on GitHub (Dec 20, 2014).
Compiled latest libtorrent-rasterbar-0.16.17 and qbittorrent-3.1.11 from source today on a CubieTruck running Cubian.
Linux cubian-mw 3.4.79-sun7i #14 SMP PREEMPT Thu Jul 3 06:39:51 CST 2014 armv7l GNU/Linux
On first run I had this -
terminate called after throwing an instance of 'std::bad_cast'
what(): std::bad_cast
Catching SIGABRT, please report a bug at http://bug.qbittorrent.org
and provide the following backtrace:
qBittorrent version: v3.1.11
stack trace:
/lib/arm-linux-gnueabihf/libc.so.6 : __default_sa_restorer_v2()+0 [0xb5eabbf0]
/lib/arm-linux-gnueabihf/libc.so.6 : ()+0x16f96 [0xb5e9cf96]
/lib/arm-linux-gnueabihf/libc.so.6 : gsignal()+0x29 [0xb5eaaf8a]
Aborted
It has run flawlessly since.
HTH.
@sledgehammer999 commented on GitHub (Dec 20, 2014):
Thanks for the report but that info doesn't show much.
It just shows that it dies somewhere inside libc.so which is a system lib. It doesn't any qbt/libtorrent function call at all.
If this happens again, I suggest you run it through gdb and issue
thread apply all bt fullafter it crashes.