giampaolo / psutil

Cross-platform lib for process and system monitoring in Python
BSD 3-Clause "New" or "Revised" License
10.11k stars 1.37k forks source link

[OS] bug when you're trying to get the memory layout of a process #2298

Open RIDWANE-EL-FILALI opened 11 months ago

RIDWANE-EL-FILALI commented 11 months ago

Screenshot from 2023-08-21 16-08-47

Summary

Description

{{{ I created a tool that checks the memory allocated for every process divided into the regions (text, data, stack, heap) but in some specific system-related processes i get some of the memory as a negative integer value }}}