[
https://issues.apache.org/jira/browse/WEEX-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16399943#comment-16399943
]
ASF GitHub Bot commented on WEEX-249:
-------------------------------------
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
----
> [iOS]fix WXRuleManager multi-thread crash
> -----------------------------------------
>
> Key: WEEX-249
> URL: https://issues.apache.org/jira/browse/WEEX-249
> Project: Weex
> Issue Type: Bug
> Components: iOS
> Reporter: XuYouyang
> Assignee: Adam Feng
> Priority: Major
> Attachments: WX20180315-114430.png, WX20180315-114554.png,
> WX20180315-114848.png
>
>
> fontFamilyDic type is WXThreadSafeMutableDictionary in WXUtility.m but the
> real type is NSMutableDictionary created in WXRuleManager.m.
> It may cause crash in multi-thread.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)