Bug 1564664 - [abrt] archivemount: build_tree(): archivemount killed by SIGSEGV
Summary: [abrt] archivemount: build_tree(): archivemount killed by SIGSEGV
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: archivemount
Version: 28
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Niels de Vos
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:f963a4fcd8edefbbf30c28eefa8...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-04-06 20:15 UTC by Daniel Rindt
Modified: 2023-09-14 04:26 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-05-28 19:22:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (57.89 KB, text/plain)
2018-04-06 20:15 UTC, Daniel Rindt
no flags Details
File: cgroup (399 bytes, text/plain)
2018-04-06 20:15 UTC, Daniel Rindt
no flags Details
File: core_backtrace (433 bytes, text/plain)
2018-04-06 20:15 UTC, Daniel Rindt
no flags Details
File: cpuinfo (1.63 KB, text/plain)
2018-04-06 20:15 UTC, Daniel Rindt
no flags Details
File: dso_list (1.47 KB, text/plain)
2018-04-06 20:15 UTC, Daniel Rindt
no flags Details
File: environ (2.16 KB, text/plain)
2018-04-06 20:15 UTC, Daniel Rindt
no flags Details
File: exploitable (100 bytes, text/plain)
2018-04-06 20:15 UTC, Daniel Rindt
no flags Details
File: limits (1.29 KB, text/plain)
2018-04-06 20:15 UTC, Daniel Rindt
no flags Details
File: maps (7.03 KB, text/plain)
2018-04-06 20:15 UTC, Daniel Rindt
no flags Details
File: mountinfo (4.20 KB, text/plain)
2018-04-06 20:15 UTC, Daniel Rindt
no flags Details
File: open_fds (234 bytes, text/plain)
2018-04-06 20:15 UTC, Daniel Rindt
no flags Details
File: proc_pid_status (1.23 KB, text/plain)
2018-04-06 20:16 UTC, Daniel Rindt
no flags Details

Description Daniel Rindt 2018-04-06 20:15:34 UTC
Version-Release number of selected component:
archivemount-0.8.7-6.fc28

Additional info:
reporter:       libreport-2.9.4
backtrace_rating: 4
cmdline:        archivemount /run/media/drindt/secure_backup/nvme0n1.dd.7z //tmp/compressed-disk/
crash_function: build_tree
executable:     /usr/bin/archivemount
journald_cursor: s=feaa1a2a1f084faea42fc0908cfbaaf1;i=fdea;b=821e5e1994c946aabcca111234aacc9a;m=a0819597;t=56933a40331d8;x=3cd54f5e8eefde09
kernel:         4.16.0-300.fc28.x86_64
rootdir:        /
runlevel:       N 5
type:           CCpp
uid:            0

Truncated backtrace:
Thread no. 1 (1 frames)
 #0 build_tree at archivemount.c:497

Comment 1 Daniel Rindt 2018-04-06 20:15:41 UTC
Created attachment 1418313 [details]
File: backtrace

Comment 2 Daniel Rindt 2018-04-06 20:15:43 UTC
Created attachment 1418314 [details]
File: cgroup

Comment 3 Daniel Rindt 2018-04-06 20:15:44 UTC
Created attachment 1418315 [details]
File: core_backtrace

Comment 4 Daniel Rindt 2018-04-06 20:15:46 UTC
Created attachment 1418316 [details]
File: cpuinfo

Comment 5 Daniel Rindt 2018-04-06 20:15:48 UTC
Created attachment 1418317 [details]
File: dso_list

Comment 6 Daniel Rindt 2018-04-06 20:15:50 UTC
Created attachment 1418318 [details]
File: environ

Comment 7 Daniel Rindt 2018-04-06 20:15:52 UTC
Created attachment 1418319 [details]
File: exploitable

Comment 8 Daniel Rindt 2018-04-06 20:15:53 UTC
Created attachment 1418320 [details]
File: limits

Comment 9 Daniel Rindt 2018-04-06 20:15:55 UTC
Created attachment 1418321 [details]
File: maps

Comment 10 Daniel Rindt 2018-04-06 20:15:57 UTC
Created attachment 1418322 [details]
File: mountinfo

Comment 11 Daniel Rindt 2018-04-06 20:15:59 UTC
Created attachment 1418323 [details]
File: open_fds

Comment 12 Daniel Rindt 2018-04-06 20:16:01 UTC
Created attachment 1418324 [details]
File: proc_pid_status

Comment 13 Ben Cotton 2019-05-02 21:57:00 UTC
This message is a reminder that Fedora 28 is nearing its end of life.
On 2019-May-28 Fedora will stop maintaining and issuing updates for
Fedora 28. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora 'version' of '28'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 28 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 14 Niels de Vos 2019-05-06 05:43:09 UTC
Hi Daniel,

Sorry for the late response! Could you let me know if you hit this problem more than once? Always with the same archive, or also with others?

For some reason archivemount (or libarchive) failed to read a filename from the archive, even though the entry is valid.

	/* read all entries in archive, create node for each */
	while (archive_read_next_header2(archive, cur->entry) == ARCHIVE_OK) {
		const char *name;
		/* find name of node */
		name = archive_entry_pathname(cur->entry);
-- segfault --

If you can reproduce the segfault, can you share an archive with me that I can use for debugging?

Thanks,
Niels

Comment 15 Ben Cotton 2019-05-28 19:22:38 UTC
Fedora 28 changed to end-of-life (EOL) status on 2019-05-28. Fedora 28 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 16 Red Hat Bugzilla 2023-09-14 04:26:29 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


Note You need to log in before you can comment on or make changes to this bug.