Hide Forgot
Description of problem: If I run slapd as daemon and send sig 11 or sig 6 to slapd process, it is not caught by abrt. Version-Release number of selected component (if applicable): openldap-servers-2.4.23-15.el6_1.3.x86_64 How reproducible: always Steps to Reproduce: 1. service slapd stop ; service slapd stop ; ps aux | grep slapd 2. kill -11 <pid of slapd> Actual results: abrt daemon does not detect this Expected results: abrt should detect this and this crash should be listed in abrt-cli -l
When /usr/sbin/slapd is run via init scripts, it is run with argument -u user. This causes slapd to call setgid, setegid, setuid, and seteuid functions to change the daemon user. Manual page core(5) says, that coredump is not produced if "The process is executing a set-user-ID (set-group-ID) program that is owned by a user (group) other than the real user (group) ID of the process." This seems to be the issue in this case. A solution might be to change the user in the init script, before running the daemon.
Since RHEL 6.2 External Beta has begun, and this bug remains unresolved, it has been rejected as it is not proposed as exception or blocker. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux.