mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
bug report #16869
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#16869
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 @lanshanovo on GitHub (May 14, 2025).
qBittorrent & operating system versions
macOS sequoia 15.5 qbittorrent V5.0.5
What is the problem?
qBittorrent版本:v5.0.5(64位)Libtorrent版本:1.2.20.0Qt版本:6.7.3提升版本:1.86.0OpenSSL版本:3.5.0zlib版本:1.2.12操作系统版本:macOS Sequoia (15.5) 24.5.0 arm64捕获信号:SIGSEGV
0# getStacktrace()在/Applications/qbittorrent.app/Contents/MacOS/qbittorrent1#(匿名命名空间)::abnormalExitHandler(int)在/Applications/qbittorrent.app/Contents/MacOS/qbittorrent2# _sigtramp在/usr/lib/system/libsystem_platform.dylib3# QAccessibleCache::removeCocoaElement(unsigned int) in /Applications/qbittorrent.app/Contents/MacOS/qbittorrentThis is all information, thanks to fix it
Steps to reproduce
No response
Additional context
No response
Log(s) & preferences file(s)
can't find it
@heyotw commented on GitHub (Feb 6, 2026):
Logs are at
~/Library/Application Support/qBittorrent/logs/.I was unable to reproduce this bug through the system layer on the same OS, but if the issue persists, you may want to attempt starting qBittorrent without the Cocoa layer by running, let's say,
export QT_MAC_DISABLE_ACCESSIBILITY=1 && /Applications/qbittorrent.app/Contents/MacOS/qbittorrent(or whatever path your qBittorrent is currently at)