Memory Regions displayed in SMAPS output with no permissions
Posted
by crissangel
on Stack Overflow
See other posts from Stack Overflow
or by crissangel
Published on 2010-05-09T09:15:03Z
Indexed on
2010/05/09
9:18 UTC
Read the original article
Hit count: 133
linux-kernel
If I see the output of cat /proc//smaps, I find that there are some memory regions with which no read/write/execute permissions have been associated. Also these region are mapped to inode number 0.
I wanted to know how does a region end up in such a state? Is it some sort of memory leak?
Can these regions be ever used again by the process?
© Stack Overflow or respective owner