SwiftcordApp / Swiftcord

A fully native Discord client for macOS built 100% in Swift!
https://swiftcordapp.github.io/Swiftcord/
GNU General Public License v3.0
1.85k stars 84 forks source link

CachedAsyncImage Image Load SIGABRT #90

Closed cryptoAlgorithm closed 2 years ago

cryptoAlgorithm commented 2 years ago

Version 0.4.4(11)

Stacktrace

$s16CachedAsyncImageAAV4load33_1115941DA3DEE378C52E09DA49AE1AD2LLyyYaYbFyyXEfU1_ (CachedAsyncImage.swift:335);Swiftcord

partial apply forwarder for reabstraction thunk helper from @callee_guaranteed () -> (@error @owned Swift.Error) to @escaping @callee_guaranteed () -> (@out (), @error @owned Swift.Error) (<compiler-generated>:0);Swiftcord

reabstraction thunk helper from @callee_guaranteed () -> (@error @owned Swift.Error) to @escaping @callee_guaranteed () -> (@out (), @error @owned Swift.Error)partial apply forwarder with unmangled suffix ".8" + 8;Swiftcord

$s16CachedAsyncImageAAV4load33_1115941DA3DEE378C52E09DA49AE1AD2LLyyYaYbFTQ0_ (CachedAsyncImage.swift:334);Swiftcord

Reason

SIGABRT

Link to App Center

cryptoAlgorithm commented 2 years ago

Seems to be an issue in the CachedAsyncImage package, nothing much I can do unless I can reliably reproduce it.