Bug 1579431 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Yes, definitely related to CoreAnimation. In all of these crashes there is file picker code running on the main thread.

It's possible that we could reproduce the crash, just by opening and closing the file picker on 10.13 a lot.

As a workaround, we could try suspending "async CATransaction" (i.e. non-main-thread CATransactions) while the file picker is open.
Yes, definitely related to CoreAnimation. In all of these crashes there is file picker code running on the main thread.

It's possible that we could reproduce the crash, just by opening and closing the file picker on 10.13 a lot.

As a workaround, we could try suspending "async CATransactions" (i.e. non-main-thread CATransactions) while the file picker is open.

Back to Bug 1579431 Comment 1