- Fix build support for arm64-based macOS by updating build settings for
dup2()
- Fix build support for arm64 linux by updating build settings for
dup2()
Robert-André Mauchin #21
- Add build support from arm64-based macOS by updating build settings for
dup2()
This release removes the dependency on osext for everyone running go1.8+.
- Fix windows support by removing undefined syscall
- Support capturing fatal errors from concurrent map writes, nil goroutines, out of memory errors, stack exhaustion, and others which use a different panic output format.
- Fix compatibility with go1.7-1.8 by removing dependency on "math/bits" package
- Fix compatibility with solaris and friends (AIX, etc) Till Wegmüller #11
-
Fix bug where the program would relaunch without the panic wrapper emersion #3
-
Fix Solaris build Brian Meyers #4
- Add ability to monitor a process