Description of problem: During boot a segmentation fault was reported from newaliases Version-Release number of selected component (if applicable): 8.12.10-1.1.1 How reproducible: Haven't been able to reproduce it. Steps to Reproduce: 1. Boot Actual results: Starting sendmail: /etc/rc5.d/S80sendmail: line 116: 841 Segmentation fault /usr/bin/newaliases >/dev/null 2>&1 [ OK ] Expected results: Starting sendmail: [ OK ] Additional info:
I can not reproduce this.
I managed to get a core dump from a segfaulting newaliases command. https://www.daimi.au.dk/~kasperd/newaliases/core The core dump was produced by copying /usr/sbin/sendmail.sendmail to /root/bin/newaliases, removing suid bit from the copy, and finaly executing the command "while /root/bin/newaliases ; do true ; done".
This is a duplicate of bug #113830