An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 4.6% on proxy.golang.org
Top 0.8% dependent packages on proxy.golang.org
Top 0.5% dependent repos on proxy.golang.org
Top 0.5% docker downloads on proxy.golang.org

proxy.golang.org : github.com/benesch/cgosymbolizer

Package cgosymbolizer teaches the Go runtime to include cgo frames in backtraces. To use the package, import it for its side effects: cgosymbolizer only supports Linux and macOS. Importing it on another operating system will have no effect. Support is further limited by Go's implementation of runtime.SetCgoTraceback. On at least linux/amd64 and linux/ppc64le, Go can collect a C traceback, with cgosymbolizer's help, if the C code receives a signal. This permits visibility into C code in CPU profiles and fatal signals. Otherwise cgosymbolizer can only collect a C stack trace when a C function calls a Go function. For details, follow https://github.com/golang/go/issues/24518. Note that the Linux implementation is provided by github.com/ianlancetaylor/cgosymbolizer. The macOS implementation is original work.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/benesch/cgosymbolizer
Keywords: golang
License: BSD-3-Clause
Latest release: over 6 years ago
First release: over 6 years ago
Namespace: github.com/benesch
Dependent packages: 42
Dependent repositories: 192
Stars: 23 on GitHub
Forks: 1 on GitHub
Docker dependents: 32
Docker downloads: 12,940,002
See more repository details: repos.ecosyste.ms
Last synced: 2 months ago

    Loading...
    Readme
    Loading...