libcrash - Summary
This group is not part of the GNU Project.
Ever see those nice crash reports that programs like Emacs or GNU Parted produce? (Well, hopefully not, especially in the case of GNU parted!) Do you want to make your program show similar crash reports? Well then, libcrash is for you.
Getting started is very easy:
First, install libcrash:
./configure && make && sudo make install && sudo ldconfig
Then, just include <crash.h> in your main.c (or whatever file has your main entry point):
#include <crash.h>
And call crash_init() from main():
crash_init(argv[0], <FULL PACKAGE NAME>, <BUG REPORT ADDRESS>);
Don't forget to link with -lcrash!
See also the README file for more information.
Registration Date: Sat 14 Sep 2019 07:18:36 PM UTC
License: GNU General Public License v3 or later
Development Status: 2 - Pre-Alpha


Powered by Savane 3.14-d604.
Corresponding source code