commit | 1acb3f0c936b75afede6795288a745ce7343fa8d | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Sat May 24 21:11:42 2014 -0700 |
committer | Christopher Ferris <cferris@google.com> | Sat May 24 21:11:42 2014 -0700 |
tree | 4d584d639af149c25ddfdb7af40ff139aa2cef47 | |
parent | eb25b732362a0a0da8ee7d15f7c31f10a1313e4f [diff] |
Do not save/restore signals around locks. The unwind code defaults to saving and restoring signals around locks. Unfortunately, this causes problems with art and dumping the stack traces of running threads. With this enabled, sometimes the SIGQUIT signal winds up being unhandled and killing the process instead of just dumping the thread stack. Bug: 14229281 Change-Id: I96092f234e84db754ca63032327b0ceb2d2107f0