Bug 1061824
| Summary: | [abrt] pitivi: timeline.py:238:insertLayer:OverflowError: -1 not in range 0 to 4294967295 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mihai Maruseac <mihai.maruseac> | ||||||
| Component: | pitivi | Assignee: | Gwyn Ciesla <gwync> | ||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | alexandru.balut, elad, gwync, hicham.haouari, mihai.maruseac, nekohayo, otte | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/a1e73db12d28bca8a1d4a7820813fa33403f4a0d | ||||||||
| Whiteboard: | abrt_hash:96a051c96433d6de0d9220be5138b56c5671d7b2 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-03-18 23:14:11 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 859750 [details]
File: backtrace
Created attachment 859751 [details]
File: environ
Hi, what are the steps to reproduce this? Happens when an asset is dragged to the ruler, I have a fix. This has now been fixed upstream as commit 8f5d7a3c2, and will be available in the next Pitivi release. |
Version-Release number of selected component: pitivi-0.92-1.fc20 Additional info: reporter: libreport-2.1.12 cmdline: python2 /usr/bin/pitivi executable: /usr/bin/pitivi kernel: 3.12.7-300.fc20.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: timeline.py:238:insertLayer:OverflowError: -1 not in range 0 to 4294967295 Traceback (most recent call last): File "/usr/share/pitivi/python/pitivi/timeline/timeline.py", line 1523, in _dragDropCb self.timeline.convertGhostClips() File "/usr/share/pitivi/python/pitivi/timeline/timeline.py", line 290, in convertGhostClips layer = self.insertLayer(ghostclip) File "/usr/share/pitivi/python/pitivi/timeline/timeline.py", line 238, in insertLayer layer.props.priority = ghostclip.priority OverflowError: -1 not in range 0 to 4294967295 Local variables in innermost frame: layer: <Layer object at 0x510ef50 (GESLayer at 0x2a88ab0)> ghostclip: <Ghostclip object at 0x510e870 (pitivi+timeline+elements+Ghostclip at 0x4cd4ec0)> self: <TimelineStage object at 0x4611500 (pitivi+timeline+timeline+TimelineStage at 0x4cca450)>