-
Notifications
You must be signed in to change notification settings - Fork 266
Examples
space2 edited this page Sep 28, 2012
·
2 revisions
Here are a few example reports:
-
http://sonyericssondev.github.com/ChkBugReport/examples/bugreport_deadlock_out/index.html - A simple example where a process has a deadlock
-
http://sonyericssondev.github.com/ChkBugReport/examples/bugreport_aidldeadlock_out/index.html - In this example there are two processes in a deadlock, since they are blocking each other's AIDL calls.
-
http://sonyericssondev.github.com/ChkBugReport/examples/bugreport_hybriddeadlock_out/index.html - This example is a combination of the previous two: one process has a deadlock, due to which another process's AIDL call is blocked.