Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

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