Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
FailureSignalHandler.h File Reference

Installs signal handlers that print a stack trace on crash (SIGSEGV, SIGABRT, etc). More...

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.

Functions

void donner::InstallFailureSignalHandler ()
 Install signal handlers for crash signals (SIGSEGV, SIGABRT, SIGFPE, SIGILL, SIGBUS, SIGTRAP).

Detailed Description

Installs signal handlers that print a stack trace on crash (SIGSEGV, SIGABRT, etc).