GitHub user xuyouyang opened a pull request:
https://github.com/apache/incubator-weex/pull/1072
[WEEX-249][iOS]fix WXRuleManager multi-thread crash
fontFamilyDic type is WXThreadSafeMutableDictionary in WXUtility.m but the
real type is NSMutableDictionary created in WXRuleManager.m.
It may cause crash in multi-thread.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xuyouyang/incubator-weex fontMultiThreadCrash
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1072.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1072
----
commit 55aaa8855f4054f9b6bb7f5792a9f0ffc0ec895f
Author: xuyouyang <xuyouyang@...>
Date: 2018-03-15T05:37:27Z
[WEEX-249][iOS]fix WXRuleManager multi-thread crash
commit 54c1a6881efeb81c82698e878ec6249d9fd71eca
Author: xuyouyang <xuyouyang@...>
Date: 2018-03-15T05:39:33Z
[WEEX-249][iOS]fix WXRuleManager multi-thread crash
----
---