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: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    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

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


Plugin.GetSuccessReturn - Plugin.IsPrerelease

Feedback: Report problem or ask question.