K 10 svn:author V 3 kib K 8 svn:date V 27 2016-07-15T23:26:33.421815Z K 7 svn:log V 306 In ptrace_vm_entry(), do not call vmspace_free() while owning a vm object lock. The vmspace_free() operations might need to lock map, object etc on last dereference. Postpone the free until object's inspection is done. Reported and tested by: will Sponsored by: The FreeBSD Foundation MFC after: 1 week END