lucky-chen opened a new pull request #2901: [Android] fix white screen cause 
deadlock
URL: https://github.com/apache/incubator-weex/pull/2901
 
 
   - changlog
     - __fix white screen cause deadlock (crash_handler.cpp)__ 
     - add switch for open/close fixlogic
   
   handleSignal maybe cause sig delivered deadLock,and maybe block 
weexCoreThread on ipc,then cause whiteScreen or other issue unless restart app
   - bug
     - cause 1: [sigaction handler should use async-signal-safe 
func](http://man7.org/linux/man-pages/man7/signal-safety.7.html#top_of_page)
     - cause 2:other logic crash or dl.
   - solution: 
     - google breakPad dump crash on a new process to avoid bugs.
      - tmp solution (we use): setTimeout 1s,force exit on handleExitAlarm(if 
has deadLock)

----------------------------------------------------------------
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