Sun, 05 Jan 2025 15:01:05 CST | login

Information for build golang-github-bugsnag-panicwrap-1.3.4-1.ocs23

ID18900
Package Namegolang-github-bugsnag-panicwrap
Version1.3.4
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-bugsnag-panicwrap.git?.#20816166a9f5fc43a30ad16ca4291b97bdde3ecc
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 26 Aug 2024 15:20:19 CST
CompletedMon, 26 Aug 2024 15:24:44 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/golang-github-bugsnag-panicwrap.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-bugsnag-panicwrap.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
golang-github-bugsnag-panicwrap-1.3.4-1.ocs23.src.rpm (info) (download)
noarch
golang-github-bugsnag-panicwrap-devel-1.3.4-1.ocs23.noarch.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build