You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/09/16 05:10:01 UTC

[GitHub] [incubator-weex] lucky-chen opened a new pull request #2901: [Android] fix white screen cause deadlock

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:
users@infra.apache.org


With regards,
Apache Git Services