ProcDump-for-Linux icon indicating copy to clipboard operation
ProcDump-for-Linux copied to clipboard

A Linux version of the ProcDump Sysinternals tool

Results 34 ProcDump-for-Linux issues
Sort by recently updated
recently updated
newest added

This PR updates the project's top-level `CMakeLists.txt` to reduce assumptions about the environment in which the project will be built. ### bpftool / libbpf The use of `ExternalProject_Add()` to download...

This series just change the SPEC file template to use CMake macros in order to get full benefits for redhat systems (that use RPM packaging builds). This series also add...

### Expected behavior All of the components are built successfully and work properly on a ppc64le-based machine or VM. ### Actual behavior Build of the profiler fails on the ppc64le...

enhancement

Some updates to the man page on: * Styling and formatting * Update to the section * Spelling fix

A couple of minor spelling fixes.

### Expected behavior For calloc and reallocarray the allocation size should be nmemb*size ### Actual behavior Currently the size is size ### Steps to reproduce the behavior 1. Run procdump...

bug

### Expected behavior Procdump -restrack produces a valid leak track report ### Actual behavior Produces a leak track report with "No leaks detected" ### Steps to reproduce the behavior 1....

bug

### Expected behavior Procdump to succeed when the user running procdump is the same as the user running the target process.   ### Actual behavior Procdump fails ### Steps to reproduce...

bug

### Expected behavior When specifying the -log switch allow a choice of the target being either syslog or stdout. ### Actual behavior Diagnostics logging when using -log goes to syslog....

Future

cmake settings ```console -- Cache values CMAKE_BUILD_TYPE:STRING=RelWithDebInfo CMAKE_INSTALL_PREFIX:PATH=/usr PROCDUMP_DISABLE_SYSTEM_LIBBPF:BOOL=OFF ``` cmake params and output: ```console + /usr/bin/cmake -B x86_64-redhat-linux-gnu -D BUILD_SHARED_LIBS=ON -D CMAKE_AR=/usr/bin/gcc-ar -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_C_FLAGS_RELEASE=-DNDEBUG -D CMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -D...