Bug 1206931 - /usr/bin/chkstat fails with segmentation
Summary: /usr/bin/chkstat fails with segmentation
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: aarch64 openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Marcus Meissner
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-06 15:11 UTC by Michael Bleistein
Modified: 2023-03-10 11:25 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Bleistein 2023-01-06 15:11:14 UTC
During upgrade to Tumbleweed 230101 on aarch64 (Parallels VM on Apple M1) chkstat fails with a segmentation fault.

(248/468) Installing: util-linux-2.38.1-1.1.aarch64 ......................[done]
/var/tmp/rpm-tmp.eNiw66: line 4:  5180 Segmentation fault      (core dumped) /usr/bin/chkstat -n --set --system /usr/bin/chage
/var/tmp/rpm-tmp.eNiw66: line 9:  5184 Segmentation fault      (core dumped) /usr/bin/chkstat -n --set --system /usr/bin/chfn
/var/tmp/rpm-tmp.eNiw66: line 14:  5193 Segmentation fault      (core dumped) /usr/bin/chkstat -n --set --system /usr/bin/chsh
/var/tmp/rpm-tmp.eNiw66: line 19:  5205 Segmentation fault      (core dumped) /usr/bin/chkstat -n --set --system /usr/bin/expiry
/var/tmp/rpm-tmp.eNiw66: line 24:  5215 Segmentation fault      (core dumped) /usr/bin/chkstat -n --set --system /usr/bin/gpasswd
/var/tmp/rpm-tmp.eNiw66: line 29:  5219 Segmentation fault      (core dumped) /usr/bin/chkstat -n --set --system /usr/bin/newgrp
/var/tmp/rpm-tmp.eNiw66: line 34:  5229 Segmentation fault      (core dumped) /usr/bin/chkstat -n --set --system /usr/bin/passwd
/var/tmp/rpm-tmp.eNiw66: line 39:  5236 Segmentation fault      (core dumped) /usr/bin/chkstat -n --set --system /usr/bin/newgidmap
/var/tmp/rpm-tmp.eNiw66: line 44:  5240 Segmentation fault      (core dumped) /usr/bin/chkstat -n --set --system /usr/bin/newuidmap
(249/468) Installing: shadow-4.13-2.1.aarch64 ............................[done]

The problem can be reproduced in a normal terminal without beeing part of the installation sequence:

❯ /usr/bin/chkstat -n --set --system /usr/bin/chage
[1]    6407 segmentation fault (core dumped)  /usr/bin/chkstat -n --set --system /usr/bin/chage
Comment 1 Marcus Meissner 2023-03-10 10:26:05 UTC
can you get a gdb backtrace of this?
Comment 2 Marcus Meissner 2023-03-10 10:27:17 UTC
(does not reproduce on x86_64 current tumbleweed)
Comment 3 Michael Bleistein 2023-03-10 11:25:32 UTC
The VM of the project this installation was involved is not accessible anymore... Sorry not able to produce gdb insights.