Re: pstat diff fixed segmentation fault

2016-04-12 Thread Todd C. Miller
On Mon, 11 Apr 2016 14:47:20 -0400, Rob Pierce wrote: > Running pstat with either [-M core] or [-N system] along with the -T option > results in a segmentation fault. Make sure kvm access is initialized prior > to running kvm_read() when -T is specified. > > This issue appears to have been introd

pstat diff fixed segmentation fault

2016-04-11 Thread Rob Pierce
Running pstat with either [-M core] or [-N system] along with the -T option results in a segmentation fault. Make sure kvm access is initialized prior to running kvm_read() when -T is specified. This issue appears to have been introduced when setgid kmem support was removed in revision 1.99. Rob