commit | b155987779b566a5215a51357213b909dab9db46 | [log] [tgz] |
---|---|---|
author | Hans Boehm <hboehm@google.com> | Sat Nov 27 19:39:27 2021 -0800 |
committer | Hans Boehm <hboehm@google.com> | Tue Nov 30 20:42:16 2021 +0000 |
tree | 764953932fcfa55db5889e78ccd667ac112cde06 | |
parent | d56e844f577d94f8033d34735002b3e36051a4d6 [diff] |
Unlock suspend count lock before dumping threads We're seeing apparent deadlocks on thread_suspend_count_lock_ when failing to suspend a thread. These do not appear to be real since thread_suspend_cound_lock_ is only briefly held here. By releasing the lock before dumping threads and crashing, we hope to get better information on where we're actually stuck. Test: Treehugger Bug: 203363895 Change-Id: I68879cfc6f527c702831b0dfd407b432d10c39c8