| Summary: | [abrt] abrt-addon-ccpp: __init__.py:84:error_msg_and_die:BrokenPipeError: [Errno 32] Roura přerušena (SIGPIPE) | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrej Podzimek <andrej> | ||||||
| Component: | abrt | Assignee: | abrt <abrt-devel-list> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 23 | CC: | abrt-devel-list, code, dvlasenk, HolyMaster, iprikryl, jfilak, mhabrnal, michal.toman, mmilata | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/e8a08c54b8ef139be4fa87bc9e5dd3d1c98f89f4 | ||||||||
| Whiteboard: | abrt_hash:53ffa1d6e75364a7f8c5af5b71bd5e6a56972676; | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-01-04 07:38:52 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 1109547 [details]
File: backtrace
Created attachment 1109548 [details]
File: environ
Thank you for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 1255259 *** *** Bug 1310305 has been marked as a duplicate of this bug. *** |
Version-Release number of selected component: abrt-addon-ccpp-2.7.1-1.fc23 Additional info: reporter: libreport-2.6.3 cmdline: /usr/bin/python3 -u /usr/bin/abrt-action-install-debuginfo --ids /proc/self/fd/3 --tmpdir /var/tmp/abrt-tmp-debuginfo.AM0vPq -- executable: /usr/bin/abrt-action-install-debuginfo kernel: 4.2.7-300.fc23.x86_64 runlevel: N 5 type: Python3 uid: 173 Truncated backtrace: __init__.py:84:error_msg_and_die:BrokenPipeError: [Errno 32] Roura přerušena (SIGPIPE) Traceback (most recent call last): File "/usr/bin/abrt-action-install-debuginfo", line 242, in <module> result = downloader.download(missing, download_exact_files=exact_fls) File "/usr/lib64/python3.4/site-packages/reportclient/debuginfo.py", line 383, in download self.cachedir, exact_files=download_exact_files) File "/usr/lib64/python3.4/site-packages/reportclient/debuginfo.py", line 124, in unpack_rpm print(_("Caching files from {0} made from {1}").format("unpacked.cpio", os.path.basename(package_full_path))) BrokenPipeError: [Errno 32] Roura přerušena (SIGPIPE) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/abrt-action-install-debuginfo", line 244, in <module> error_msg_and_die("Can't download debuginfos: %s", ex) File "/usr/lib64/python3.4/site-packages/reportclient/__init__.py", line 84, in error_msg_and_die sys.stderr.write("%s\n" % (fmt % args)) BrokenPipeError: [Errno 32] Roura přerušena (SIGPIPE) Local variables in innermost frame: args: (BrokenPipeError(32, 'Roura přerušena (SIGPIPE)'),) fmt: "Can't download debuginfos: %s"