Skip to content

Releases: Zeex/samp-plugin-crashdetect

CrashDetect 4.22

04 Aug 17:56
Compare
Choose a tag to compare
  • Added support for symbol names up to 63 characters (#125, by @Y-Less)
  • Fixed a problem with the stack being clobbered when displaying errors in some code (#128, by @Y-Less)
  • Reduced overhead from long call checks (#128, by @Y-Less)
  • Binary builds are now done via GitHub Actions (#128, by @AmyrAhmady)

CrashDetect 4.21

18 Feb 20:48
Compare
Choose a tag to compare
  • New feature: Address Naught detection by Y_Less (#111) - see the README file for more information
  • Fixed a bug in the line count overflow detection when loading debug info that could cause a crash on startup (#101)

CrashDetect 4.20

05 Jul 11:25
Compare
Choose a tag to compare
  • Added long call (hang) detection (contribution by @Y-Less)
  • Tiny bug fixes

CrashDetect 4.19.4

03 Sep 17:54
Compare
Choose a tag to compare
  • Fixed an issue with native backtrace on Linux where instead of file name the plugin would sometimes print some random garbage

CrashDetect 4.19.3

02 Sep 04:58
Compare
Choose a tag to compare
  • Fixed a small bug in AMX error reporting where the "AMX backtrace" message was shown despite that there were no AMX calls to show
  • Fixed unnecessary reads of server.cfg, the config is now read only once at plugin loading time
  • Updated README - installation, build instructions, usage, etc

CrashDetect 4.19.2

30 Aug 08:06
Compare
Choose a tag to compare
  • Fixed a bug with incorrect or missing error details when OnRuntimeError() is defined (#63)
  • Improved stack traces - e.g. up to 10 variadic arguments can now be displayed; also see #57
  • Reduced overhead of file API hooks (used for detecting AMX file names)

CrashDetect 4.19.1

18 Aug 13:54
Compare
Choose a tag to compare
  • Fixed a crash in amx_Exec() hook if the function is called with an unregistered AMX instance

CrashDetect 4.19

01 Apr 17:36
Compare
Choose a tag to compare
  • Improved AMX file path detection

CrashDetect 4.18.1

04 Feb 07:25
Compare
Choose a tag to compare
  • Disabled log buffering, stuff should be visible in log file immediately after it's written

CrashDetect 4.18

14 Jan 08:52
Compare
Choose a tag to compare
  • Crash reports now contain additional information such as: registers, stack dump, loaded modules (plugins/libraries)