Thu, 20 Jun 2024 16:42:00 UTC | login

Information for build golang-github-bugsnag-panicwrap-1.2.0-7.fc33

ID171824
Package Namegolang-github-bugsnag-panicwrap
Version1.2.0
Release7.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
StartedThu, 13 Aug 2020 12:03:31 UTC
CompletedThu, 13 Aug 2020 12:03:31 UTC
Tags
f33
RPMs
src
golang-github-bugsnag-panicwrap-1.2.0-7.fc33.src.rpm (info) (download)
noarch
golang-github-bugsnag-panicwrap-devel-1.2.0-7.fc33.noarch.rpm (info) (download)
Changelog * 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 * 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/