Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qBitTorrent crashing when trying to download to SD card #19080

Closed
egigoka opened this issue Jun 3, 2023 · 2 comments
Closed

qBitTorrent crashing when trying to download to SD card #19080

egigoka opened this issue Jun 3, 2023 · 2 comments
Labels
Crash Duplicate OS: macOS Issues specific to macOS

Comments

@egigoka
Copy link

egigoka commented Jun 3, 2023

qBittorrent & operating system versions

qBittorrent version: v4.5.3 (64-bit)
Libtorrent version: 1.2.19.0
Qt version: 6.5.1
Boost version: 1.82.0
OpenSSL version: 1.1.1t
zlib version: 1.2.11
OS version: macOS Ventura (13.3) 22.4.0 arm64

What is the problem?

Caught signal: SIGABRT

 0# getStacktrace() in /Applications/qBittorrent.app/Contents/MacOS/qbittorrent
 1# (anonymous namespace)::abnormalExitHandler(int) in /Applications/qBittorrent.app/Contents/MacOS/qbittorrent
 2# _sigtramp in /usr/lib/system/libsystem_platform.dylib
 3# pthread_kill in /usr/lib/system/libsystem_pthread.dylib
 4# abort in /usr/lib/system/libsystem_c.dylib
 5# __cxxabiv1::__aligned_malloc_with_fallback(unsigned long) in /usr/lib/libc++abi.dylib
 6# demangling_terminate_handler() in /usr/lib/libc++abi.dylib
 7# _objc_terminate() in /usr/lib/libobjc.A.dylib
 8# std::__terminate(void (*)()) in /usr/lib/libc++abi.dylib
 9# __cxa_get_exception_ptr in /usr/lib/libc++abi.dylib
10# __cxxabiv1::exception_cleanup_func(_Unwind_Reason_Code, _Unwind_Exception*) in /usr/lib/libc++abi.dylib
11# objc_exception_throw in /usr/lib/libobjc.A.dylib
12# -[__NSCFString characterAtIndex:].cold.1 in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
13# -[__NSCFString hasSuffix:] in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
14# -[QMacAccessibilityElement initWithId:role:] in /Applications/qBittorrent.app/Contents/MacOS/qbittorrent
15# +[QMacAccessibilityElement elementWithId:] in /Applications/qBittorrent.app/Contents/MacOS/qbittorrent
16# QCocoaAccessibility::notifyAccessibilityUpdate(QAccessibleEvent*) in /Applications/qBittorrent.app/Contents/MacOS/qbittorrent

Steps to reproduce

  1. Add torrent
  2. Select destination to /Volumes/<sd_card_name>/Downloads
  3. Start torrent
  4. Wait for first write attempt(?)

Additional context

No response

Log(s) & preferences file(s)

I've cleaned all preferences of qBitTorrent before testing it again. SD card formatted to exFAT, so no third-party drivers are used. Maybe, permission error, as qBitTorrent didn't ask permission to write to external drives.

@xavier2k6 xavier2k6 added OS: macOS Issues specific to macOS Crash labels Jun 3, 2023
@egigoka
Copy link
Author

egigoka commented Jun 3, 2023

Update: I've manually gave Full Disk Access to qBittorrent in the System Settings, and it's working well now, even considering the slower speeds of the SD card. It would be really helpful if a permissions wizard could be added in the future, if that's possible. Thanks for considering this.

@thalieht
Copy link
Contributor

thalieht commented Jun 6, 2023

Duplicate of #19090

@thalieht thalieht marked this as a duplicate of #19090 Jun 6, 2023
@thalieht thalieht closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crash Duplicate OS: macOS Issues specific to macOS
Projects
None yet
Development

No branches or pull requests

3 participants