[GitHub] incubator-weex pull request #1109: [WEEX-286][iOS] try to resolve the crash ...

2018-04-11 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-weex/pull/1109


---


[GitHub] incubator-weex pull request #1109: [WEEX-286][iOS] try to resolve the crash ...

2018-04-10 Thread acton393
GitHub user acton393 opened a pull request:

https://github.com/apache/incubator-weex/pull/1109

[WEEX-286][iOS] try to resolve the crash of  dyld_stub_binder

try to resolve the crash of  dyld_stub_binder

```
2 libdyld.dylib 0x000183144ba0 dyld_stub_binder :60 (in libdyld.dylib)
3 app 0x0001013742b8 -[WXThreadSafeMutableDictionary setObject:forKey:] 
WXThreadSafeMutableDictionary.m:208 (in app)
4 app 0x000101420cb0 +[WXMonitor 
performancePoint:willStartWithInstance:] WXMonitor.m:47 (in app)
5 app 0x000101404bb8 +[WXSDKEngine initSDKEnvironment:] 
WXSDKEngine.m:232 (in app)
6 app 0x000101404b48 +[WXSDKEngine initSDKEnvironment] 
WXSDKEngine.m:226 (in app)

```

Bug: 286


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/acton393/incubator-weex ios-crash-fix-WEEX-286

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-weex/pull/1109.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 #1109


commit 497d414aff4f13983cf03ada27e7dddc766c4458
Author: acton393 
Date:   2018-04-11T02:45:34Z

[WEEX-286][iOS] try to resolve the crash of  dyld_stub_binder

Bug: 286




---