f863805df0
This is a really ugly bandaid on the problem, but it works well enough for 'ps -u' to start working again. The problem was caused by the user address space shrinking by a little bit and the UPAGES being "cast off" to become a seperate entity rather than being at the top of the process's vmspace. That optimization was part of John's most recent VM speedups. Now, rather than decoding the VM space, it merely ensures the pages are in core and accesses them the same way the ptrace(PT_READ_U..) code does, ie: off the p->p_addr pointer. |
||
---|---|---|
.. | ||
cd9660 | ||
deadfs | ||
fdescfs | ||
fifofs | ||
msdosfs | ||
nullfs | ||
portalfs | ||
procfs | ||
specfs | ||
umapfs | ||
unionfs |