Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: golang-github-bugsnag-panicwrap-devel | Distribution: Fedora Project |
Version: 1.3.4 | Vendor: Fedora Project |
Release: 6.el10_0 | Build date: Thu Nov 7 02:02:47 2024 |
Group: Unspecified | Build host: buildhw-a64-06.iad2.fedoraproject.org |
Size: 27869 | Source RPM: golang-github-bugsnag-panicwrap-1.3.4-6.el10_0.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/bugsnag/panicwrap | |
Summary: Go library for catching and handling panics in Go applications |
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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/bugsnag/panicwrap
MIT
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Jun 16 2024 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.3.4-5 - Update spec * Sun Jun 16 2024 Nianqing Yao <imbearchild@outlook.com> - 1.3.4-4 - Fix build on riscv64 * Thu Mar 07 2024 Alejandro Sáez <asm@redhat.com> - 1.3.4-3 - Update patches * Thu Mar 07 2024 Packit <hello@packit.dev> - 1.3.4-1 - New release 1.3.4 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * 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
/usr/share/doc/golang-github-bugsnag-panicwrap-devel /usr/share/doc/golang-github-bugsnag-panicwrap-devel/CHANGELOG.md /usr/share/doc/golang-github-bugsnag-panicwrap-devel/README.md /usr/share/gocode/src/github.com /usr/share/gocode/src/github.com/bugsnag /usr/share/gocode/src/github.com/bugsnag/panicwrap /usr/share/gocode/src/github.com/bugsnag/panicwrap/.goipath /usr/share/gocode/src/github.com/bugsnag/panicwrap/dup2.go /usr/share/gocode/src/github.com/bugsnag/panicwrap/dup3.go /usr/share/gocode/src/github.com/bugsnag/panicwrap/exec.go /usr/share/gocode/src/github.com/bugsnag/panicwrap/exec_old.go /usr/share/gocode/src/github.com/bugsnag/panicwrap/monitor.go /usr/share/gocode/src/github.com/bugsnag/panicwrap/monitor_windows.go /usr/share/gocode/src/github.com/bugsnag/panicwrap/panicwrap.go /usr/share/gocode/src/github.com/bugsnag/panicwrap/panicwrap_monitor_test.go /usr/share/gocode/src/github.com/bugsnag/panicwrap/panicwrap_test.go /usr/share/gocode/src/github.com/bugsnag/panicwrap/signal_notunix.go /usr/share/gocode/src/github.com/bugsnag/panicwrap/signal_unix.go /usr/share/licenses/golang-github-bugsnag-panicwrap-devel /usr/share/licenses/golang-github-bugsnag-panicwrap-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Nov 14 04:35:39 2024