.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "DIVIDE-BY-ZERO" "1" "2021-04-23" "chaos-marmosets" "divide-by-zero\[cq]s Manual" .hy .SH NAME .PP divide-by-zero - try to divide a number by zero and crash .SH SYNOPSIS .PP \f[B]divide-by-zero\f[R] .SH DESCRIPTION .PP \f[B]divide-by-zero\f[R] tries to divide a number by zero. It will immediately exit with signal 4 (SIGILL). This program is useful to test the process core dump configuration. See the Linux kernel sysctl setting \f[I]kernel.core_pattern\f[R] and \f[I]fs.suid_dumpable\f[R] for more information. In case of using a bug reporting system like apport, this program allows testing reporting the crash and retracing it. .SH OPTIONS .PP This program takes no options. .SH AUTHOR .PP Benjamin Drung