YAZ  5.34.0
Functions
backtrace.h File Reference

backtrace handling More...

#include <stddef.h>
#include <yaz/yconfig.h>

Go to the source code of this file.

Functions

void yaz_enable_panic_backtrace (const char *progname)
 enables backtrace when SIGSEGV/SIGABRT/.. signal is received More...
 

Detailed Description

backtrace handling

Definition in file backtrace.h.

Function Documentation

◆ yaz_enable_panic_backtrace()

void yaz_enable_panic_backtrace ( const char *  progname)

enables backtrace when SIGSEGV/SIGABRT/.. signal is received

Parameters
prognamename of executable that we run

Definition at line 198 of file backtrace.c.

References progname, and static_progname.

Referenced by main().