"Todd C. Miller" <Todd.Miller@courtesan.com> writes: > OpenBSD uses random pid's so the value of 138092 is not abnormal. Actually 138092 is abnormal. sys/proc.h defines PID_MAX as 30000. And when I've last looked at kern_fork.c the pid could not be larger than that. //art