Fri, 21 Jun 2024 00:06:00 UTC | login

Information for build golang-github-bugsnag-panicwrap-1.3.4-7.0.riscv64.fc38

ID252066
Package Namegolang-github-bugsnag-panicwrap
Version1.3.4
Release7.0.riscv64.fc38
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/golang-github-bugsnag-panicwrap.git#f82da5599f8826d6fb14cf3392cff6a92d101ee7
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 failed
Volume DEFAULT
StartedSat, 08 Jul 2023 05:38:21 UTC
CompletedSat, 08 Jul 2023 05:54:44 UTC
Taskbuild (f38, /rpms/golang-github-bugsnag-panicwrap.git:f82da5599f8826d6fb14cf3392cff6a92d101ee7)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/golang-github-bugsnag-panicwrap.git#f82da5599f8826d6fb14cf3392cff6a92d101ee7'}}
Tags No tags
RPMs No RPMs
Changelog * Sat Jul 08 2023 David Abdurachmanov <davidlt@rivosinc.com> - 1.3.4-1.0.riscv64 - Test build for riscv64 * Fri Jul 07 2023 Alejandro Sáez <asm@redhat.com> - 1.3.4-1 - Update to 1.3.4 - Add 0001-Prevent-the-build-of-dup2.go-on-Linux-aarch64.patch - Remove 0001-Prevent-the-build-of-dup2.go-on-Linux-aarch64.patch * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1.3.2-4 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild