ChenMengqi opened a new issue #3119: [iOS] -[WXBridgeManager _runLoopThread] 
[NSThread main] occasionally  Crash after init where weex version is 0.26.0
URL: https://github.com/apache/incubator-weex/issues/3119
 
 
   
   [WXBridgeManager _runLoopThread] [NSThread main] occasionally  Crash after 
init . It happened when I use Weex in version 0.18.0. And after I update to 
version 0.26.0. The crash is still there. 
   
   And I try to change the time of [WXSDKEngine initSDKEnvironment]. It happens 
more crash when init just before the first time using weex than init after app 
launch. 
   
   here's the fabric crash stack:
   
   Crashed: com.taobao.weex.backup.bridge
   0  libsystem_pthread.dylib        0x1992d0168 
pthread_mutex_lock$VARIANT$armv81 + 102
   1  CoreFoundation                 0x199531e2c CFRunLoopSourceSignal + 56
   2  Foundation                     0x19999fa2c performQueueDequeue + 504
   3  Foundation                     0x19999f1b0 __NSThreadPerformPerform + 108
   4  CoreFoundation                 0x199534a00 
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
   5  CoreFoundation                 0x199534958 __CFRunLoopDoSource0 + 80
   6  CoreFoundation                 0x199534140 __CFRunLoopDoSources0 + 260
   7  CoreFoundation                 0x19952f23c __CFRunLoopRun + 1080
   8  CoreFoundation                 0x19952eadc CFRunLoopRunSpecific + 464
   9  Foundation                     0x19986e7f4 -[NSRunLoop(NSRunLoop) 
runMode:beforeDate:] + 228
   10 MyApp                          0x1032bcd04 -[WXBridgeManager 
_runLoopThread] + 93 (WXBridgeManager.m:93)
   11 Foundation                     0x19999f0a4 __NSThread__start__ + 848
   12 libsystem_pthread.dylib        0x1992d1d8c _pthread_start + 156
   13 libsystem_pthread.dylib        0x1992d576c thread_start + 8
   
   
   Crashed: com.taobao.weex.backup.bridge
   0  libsystem_pthread.dylib        0x1948cafb4 pthread_mutex_lock + 102
   1  CoreFoundation                 0x194b344e4 CFRunLoopSourceSignal + 60
   2  (Missing)                      0x0 (Missing)
   3  (Missing)                      0x1e179d8194fb0c00 (Missing)
   4  (Missing)                      0x0 (Missing)
   5  (Missing)                      0x491b470194b37000 (Missing)
   6  (Missing)                      0x0 (Missing)
   7  (Missing)                      0x753cc8194b317c0 (Missing)
   8  (Missing)                      0x0 (Missing)
   9  (Missing)                      0x157a5d8194e76400 (Missing)
   10 (Missing)                      0xc08ef010365cd00 (Missing)
   11 Foundation                     0x194e75034 -[NSThread main] + 40
   12 (Missing)                      0x5d3e2e0194fb0c00 (Missing)
   13 (Missing)                      0x0 (Missing)
   14 (Missing)                      0x0 (Missing)
   
   It happens in version 0.18.0 to version 0.26.0...
   
   please help.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to