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

catchsegv - Catch segmentation faults in programs

Author

catchsegv was written by Ulrich Drepper for the GNU C Library

       This man page was written by Ben Collins <bcollins@debian.org> for the Debian GNU/Linux system.

3rd Berkeley Distribution                             etch                                          CATCHSEGV(1)

Description

       Used to debug segmentation faults in programs.  The output is the content of registers, plus a backtrace.
       Basically you call your program and its arguments as the arguments to catchsegv.

Name

       catchsegv - Catch segmentation faults in programs

Synopsis

catchsegvprogram [args]

See Also