SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

golang-github-bugsnag-panicwrap-devel rpm build for : Fedora 37. For other distributions click golang-github-bugsnag-panicwrap-devel.

Name : golang-github-bugsnag-panicwrap-devel
Version : 1.3.2 Vendor : Fedora Project
Release : 5.fc37 Date : 2022-07-21 10:41:22
Group : Unspecified Source RPM : golang-github-bugsnag-panicwrap-1.3.2-5.fc37.src.rpm
Size : 0.03 MB
Packager : Fedora Project
Summary : Go 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.

This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/bugsnag/panicwrap

RPM found in directory: /vol/rzm3/linux-fedora-buffet/alt/risc-v/repo/fedora/37/76833/riscv64/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  golang-github-bugsnag-panicwrap-devel-1.3.2-5.fc37.noarch.rpm
ftp.icm.edu.pl  golang-github-bugsnag-panicwrap-devel-1.3.2-5.fc37.noarch.rpm
     

Provides :
golang(github.com/bugsnag/panicwrap)
golang-github-bugsnag-panicwrap-devel
golang-ipath(github.com/bugsnag/panicwrap)

Requires :
go-filesystem
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/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/CHANGELOG.md
/usr/share/gocode/src/github.com/bugsnag/panicwrap/README.md
/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/glide.lock
/usr/share/gocode/src/github.com/bugsnag/panicwrap/glide.yaml
/usr/share/gocode/src/github.com/bugsnag/panicwrap/issue_template.md
/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

 
ICM