Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionPrasad Kulkarni
2017-06-28 12:44:24 UTC
Description of problem:
pam_cgroup.so is getting segfaulted every time while trying to switch user.
Version-Release number of selected component (if applicable):
libcgroup-pam.x86_64 0:0.40.rc1-23.el6 (from optional channel)
How reproducible:
Always
Steps to Reproduce:
1. Follow the steps mentioned under "Procedure 4.4. Using a PAM module to move processes to cgroups" section in https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Resource_Management_Guide/sec-cpu_and_memory-use_case.html to install and configure pam-libcgroup module
2. use "su" command to become a different user on a system.
3. You will receive "segmentation fault" message and following will be logged in messages file.
-------
Jun 27 16:10:36 rhel6u9-3 yum[1954]: Installed: libcgroup-pam-0.40.rc1-23.el6.x86_64
Jun 27 16:17:30 rhel6u9-3 kernel: su[2090]: segfault at 0 ip 00007f030fcd6ac4 sp 00007ffe99d1c940 error 4 in pam_cgroup.so[7f030fcd6000+1000]
Jun 27 16:17:31 rhel6u9-3 abrt[2091]: Saved core dump of pid 2090 (/bin/su) to /var/spool/abrt/ccpp-2017-06-27-16:17:31-2090 (3239936 bytes)
Jun 27 16:17:31 rhel6u9-3 abrtd: Directory 'ccpp-2017-06-27-16:17:31-2090' creation detected
Jun 27 16:17:41 rhel6u9-3 kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
-------
Actual results:
While switching to any (normal) user receive "segmentation fault" message.
Expected results:
Switch user should work.