mainlibcrash - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 11971
System Name: libcrash
Name: libcrash
Group Type: non-GNU software and documentation

Search in this Group


 

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

 

Latest News rss feed

No news found

Quick Overview
 Memberlist (1 member)

Communication Tools
 Mailing Lists (2 public mailing lists)

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code