Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

Plugin.InstallSignalHandlers

Installs signal handlers.

Component Version macOS Windows Linux Server iOS SDK
Plugin 9.3 ✅ Yes ❌ No ✅ Yes ✅ Yes, on macOS and Linux ✅ Yes
MBS( "Plugin.InstallSignalHandlers" )

Parameters

none

Result

Returns OK or error.

Description

Installs signal handlers.
When something happens like a segmentation fault (a crash in C code), the plugin can print the backtrace (list of functions called) to help to debug the problem.
Usually you call this function only if we ask you to help on debugging a crash on Linux or MacOS.

Release notes

Example Databases

Blog Entries

This function is free to use.

Created 29th June 2019, last changed 29th June 2019


Plugin.GetSuccessReturn - Plugin.IsMaintenanceExpired

💬 Ask a question or report a problem