[
https://issues.apache.org/jira/browse/WEEX-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340649#comment-16340649
]
ASF GitHub Bot commented on WEEX-189:
-------------------------------------
GitHub user acton393 opened a pull request:
https://github.com/apache/incubator-weex/pull/1005
[WEEX-189][iOS] optimize threadSafe dictionary
optimize threadSafe dictionary
Bug:189
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acton393/incubator-weex ios-feature-lock
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-weex/pull/1005.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 #1005
----
commit 797675892ca969226f9c36de56fb387643c7caf2
Author: acton393 <zhangxing610321@...>
Date: 2018-01-26T07:27:06Z
[WEEX-189][iOS] optimize threadSafe dictionary
Bug:189
----
> deadlock sometimes due to the thread-Safe dictionary
> ----------------------------------------------------
>
> Key: WEEX-189
> URL: https://issues.apache.org/jira/browse/WEEX-189
> Project: Weex
> Issue Type: Bug
> Reporter: xingZhang
> Assignee: xingZhang
> Priority: Major
>
> There is a case that it can be deadlock due to due to the thread-Safe
> dictionary, as the dictionary use the dispatch_queue, so the object dealloc
> from the queue, there are some uncertain case.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)