Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kde plasmashell: deleted mmapped file #65

Closed
GoTeamAnt opened this issue Apr 6, 2017 · 1 comment
Closed

kde plasmashell: deleted mmapped file #65

GoTeamAnt opened this issue Apr 6, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@GoTeamAnt
Copy link

Hi

I am using archlinux / kde and recent versions of plasmashell leave a deleted memory mapped file behind:

from /proc/$pasmashellid/maps:
7f5d4c106000-7f5d4c146000 rw-s 00000000 08:03 9699936                    /home/user/#9699936 (deleted)
7f5d4c146000-7f5d4c186000 r-xs 00000000 08:03 9699936                    /home/user/#9699936 (deleted)

I have added this filter to the blacklist_mappings in my needrestart.conf

qr(/home/[\w]+/#[\d]+( \(deleted\))?$),

I am shure the regex can be improved, because the filename is derived from the inode number, but this version is good enough for me.

Please consider adding this filter.

@liske liske self-assigned this Apr 18, 2017
@liske liske added this to the v2.12 milestone Apr 18, 2017
@liske liske added the bug label Apr 18, 2017
@liske liske closed this as completed in 0008644 Oct 29, 2017
@liske
Copy link
Owner

liske commented Oct 29, 2017

Thanks, I've improved the regex to match everywhere in case the home directory is mounted somewhere else than /home.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants