Bug 2031358

Summary: [abrt] flatpak: check_call(): subprocess.py:369:check_call:subprocess.CalledProcessError: Command '['flatpak', 'run', '--filesystem=home', '--filesystem=/tmp', '--command=gdb', '--devel', 'org.getmonero.Monero', '/app/bin/monero-wallet-gui', ...
Product: [Fedora] Fedora Reporter: doubtee
Component: flatpakAssignee: David King <amigadave>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 35CC: amigadave, debarshir, klember
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/4d61e8f19cf958083c94756c404c63733856cb54
Whiteboard: abrt_hash:cee950225831fb73d55f738bbcc350a45355f3b0;VARIANT_ID=workstation;
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-12-11 10:12:37 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 doubtee 2021-12-11 10:01:35 UTC
Description of problem:
With proper debug packages installed (app debug, platform sdk and platform sdk debug) running "flatpak-coredumpctl app_id" created this crash

Version-Release number of selected component:
flatpak-1.12.2-1.fc35

Additional info:
reporter:       libreport-2.15.2
cgroup:         0::/user.slice/user-1000.slice/user/app.slice/app-org.gnome.Terminal.slice/vte-spawn-e18fa60d-07dc-440c-9993-c08d8f37e5d2.scope
cmdline:        /usr/bin/python3 /usr/bin/flatpak-coredumpctl org.getmonero.Monero
crash_function: check_call
exception_type: subprocess.CalledProcessError
executable:     /usr/bin/flatpak-coredumpctl
interpreter:    python3-3.10.0-1.fc35.x86_64
kernel:         5.15.6-200.fc35.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
subprocess.py:369:check_call:subprocess.CalledProcessError: Command '['flatpak', 'run', '--filesystem=home', '--filesystem=/tmp', '--command=gdb', '--devel', 'org.getmonero.Monero', '/app/bin/monero-wallet-gui', '/tmp/tmp_w_onv1f']' died with <Signals.SIGKILL: 9>.

Traceback (most recent call last):
  File "/usr/bin/flatpak-coredumpctl", line 83, in <module>
    coredumper.run()
  File "/usr/bin/flatpak-coredumpctl", line 58, in run
    subprocess.check_call(flatpak_command)
  File "/usr/lib64/python3.10/subprocess.py", line 369, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['flatpak', 'run', '--filesystem=home', '--filesystem=/tmp', '--command=gdb', '--devel', 'org.getmonero.Monero', '/app/bin/monero-wallet-gui', '/tmp/tmp_w_onv1f']' died with <Signals.SIGKILL: 9>.

Local variables in innermost frame:
popenargs: (['flatpak', 'run', '--filesystem=home', '--filesystem=/tmp', '--command=gdb', '--devel', 'org.getmonero.Monero', '/app/bin/monero-wallet-gui', '/tmp/tmp_w_onv1f'],)
kwargs: {}
retcode: -9
cmd: ['flatpak', 'run', '--filesystem=home', '--filesystem=/tmp', '--command=gdb', '--devel', 'org.getmonero.Monero', '/app/bin/monero-wallet-gui', '/tmp/tmp_w_onv1f']

Comment 1 doubtee 2021-12-11 10:01:38 UTC
Created attachment 1845786 [details]
File: backtrace

Comment 2 doubtee 2021-12-11 10:01:39 UTC
Created attachment 1845787 [details]
File: cpuinfo

Comment 3 doubtee 2021-12-11 10:01:40 UTC
Created attachment 1845788 [details]
File: environ

Comment 4 doubtee 2021-12-11 10:01:42 UTC
Created attachment 1845789 [details]
File: mountinfo

Comment 5 doubtee 2021-12-11 10:01:43 UTC
Created attachment 1845790 [details]
File: namespaces

Comment 6 doubtee 2021-12-11 10:01:43 UTC
Created attachment 1845791 [details]
File: open_fds

Comment 7 doubtee 2021-12-11 10:12:37 UTC
This caused because of low ram of my VM, sorry.