Sun, 16 Jun 2024 10:47:08 UTC | login

Information for build golang-github-bugsnag-panicwrap-1.3.1-1.fc33

ID192437
Package Namegolang-github-bugsnag-panicwrap
Version1.3.1
Release1.fc33
Epoch
SummaryGo library for catching and handling panics in Go applications
Description Panicwrap is a Go library that re-executes a Go binary and monitors stderr output from the binary for a panic. When it find a panic, it executes a user-defined handler function. Stdout, stderr, stdin, signals, and exit codes continue to work as normal, making the existence of panicwrap mostly invisble to the end user until a panic actually occurs. Since a panic is truly a bug in the program meant to crash the runtime, globally catching panics within Go applications is not supposed to be possible. Despite this, it is often useful to have a way to know when panics occur. panicwrap allows you to do something with these panics, such as writing them to a file, so that you can track when panics occur. Panicwrap is not a panic recovery system. Panics indicate serious problems with your application and should crash the runtime. panicwrap is just meant as a way to monitor for panics. If you still think this is the worst idea ever, read the section below on why.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 27 Jan 2021 12:19:00 UTC
CompletedWed, 27 Jan 2021 12:19:00 UTC
Tags
f33
f37
f38
RPMs
src
golang-github-bugsnag-panicwrap-1.3.1-1.fc33.src.rpm (info) (download)
noarch
golang-github-bugsnag-panicwrap-devel-1.3.1-1.fc33.noarch.rpm (info) (download)
Changelog * Thu Jan 14 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.3.1-1 - Update to 1.3.1 - Close: rhbz#1915325 * Thu Jan 07 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.3.0-1 - Update to 1.3.0 - Close: rhbz#1913077 * Fri Jan 01 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.2-1 - Update to 1.2.2 - Close: rhbz#1479798 * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Jul 13 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.0-4 - Patch out usage of deprecated github.com/kardianos/osext * Wed May 01 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-3 - Update to new macros * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild