3 releases
0.1.2 | Aug 2, 2024 |
---|---|
0.1.1 | Aug 2, 2024 |
0.1.0 | Aug 2, 2024 |
#6 in #fault
5KB
59 lines
Program Monitor
Program Monitor is a utility for monitoring C and C++ programs on Linux and recovering them from unexpected segmentation faults. If this is what you need, you can use it for your purposes.
[!WARNING] This program is a work in progress and may contain bugs. Use at your own risk.
Installation
git clone https://github.com/twenty2811/program_monitor
cd program_monitor
cargo install --path .
Usage
To use program_monitor, simply run the command below in your terminal:
program_monitor PROGRAM_THAT_MAY_SEGMENTATION_FAULT
Contributing
Contributions from the community to improve program_monitor is welcome. If you have any ideas for new features, suggestions for improvements, or you have discovered a bug, please feel free to open an issue or submit a pull request.
Thank you for your interest in contributing to Program Monitor. Your help is appreciated, and we look forward to working with you.
License
Program Monitor is licensed under the MIT License. See LICENSE for more information.
Thank you for using Program Monitor!