Skip to content

0.8.8

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 21 Mar 10:09
· 43 commits to main since this release

Fixed

  • PR#108 resolved #28 by sending a SIGSTOP to the process that is about to be dumped to (hopefully) increase the robustness of the dumping process by reducing the chance of errors, particularly with regard to threads. This is done as a best effort, and will perform the old behavior if the process has not stopped within a timeout (by default 100ms), which can be overriden by the user.