Bug 1582728
| Summary: | [abrt] pitivi: decode(): codecs.py:321:decode:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbe in position 27: invalid start byte | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jari Korva <jpkorva> | ||||||||||||||||
| Component: | pitivi | Assignee: | Gwyn Ciesla <gwync> | ||||||||||||||||
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 27 | CC: | elad, gwync, igor.raits, otte, wtaymans | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/2fc7d590fc403bf5f38333f40c3815346694f859 | ||||||||||||||||||
| Whiteboard: | abrt_hash:1f14fd2363b5281114cf64d2cb2579479c8745f2;VARIANT_ID=workstation; | ||||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2018-08-02 15:33:50 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 1441890 [details]
File: backtrace
Created attachment 1441891 [details]
File: cgroup
Created attachment 1441892 [details]
File: cpuinfo
Created attachment 1441893 [details]
File: environ
Created attachment 1441894 [details]
File: mountinfo
Created attachment 1441895 [details]
File: namespaces
Created attachment 1441896 [details]
File: open_fds
Please test with latest updates and reopen if still reproducible. |
Description of problem: The crash happens while starting pitivi, before window pops up Version-Release number of selected component: pitivi-0.99-1.fc27 Additional info: reporter: libreport-2.9.3 cmdline: python3 /usr/bin/pitivi /run/media/user/disk/DCIM/100OLYMP/Pxxxxxxx.MOV crash_function: decode exception_type: UnicodeDecodeError executable: /usr/bin/pitivi kernel: 4.16.9-200.fc27.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: codecs.py:321:decode:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbe in position 27: invalid start byte Traceback (most recent call last): File "/usr/lib64/python3.6/site-packages/pitivi/application.py", line 274, in _newProjectLoadingCb self._setScenarioFile(project.get_uri()) File "/usr/lib64/python3.6/site-packages/pitivi/application.py", line 269, in _setScenarioFile content = project.read().replace("\n", "") File "/usr/lib64/python3.6/codecs.py", line 321, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbe in position 27: invalid start byte Local variables in innermost frame: