nscd service crashed without a core dump file.
ulimit -c is unlimited.
Someone says that that's because nscd use "setuid" when the "server-user" is set in /etc/nscd.conf.
Then I added a "#" to delete it at the beginning of the "server-user" line in /etc/nscd.conf then restart the service.
Now it runs as root which could be checked by "ps -ef | grep nscd".
However, the following commands still could not make nscd to generate a core dump file: kill -ABRT nscd-pid or kill -s SIGSEGV nscd-pid
Who can tell me why and how? Thanks in advance!