It looks the "-a" option is triggering the fault. kvm_getargv
(in lib/libkvm/kvm_proc.c) attempts to read the argv array
using sysctl; if that fails then it calls kvm_doargv which attempts to
read the array from the process' memory (via kvm_uread) by
opening /proc/%d/mem (kvm_proc.c line 997).
--
Bruce Cran
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"