|
From: Julian S. <js...@ac...> - 2008-03-24 22:54:49
|
Hi, > Backtrace was generated from '/usr/bin/rhythmbox' I don't understand your report. You say that Rhythmbox crashes when running on Helgrind, but I don't see any evidence of that in the file > Valgrind log: http://artipc10.vub.ac.be/rhythmbox.log It is clear that there's some problem with lock ordering in your app, and that is likely to result in deadlocks and other strange behaviour. I strongly suggest that you fix the problems Helgrind reports in the order they are reported. So first, try to find the root cause of the first error, starting .. ==6452== Thread #1: lock order "0x13D51268 before 0xE7D7D68" violated See http://www.valgrind.org/docs/manual/hg-manual.html#hg-manual.lock-orders for some background on lock order problems and why they are likely to result in deadlocks. J |