logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

divide-by-zero - try to divide a number by zero and crash

Author

       Benjamin Drung <bdrung@posteo.de>

chaos-marmosets                                    2021-04-23                                  DIVIDE-BY-ZERO(1)

Description

divide-by-zero  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  ker‐nel.core_pattern and fs.suid_dumpable for more information.  In case of using a bug reporting system like
       apport, this program allows testing reporting the crash and retracing it.

Name

       divide-by-zero - try to divide a number by zero and crash

Options

       This program takes no options.

Synopsis

divide-by-zero

See Also