GNOME Bugzilla – Bug 610072
crash when crossing trimming handles
Last modified: 2010-02-20 19:38:40 UTC
Pitivi crases when moving trim handles in extreme conditions Steps to reproduce: 1. open pitivi 2. add a video clip to the library 3. drag clip to timeline 4. grab and hold left trim handle 5. drag as far right as possible until it stops moving and then drag left again 6. PiTiVi crashes
Thanks for taking the time to report this bug. Without a stack trace from the crash it's very hard to determine what caused it. Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
pitivi/timeline/track.py:250: Warning: g_sequence_get: assertion `!is_end (iter)' failed self._controller.set(self._property.name, ptime, value) Segmentation fault This one is easy to reproduce. From what it looks like visually, the beginning point is allowed to go past the end point...
Created attachment 153923 [details] debug log ...which basically says the same thing as the above segfault.
commit aecba68cc5d65e4690978dbed98e0033f177e2d2 Author: Alessandro Decina <alessandro.d@gmail.com> Date: Sat Feb 20 20:34:02 2010 +0100 Workaround for 610072. Fixes a segfault.