facebook / componentkit

A React-inspired view framework for iOS.
http://www.componentkit.org/
Other
5.76k stars 587 forks source link

Fatal Exception: std::__1::system_error: mutex lock failed: Invalid argument #905

Closed zhfeng20108 closed 6 years ago

zhfeng20108 commented 6 years ago
2018-04-12 10 27 34

issue_4372_crash.txt

This crash happened too much when app in background. Is there a way to avoid it?

ocrickard commented 6 years ago

Same fix in https://github.com/facebook/componentkit/pull/906

ocrickard commented 6 years ago

@zhfeng20108 would you mind patching the change in #906 to your local branch and verifying if it fixes the reported crash in your app? Since you're the only reporting user, it'll be hard for the folks at FB to merge until they get confirmation that it fixes your problem.

ocrickard commented 6 years ago

I believe this issue should be closed. Should have been resolved by https://github.com/facebook/componentkit/commit/37bcfdb0f153b2fb4f06bcdf24451d6c24e59532

I no longer have rights to close issues. @gkassabli or @kfirapps ?

alickbass commented 6 years ago

@ocrickard thanks for taking care of it! I will close the issue