Hide Forgot
abrt version: 2.0.3 architecture: i686 cmdline: python /usr/bin/pitivi comment: I was trying ti split the video on timeline and crash component: pitivi executable: /usr/bin/pitivi kernel: 2.6.38.8-32.fc15.i686 os_release: Fedora release 15 (Lovelock) package: pitivi-0.14.0-2.fc15 reason: track.py:462:setObjectStart:TypeError: could not convert argument to correct param type time: Tue Jun 28 17:02:27 2011 uid: 500 username: lappy backtrace: :track.py:462:setObjectStart:TypeError: could not convert argument to correct param type : :Traceback (most recent call last): : File "/usr/share/pitivi/python/pitivi/ui/timeline.py", line 800, in split : self.timeline.split(self._position) : File "/usr/share/pitivi/python/pitivi/timeline/timeline.py", line 1961, in split : obj.split(time) : File "/usr/share/pitivi/python/pitivi/timeline/timeline.py", line 362, in split : other_track_object = track_object.splitObject(position) : File "/usr/share/pitivi/python/pitivi/timeline/track.py", line 632, in splitObject : other.trimObjectStart(position) : File "/usr/share/pitivi/python/pitivi/timeline/track.py", line 589, in trimObjectStart : self.setObjectStart(position) : File "/usr/share/pitivi/python/pitivi/timeline/track.py", line 462, in setObjectStart : self.gnl_object.props.start = position :TypeError: could not convert argument to correct param type : :Local variables in innermost frame: :position: 6884177000000.0 :self: <pitivi.timeline.track.SourceTrackObject object at 0x9eabeac>
Created attachment 528041 [details] fix to position having a float value In pitivi 0.15.0, I triggered this bug when I pasted a time (ex. 0:15:46.426) in the preview window and tried to split an audio. The position was being stored as a float instead of an integer. Attached is a proposed fix.
Does this crash with the 0.15.0-3 in updates-testing?
This message is a notice that Fedora 15 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 15. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '15' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 15 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping