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 0x0000000183144ba0 dyld_stub_binder :60 (in libdyld.dylib)
    3 app 0x00000001013742b8 -[WXThreadSafeMutableDictionary setObject:forKey:] 
WXThreadSafeMutableDictionary.m:208 (in app)
    4 app 0x0000000101420cb0 +[WXMonitor 
performancePoint:willStartWithInstance:] WXMonitor.m:47 (in app)
    5 app 0x0000000101404bb8 +[WXSDKEngine initSDKEnvironment:] 
WXSDKEngine.m:232 (in app)
    6 app 0x0000000101404b48 +[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 <zhangxing610321@...>
Date:   2018-04-11T02:45:34Z

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

----


---

Reply via email to