Result for 078EE259D990B951CA25AC33866E5FA9CF0628A4

Query result

Key Value
FileName./usr/share/doc/packages/valgrind/README_MISSING_SYSCALL_OR_IOCTL
FileSize9682
MD5D968AE3AD221C57C5CA27B949003ABFE
SHA-1078EE259D990B951CA25AC33866E5FA9CF0628A4
SHA-256A8C5C0B85485A483C9B4A65B55F8DF7B3B019FB96133D3140F5CB924A3619A94
SSDEEP192:OVgC87eY1JcjQeKEImcgTiFTTHUoZHNrU6EH96oe9At3qV0:ObLK92Imcge1AotNQ6Ed6+f
TLSHT1EF12600E7BA023B20252B379A60D17E6E71CC2AF2329546578DC835C3F398A9817F7D5
hashlookup:parent-total106
hashlookup:trust100

Network graph view

Parents (Total: 106)

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

Key Value
MD568834E4B41E9D59A97EE12D439ECE66D
PackageArchs390x
PackageDescriptionValgrind checks all memory operations in an application, like read, write, malloc, new, free, and delete. Valgrind can find uses of uninitialized memory, access to already freed memory, overflows, illegal stack operations, memory leaks, and any illegal new/malloc/free/delete commands. Another program in the package is "cachegrind," a profiler based on the valgrind engine. To use valgrind you should compile your application with "-g -O0" compiler options. Afterwards you can use it with: valgrind --tool=memcheck --sloppy-malloc=yes --leak-check=yes --db-attach=yes my_application, for example. More valgrind options can be listed via "valgrind --help". There is also complete documentation in the /usr/share/doc/packages/valgrind/ directory. A debugged application runs slower and needs much more memory, but is usually still usable. Valgrind is still in development, but it has been successfully used to optimize several KDE applications.
PackageNamevalgrind
PackageRelease292.d_t.4
PackageVersion3.18.1
SHA-100D04B880C0130ADA8481375A044D94DC832F438
SHA-256DB02B5BEF4D6EF7ED05C0015AE2AE138819BFEC8EA81175C9934C7D81C3DF146
Key Value
MD5A940148BA450B51FA529B3D97D4E315E
PackageArchppc64le
PackageDescriptionValgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes six production-quality tools: a memory error detector (memcheck, the default tool), two thread error detectors (helgrind and drd), a cache and branch-prediction profiler (cachegrind), a call-graph generating cache and branch-prediction profiler (callgrind), and a heap profiler (massif).
PackageMaintainerCentOS Buildsys <bugs@centos.org>
PackageNamevalgrind
PackageRelease4.el8
PackageVersion3.17.0
SHA-10537A736364FC5F369F0441336B94134A74A0D9C
SHA-2562F78A37FB44390CB1DC09D6CBC4DAE03B047D89E1BE12C78D570ADB101509E8C
Key Value
MD519F2401C1446FE070D68E734AC6139CE
PackageArchi686
PackageDescriptionValgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes six production-quality tools: a memory error detector (memcheck, the default tool), two thread error detectors (helgrind and drd), a cache and branch-prediction profiler (cachegrind), a call-graph generating cache and branch-prediction profiler (callgrind), and a heap profiler (massif).
PackageMaintainerCentOS Buildsys <bugs@centos.org>
PackageNamevalgrind
PackageRelease4.el8
PackageVersion3.17.0
SHA-1071E637B523D4E13E8D9C7B2C42FD43627B55075
SHA-2566459D489C47DEFC5F086AAF76228562B1125D30B27D41DCE916B75905478DB01
Key Value
MD53F64B3A04210B0E62D730C0F32397B33
PackageArchx86_64
PackageDescriptionValgrind checks all memory operations in an application, like read, write, malloc, new, free, and delete. Valgrind can find uses of uninitialized memory, access to already freed memory, overflows, illegal stack operations, memory leaks, and any illegal new/malloc/free/delete commands. Another program in the package is "cachegrind," a profiler based on the valgrind engine. To use valgrind you should compile your application with "-g -O0" compiler options. Afterwards you can use it with: valgrind --tool=memcheck --sloppy-malloc=yes --leak-check=yes --db-attach=yes my_application, for example. More valgrind options can be listed via "valgrind --help". There is also complete documentation in the /usr/share/doc/packages/valgrind/ directory. A debugged application runs slower and needs much more memory, but is usually still usable. Valgrind is still in development, but it has been successfully used to optimize several KDE applications.
PackageNamevalgrind
PackageRelease293.d_t.2
PackageVersion3.18.1
SHA-10BE3E17E547AAE942B5ABE2F7E129CB40E59DE0E
SHA-25675E4A25173881C3A1EA2F0912C435D9953FF9072C59F3881702C0FE9B6A5BFDE
Key Value
MD5348710DE3F5A44F4B80C8C4C04EA43E2
PackageArchx86_64
PackageDescriptionValgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes six production-quality tools: a memory error detector (memcheck, the default tool), two thread error detectors (helgrind and drd), a cache and branch-prediction profiler (cachegrind), a call-graph generating cache and branch-prediction profiler (callgrind), and a heap profiler (massif).
PackageMaintainerCentOS Buildsys <bugs@centos.org>
PackageNamegcc-toolset-10-valgrind
PackageRelease6.el8_4
PackageVersion3.16.0
SHA-10CC99F59CEB2323BAC6509C23D6013ACBBEB221E
SHA-256987C84F6A0B035C2C196AEE2B88EC234C830F9ED9176BFBF071DC8A3B316458F
Key Value
MD5334C591C4648568EA0CB779C843BE543
PackageArchx86_64
PackageDescriptionValgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes six production-quality tools: a memory error detector (memcheck, the default tool), two thread error detectors (helgrind and drd), a cache and branch-prediction profiler (cachegrind), a call-graph generating cache and branch-prediction profiler (callgrind), and a heap profiler (massif).
PackageMaintainerFedora Project
PackageNamevalgrind
PackageRelease1.fc34
PackageVersion3.17.0
SHA-10D523160D4BC58D75DEEFA3E0A9E0997D848A4C2
SHA-256AEC9B92B9A0A302D332412668F8E3F694CD7488BC0ADFE7335E4DA65A3A11BBB
Key Value
MD54B878B8B2B26A3129F77C89F07BF31D8
PackageArchx86_64
PackageDescriptionValgrind checks all memory operations in an application, like read, write, malloc, new, free, and delete. Valgrind can find uses of uninitialized memory, access to already freed memory, overflows, illegal stack operations, memory leaks, and any illegal new/malloc/free/delete commands. Another program in the package is "cachegrind," a profiler based on the valgrind engine. To use valgrind you should compile your application with "-g -O0" compiler options. Afterwards you can use it with: valgrind --tool=memcheck --sloppy-malloc=yes --leak-check=yes --db-attach=yes my_application, for example. More valgrind options can be listed via "valgrind --help". There is also complete documentation in the /usr/share/doc/packages/valgrind/ directory. A debugged application runs slower and needs much more memory, but is usually still usable. Valgrind is still in development, but it has been successfully used to optimize several KDE applications.
PackageMaintainerhttps://www.suse.com/
PackageNamevalgrind
PackageRelease150500.2.1
PackageVersion3.20.0
SHA-10F2655532BE9856A1E43959F360EB83D722B860F
SHA-256FB690DF331F4FC4892E9437C3405D047452C18ACCA48F708A6239C3E63C5E53C
Key Value
MD5AC6A9B26DD1AAFD296E2AD07DA98D62D
PackageArchppc64le
PackageDescriptionValgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes six production-quality tools: a memory error detector (memcheck, the default tool), two thread error detectors (helgrind and drd), a cache and branch-prediction profiler (cachegrind), a call-graph generating cache and branch-prediction profiler (callgrind), and a heap profiler (massif).
PackageMaintainerCentOS Buildsys <bugs@centos.org>
PackageNamevalgrind
PackageRelease7.el8
PackageVersion3.18.1
SHA-111662FECC81F0AE46936E1FD63FAFC728D79DA69
SHA-256B0DA57C67E677FA943D0CBDC479B148AFF2EFC6BFAAA8EB8AA5B3DD33C09475C
Key Value
MD5F914DF61780D6D5BA290643800D90135
PackageArcharmv7hl
PackageDescriptionWhen a program is run under Valgrind's supervision, all reads and writes of memory are checked, and calls to malloc/new/free/delete are intercepted. As a result, Valgrind can detect problems such as: * Use of uninitialised memory * Reading/writing memory after it has been free'd * Reading/writing off the end of malloc'd blocks * Reading/writing inappropriate areas on the stack * Memory leaks -- where pointers to malloc'd blocks are lost forever * Passing of uninitialised and/or unaddressable memory to system calls * Mismatched use of malloc/new/new [] vs free/delete/delete []
PackageMaintainertv <tv>
PackageNamevalgrind
PackageRelease2.mga9
PackageVersion3.19.0
SHA-117BF2F3F9D4B47FCB2926A231681311E1494000F
SHA-25664AE257D387A10936E1E3E13C797C2C1FF3102136118E8112F0114CCCEB97AC9
Key Value
MD55ED6038BDAF443F4D9A8FFA92242F5BB
PackageArchaarch64
PackageDescriptionValgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes six production-quality tools: a memory error detector (memcheck, the default tool), two thread error detectors (helgrind and drd), a cache and branch-prediction profiler (cachegrind), a call-graph generating cache and branch-prediction profiler (callgrind), and a heap profiler (massif).
PackageMaintainerCentOS Buildsys <bugs@centos.org>
PackageNamevalgrind
PackageRelease7.el8
PackageVersion3.18.1
SHA-11E1F61EB2443383060AD7EF3FBACC18205BAAAFE
SHA-25648BC1A007F32EC182E6B1B34FB052306EAFAFDA2B4526B49A44A1B1B6E3DD69E