Plugin.InstallSignalHandlers
----------------------------

Installs signal handlers.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Plugin](component_Plugin.md) | [9.3](newinversion93.md) | ✅ 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

- **Version 9.3**
    - Added [Plugin.InstallSignalHandlers](http://www.mbsplugins.eu/PluginInstallSignalHandlers.shtml) function.

### Example Databases

- [CURL/SFTP/CURL sFTP Upload File](https://www.mbsplugins.eu/MBS-FileMaker-Plugin-Examples/CURL/SFTP/CURL%20sFTP%20Upload%20File.shtml#6ScriptAnchor_)

### Blog Entries

- [Neues vom MBS Plugin 9.3](https://www.mbsplugins.de/archive/2019-09-13/Neues_vom_MBS_Plugin_93/monkeybreadsoftware_blog_filemaker)
- [Whats new in MBS FileMaker Plugin version 9.3](https://www.mbsplugins.de/archive/2019-08-17/Whats_new_in_MBS_FileMaker_Plu/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin, version 9.3pr5](https://www.mbsplugins.de/archive/2019-07-13/MBS_FileMaker_Plugin_version_9/monkeybreadsoftware_blog_filemaker)
- [Debugging problems on FileMaker Cloud for AWS](https://www.mbsplugins.de/archive/2019-06-30/Debugging_problems_on_FileMake/monkeybreadsoftware_blog_filemaker)

This function is free to use.

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

  
[Plugin.GetSuccessReturn](PluginGetSuccessReturn.md) - [Plugin.IsLicenseKeyHidden](PluginIsLicenseKeyHidden.md)

[HTML Version](PluginInstallSignalHandlers.shtml)