Bug 1347293
| Summary: | [abrt] flatpak: mkdir_p_at_internal(): flatpak killed by SIGABRT | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alexander Kurtakov <akurtako> | ||||||||||||||||||||||||||
| Component: | flatpak | Assignee: | David King <amigadave> | ||||||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | high | ||||||||||||||||||||||||||||
| Version: | 24 | CC: | alexl, amigadave, decathorpe, diogocamposwd | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/a368855000ac54def7108f4e22063fb252001419 | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:ae25dd149018463843a4f9c3182a56554777d2ae;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2016-09-04 17:38:56 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
Alexander Kurtakov
2016-06-16 13:07:50 UTC
Created attachment 1168733 [details]
File: backtrace
Created attachment 1168734 [details]
File: cgroup
Created attachment 1168735 [details]
File: core_backtrace
Created attachment 1168736 [details]
File: dso_list
Created attachment 1168737 [details]
File: environ
Created attachment 1168738 [details]
File: limits
Created attachment 1168739 [details]
File: maps
Created attachment 1168740 [details]
File: mountinfo
Created attachment 1168741 [details]
File: namespaces
Created attachment 1168742 [details]
File: open_fds
Created attachment 1168743 [details]
File: proc_pid_status
Created attachment 1168744 [details]
File: var_log_messages
For the record - second attempt of the same command succeeded without problems. Similar problem has been detected: $ flatpak --user update Output: Updating application org.libreoffice.LibreOffice fresh 1 metadata, 0 content objects fetched; 569 B transferred in 1 seconds ** OSTree:ERROR:libglnx/glnx-shutil.c:215:mkdir_p_at_internal: assertion failed: (lastslash != NULL) Aborted (core dumped) This seems only to happen with libreoffice exclusively (at least with my configuration). reporter: libreport-2.7.2 backtrace_rating: 4 cmdline: flatpak --user update crash_function: mkdir_p_at_internal executable: /usr/bin/flatpak global_pid: 4865 kernel: 4.6.4-301.fc24.x86_64 package: flatpak-0.6.7-1.fc24 pkg_fingerprint: 73BD E983 81B4 6521 pkg_vendor: Fedora Project reason: flatpak killed by SIGABRT runlevel: N 5 type: CCpp uid: 1001 Raising priority as it's quite blocking real flatpak usage. This is the issue: Its trying to mkdirat (6, "summary") and getting ENOENT This is due to: 6:/home/akurtakov/.local/share/flatpak/repo/tmp/cache (deleted) pos: 0 flags: 02304000 mnt_id: 80 But why oh why is that directory deleted? This is an ostree issue: https://github.com/ostreedev/ostree/pull/476 ostree-2016.7-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-4b3c8e53d5 ostree-2016.7-2.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-cf0fd9b0ad ostree-2016.7-2.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-e5f8e5e4ab ostree-2016.7-2.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-cf0fd9b0ad ostree-2016.7-2.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. ostree-2016.7-2.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. ostree-2016.7-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |