Result for A9ADEA605CECDC1FDB4062CB3E9DC1F7B979C6D1

Query result

Key Value
FileName./usr/share/gocode/src/github.com/bugsnag/panicwrap/monitor_windows.go
FileSize140
MD5704DBB76C1594A5F001E4EBD9A4D1342
SHA-1A9ADEA605CECDC1FDB4062CB3E9DC1F7B979C6D1
SHA-2566A3D7D574FD35AE1572B4A103C3D79C1A1A2CDF5CC9070088EE21A560322B930
SSDEEP3:hZVFZI5ySsMNGtm2EXneLU4VX+QNMIKiAUSK8OAv:hZrZI5yIUU2+eLUIBeIDNo
TLSHT107C02B0E0AE1582714203CF321015A04BF53857CB3C0C34E8201E2CBFA0708FD752424
hashlookup:parent-total14
hashlookup:trust100

Network graph view

Parents (Total: 14)

The searched file hash is included in 14 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD562D238723EF67ED8BE44465580A72364
PackageArchnoarch
PackageDescriptionPanicwrap 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
PackageMaintainerFedora Project
PackageNamegolang-github-bugsnag-panicwrap-devel
PackageRelease7.fc33
PackageVersion1.2.0
SHA-1718C0EFA7ECD7E71589CE7E04057851E56FE554D
SHA-256644A339655FCBE6FDCD55DA4C1147EEC5D84792B09B90166AA7B0B9825C25003
Key Value
MD5418B5DC42ECB284FC7FB5426F6C7A430
PackageArchnoarch
PackageDescriptionPanicwrap 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
PackageMaintainerFedora Project
PackageNamegolang-github-bugsnag-panicwrap-devel
PackageRelease6.fc32
PackageVersion1.2.0
SHA-1EA19F1BD7CB1FFE90E3F19DBEAC0713CAC8F910B
SHA-256223B4CA47E197D8D9ACE502C3F1F0AE1AF2822284CCD37BF490B8DBA22335CBA
Key Value
FileSize10728
MD5690ACCC1633B9AAEB8A2D72EC615C3F8
PackageDescriptionGo 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.
PackageMaintainerpkg-go <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-bugsnag-panicwrap-dev
PackageSectiondevel
PackageVersion1.2.0-1
SHA-1C6EB54724884ADFFE80E517700E2DF8EC8BD1408
SHA-2567ABE84B75ADDC41108C56054B85D14F4CED7985746C1EC441C3E26A42F28A1E7
Key Value
FileSize10412
MD5DF463746DB306779B4CD8E0579CB88DF
PackageDescriptionGo 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-bugsnag-panicwrap-dev
PackageSectiondevel
PackageVersion1.2.0-1
SHA-1AF1A5250547C6C8DA05D4B71C2652B9BEE5556A9
SHA-2567932F23EC124B2398B31ABE1A044123BE34FC7C9DF914F463834EE1C7E7555EC
Key Value
MD5895A8EA979E13BB48220FB905A522FDF
PackageArchnoarch
PackageDescriptionGo library for catching and handling panics in Go applications This package contains library source intended for building other packages which use import path with github.com/bugsnag/panicwrap prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-bugsnag-panicwrap-devel
PackageRelease0.3.gitaceac81.el7
PackageVersion1.1.0
SHA-10060A9DB33139E97B93D17FA375FC143DF08EA84
SHA-2565A4F0FB89BDD0B63B3A9A2F87760C10AFF21934BC912BE08960C549FF41D87FE
Key Value
FileSize9984
MD5E417C1FDE705F318C3AA6F69FECFAD1E
PackageDescriptionGo 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-bugsnag-panicwrap-dev
PackageSectiondevel
PackageVersion1.1.0-3
SHA-13E9509DB97995EE5009392019567269914E9FC10
SHA-25641545BD10A3A46F9A4AF63E52D17E45781704CAC4FCD816F72AC36C8C69199D5
Key Value
MD510AB550C94FC1DB366171189DF9508F2
PackageArchnoarch
PackageDescriptionGo library for catching and handling panics in Go applications This package contains library source intended for building other packages which use import path with github.com/bugsnag/panicwrap prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-bugsnag-panicwrap-devel
PackageRelease0.1.gitaceac81.fc24
PackageVersion1.1.0
SHA-1FF27886B22CEB8256E2D50E593B3ED005DA5EFB3
SHA-2560D22CEC3114E16EC72C9E23A765EA06E8590CC3DD3C0E20332EFD40D932887F2
Key Value
MD51484C467C36E6AB756897A30EFC0EB74
PackageArchnoarch
PackageDescriptionPanicwrap 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
PackageMaintainerFedora Project
PackageNamegolang-github-bugsnag-panicwrap-devel
PackageRelease2.fc34
PackageVersion1.3.1
SHA-1216584807D6ADA9D775E32A959CA330527D265A8
SHA-256D4A5B32D538C9015F6D2DECFBBDFB28D617CEA31C5B3A8332608BCC391EB0B92
Key Value
FileSize10840
MD50227D8B6A14690A1180C92FED1F5C61F
PackageDescriptionGo 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.
PackageMaintainerpkg-go <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-bugsnag-panicwrap-dev
PackageSectiondevel
PackageVersion1.2.0-1.1
SHA-1AC22CF847A6FC3BA496D4386A514FC58C2C22CD4
SHA-256F8D52C18E4EA3CB04C0F1D92FF7D3DB2671835C46C47A9C954FCF28D576755F6
Key Value
FileSize9328
MD524335ED99159FEEB23AB141A8577A92C
PackageDescriptionGo 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-bugsnag-panicwrap-dev
PackageSectiondevel
PackageVersion0.0~git20141111-1
SHA-16B5196B9C78712360BF35E25BB0CA4FC486A7422
SHA-256428AC472B3121263CB4A8605BEF7B8F98DFBBEE8B3EE651AE5ADD2BAC44A61A1
Key Value
MD5F6EDB003876D3B57472791E30F2EB619
PackageArchnoarch
PackageDescriptionGo library for catching and handling panics in Go applications This package contains library source intended for building other packages which use import path with github.com/bugsnag/panicwrap prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-bugsnag-panicwrap-devel
PackageRelease0.1.gitaceac81.fc24
PackageVersion1.1.0
SHA-16F699E076F2CCD0448C874C9C5A4008E7D45A51A
SHA-256AF0BEA7DA501820BDD9FCFA4B33F290FA3D1016F610CCDC08EA6F824D350858F
Key Value
MD5C48B8A5DB20EDE247582B88887CE807D
PackageArchnoarch
PackageDescriptionGo library for catching and handling panics in Go applications This package contains library source intended for building other packages which use import path with github.com/bugsnag/panicwrap prefix.
PackageMaintainerFedora Project
PackageNamegolang-github-bugsnag-panicwrap-devel
PackageRelease0.3.gitaceac81.el6
PackageVersion1.1.0
SHA-14AFD703A7A4288B5F65482DB9A9CA885B4DDCF0D
SHA-2569537DC625B5349DCA8D7FF865E44A6F1B7715F067ADA7CDF72C1A6C469E0606E
Key Value
FileSize9836
MD5CDD4D9D03CAFF62F008BDAE645811AF5
PackageDescriptionGo 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.
PackageMaintainerpkg-go <pkg-go-maintainers@lists.alioth.debian.org>
PackageNamegolang-github-bugsnag-panicwrap-dev
PackageSectiondevel
PackageVersion1.1.0-1
SHA-1F1014E93B6545A25B64395AF3763171759EF215E
SHA-256EFD68F367E262C193F9C8CFBAB16E10699438AE22F4687AC7D7FE724CDA1945E
Key Value
FileSize10528
MD5438C46887318A759B27D7BF829DE4300
PackageDescriptionGo 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-bugsnag-panicwrap-dev
PackageSectiondevel
PackageVersion1.2.0-1.1
SHA-16AD2C49120338ECF272BAB2C8B1CA66CD6E8DB5E
SHA-2567A01F74687543AFBCB960719BE1F8488A1C77658CE3CBB7396732245F1060859