mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-11 22:08:14 +00:00
choosing the longest symbol, choose the longest ignoring any of the libc junk prefixes like __libc_, __, __GI_*, etc. This makes the symbol presented to the user in messages and used in *.supp files more consistent and comprehensible. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2114
16 lines
568 B
Plaintext
16 lines
568 B
Plaintext
|
|
Thread 3:
|
|
Mutex 0x........(m1) locked in inconsistent order
|
|
at 0x........: pthread_mutex_lock (vg_libpthread.c:...)
|
|
by 0x........: t2 (deadlock.c:20)
|
|
by 0x........: thread_wrapper (vg_libpthread.c:...)
|
|
by 0x........: do__quit (vg_scheduler.c:...)
|
|
while holding locks 0x........(m2)
|
|
0x........(m2) last locked at
|
|
at 0x........: pthread_mutex_lock (vg_libpthread.c:...)
|
|
by 0x........: t2 (deadlock.c:19)
|
|
by 0x........: thread_wrapper (vg_libpthread.c:...)
|
|
by 0x........: do__quit (vg_scheduler.c:...)
|
|
while depending on locks 0x........(m1)
|
|
|