summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorhyeeun.jun@samsung.com <hyeeun.jun@samsung.com>2020-01-29 17:09:06 +0900
committerHyeeun Jun <hyeeun.jun@samsung.com>2020-02-18 04:33:18 +0000
commit2e28bb237285d783d0e134275c7803d0a2f369d1 (patch)
treef37939cecce03b1e8d33ace45998d41c8092210a /tools/aapt2/java/JavaClassGenerator_test.cpp
parentf8af6922140dbe93e077f4f9fd49a18f111831d1 (diff)
Fix Deadlock Issue On AppFuseBridge
There are two locks used by AppFuseBridge. First is it's object lock, and the second is a mutex lock in app fuse library. There are two oppsite routines to get those locks. (Thread A) Got Java lock -> Try to get Native lock (Thread B) Got Native lock -> Try to get Java lock Bug : https://issuetracker.google.com/issues/145707568 Signed-off-by: hyeeun.jun@samsung.com <hyeeun.jun@samsung.com> The order must be followed to obtain two locks. If not, the dead lock will be caused. Therefore we change the routine to get the mutex lock first, and the object lock later.
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions