You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue for me, too. It might be possible to fix this by wrapping access to FrameStore.animatedFrames with a NSLock, but I don't know what performance implications this would have.
If you turn on ThreadSanitizer and animate a gif, an access race is reported in
FrameStore.swift
at line 119.The error summary is:
SUMMARY: ThreadSanitizer: Swift access race FrameStore.swift in _T04Gifu10FrameStoreC14animatedFramesSayAA08AnimatedB0VGvg
The text was updated successfully, but these errors were encountered: