معرفی شرکت ها


golang-github-bugsnag-panicwrap-devel-1.3.2-5.fc37.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Go library for catching and handling panics in Go applications
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything noarch
نام بسته golang-github-bugsnag-panicwrap-devel
نام فایل بسته golang-github-bugsnag-panicwrap-devel-1.3.2-5.fc37.noarch.rpm
نسخه بسته 1.3.2
انتشار بسته 5.fc37
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Thu 21 Jul 2022 01
هاست سازنده buildvm-x86-04.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/bugsnag/panicwrap
مجوز MIT
حجم دانلود 26K
حجم نصب 32.916K
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


نیازمندی

مقدار نام
- go-filesystem


ارائه دهنده

مقدار نام
= 1.3.2-5.fc37 golang(github.com/bugsnag/panicwrap)
= 1.3.2-5.fc37 golang-github-bugsnag-panicwrap-devel
= 1.3.2-5.fc37 golang-ipath(github.com/bugsnag/panicwrap)


نحوه نصب


نصب پکیج rpm golang-github-bugsnag-panicwrap-devel:

    dnf install golang-github-bugsnag-panicwrap-devel-1.3.2-5.fc37.noarch.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


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-06-17

Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191,
2022-29526, CVE-2022-30629

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-05-31

Update to 1.3.2
Close: rhbz#1943416

2021-01-26

Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

2021-01-14

Update to 1.3.1
Close: rhbz#1915325

2021-01-07

Update to 1.3.0
Close: rhbz#1913077

2021-01-01

Update to 1.2.2
Close: rhbz#1479798

2020-07-27

Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild