mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
In case a lock order violation is detected in a multi lock cycle, then the current code cannot produce the set of locks and the stack traces involved in the cycle. However, it is still possible to produce the stack trace of the new lock and the other lock between which a cycle was discovered. Also, add a comment in the code clarifying why the set of locks establishing the required order cannot (currently) be produced. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13281