Bug 1807966

Summary: [abrt] python3-libs: dump(): __init__.py:180:dump:BrokenPipeError: [Errno 32] Broken pipe
Product: [Fedora] Fedora Reporter: Gabríel Arthúr Pétursson <gabriel>
Component: python3Assignee: Charalampos Stratakis <cstratak>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 31CC: cstratak, dmalcolm, m.cyprian, mhroncok, pviktori, rkuska, shcherbina.iryna, slavek.kabrda, tomspur, torsava, vstinner
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/71d14de779f1a1188f99173cc96054e6bc9871fa
Whiteboard: abrt_hash:6c502ab2e5ae286936c1373457902b89515b364d;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-02 15:35: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:
Description Flags
File: backtrace
none
File: cpuinfo
none
File: environ
none
File: mountinfo
none
File: namespaces
none
File: open_fds none

Description Gabríel Arthúr Pétursson 2020-02-27 15:03:40 UTC
Version-Release number of selected component:
python3-libs-3.7.6-2.fc31

Additional info:
reporter:       libreport-2.12.0
cgroup:         0::/user.slice/user-1000.slice/user/gnome-terminal-server.service
cmdline:        python -m json.tool
crash_function: dump
exception_type: BrokenPipeError
executable:     /usr/lib64/python3.7/json/tool.py
interpreter:    python-unversioned-command-3.7.6-2.fc31.noarch
kernel:         5.4.15-200.fc31.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
__init__.py:180:dump:BrokenPipeError: [Errno 32] Broken pipe

Traceback (most recent call last):
  File "/usr/lib64/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib64/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/lib64/python3.7/json/tool.py", line 45, in <module>
    main()
  File "/usr/lib64/python3.7/json/tool.py", line 40, in main
    json.dump(obj, outfile, sort_keys=sort_keys, indent=4)
  File "/usr/lib64/python3.7/json/__init__.py", line 180, in dump
    fp.write(chunk)
BrokenPipeError: [Errno 32] Broken pipe

Local variables in innermost frame:
obj: { ... stripped sensitive info ... }
fp: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>
skipkeys: False
ensure_ascii: True
check_circular: True
allow_nan: True
cls: <class 'json.encoder.JSONEncoder'>
indent: 4
separators: None
default: None
sort_keys: False
kw: {}
iterable: <generator object _make_iterencode.<locals>._iterencode at 0x7f954d253450>
chunk: '"CompanyID"'

Comment 1 Gabríel Arthúr Pétursson 2020-02-27 15:03:50 UTC
Created attachment 1666223 [details]
File: backtrace

Comment 2 Gabríel Arthúr Pétursson 2020-02-27 15:03:59 UTC
Created attachment 1666224 [details]
File: cpuinfo

Comment 3 Gabríel Arthúr Pétursson 2020-02-27 15:04:06 UTC
Created attachment 1666225 [details]
File: environ

Comment 4 Gabríel Arthúr Pétursson 2020-02-27 15:04:12 UTC
Created attachment 1666226 [details]
File: mountinfo

Comment 5 Gabríel Arthúr Pétursson 2020-02-27 15:04:19 UTC
Created attachment 1666227 [details]
File: namespaces

Comment 6 Gabríel Arthúr Pétursson 2020-02-27 15:04:21 UTC
Created attachment 1666228 [details]
File: open_fds

Comment 7 Victor Stinner 2020-03-02 15:35:11 UTC

*** This bug has been marked as a duplicate of bug 1803823 ***