NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/52595: /proc/pid/map(s) not usable for Firefox
>Number: 52595
>Category: kern
>Synopsis: /proc/pid/map(s) not usable for Firefox
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Oct 05 14:00:00 +0000 2017
>Originator: Kamil Rytarowski
>Release: NetBSD 8.99.1 amd64
>Organization:
TNF
>Environment:
NetBSD rugged 8.99.1 NetBSD 8.99.1 (GENERIC) #7: Mon Jul 3 15:56:30 CEST 2017 root@chieftec:/public/netbsd-root/sys/arch/amd64/compile/GENERIC amd64
>Description:
Files /proc/pid/map and /proc/pid/maps cannot be read for large applications.
pmap(1) works.
$ pmap -p 1039|wc -l
3960
>How-To-Repeat:
Determine the pid of Firefox.
$ cat /proc/1039/map
cat: /proc/1039/map: Cannot allocate memory
$ cat /proc/1039/maps
cat: /proc/1039/maps: Cannot allocate memory
>Fix:
N/A
It would be nice to remove the limit at all.
Home |
Main Index |
Thread Index |
Old Index