steps to reproduce: 1.add a service in /etc/chkconfig as below: ``` #!/bin/bash # chkconfig: 8 33 99 echo "test chkconfig --override" ``` 2. execute command :`chkconfig ` then os will produce coredump file.
steps to reproduce:
1.add a service in /etc/chkconfig as below:
chkconfigthen os will produce coredump file.