On Sat, Jul 24, 2010 at 04:41:57PM +0300, Mikko Rapeli wrote: > #19 0x08186e5e in KThumb::getFrame (producer=0x1f0fe0f8, framepos=12816, > width=1280, height=720) > at /home/mcfrisk/src/kdenlive-git/src/kthumb.cpp:264
git blame found commit 3806 "Fix compilation warnings" which commented out mlt_service_lock and mlt_service_unlock around this. I removed the comments and found no compilation warnings. Maybe this is the cause? If it is, maybe other code calling get_frame() should also get the service lock? Yeah, I don't know much about mlt, kdenlive or even Qt.. -Mikko
