Thu, 20 Jun 2024 22:18:24 UTC | login

Information for build golang-github-bugsnag-panicwrap-1.2.0-5.fc31

ID111778
Package Namegolang-github-bugsnag-panicwrap
Version1.2.0
Release5.fc31
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, 31 Jul 2019 17:57:08 UTC
CompletedWed, 31 Jul 2019 17:57:08 UTC
Tags
f31
f32
f33
RPMs
src
golang-github-bugsnag-panicwrap-1.2.0-5.fc31.src.rpm (info) (download)
noarch
golang-github-bugsnag-panicwrap-devel-1.2.0-5.fc31.noarch.rpm (info) (download)
Changelog * 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 * Tue Nov 13 2018 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-1 - Release 1.2.0 * Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject.org> - 1.1.0-0.11.20160118gitaceac81 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-0.9.gitaceac81 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Jun 08 2018 Jan Chaloupka <jchaloup@redhat.com> - 1.1.0-0.9.20160118gitaceac81 - Upload glide.lock and glide.yaml * Wed Feb 28 2018 Jan Chaloupka <jchaloup@redhat.com> - 1.1.0-0.8.20160118gitaceac81 - Autogenerate some parts using the new macros * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-0.7.gitaceac81 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-0.6.gitaceac81 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-0.5.gitaceac81 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild