Core dump limits are disabled for a user using the normal /etc/security/limits.conf mechanism:
# ulimit -a
core file size (blocks, -c) unlimited
However, running a segfault test shows no core being dumped:
/tmp/a.out
Segmentation fault
No 'core dumped' message. Hrm. /etc/security/limits.conf looks as follows:
username - core unlimited
Has anyone encountered this before? Is this a bug in SLES? Thanks.