[Bug 204426] Processes terminating cannot access memory

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 10 18:50:17 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204426

--- Comment #36 from John Baldwin <jhb at FreeBSD.org> ---
The patch from the commit applies cleanly to a 10.2 checkout:

> pwd
/usr/home/john/work/freebsd/releng/10.2
> svn merge -c 295454 ^/stable/10
--- Merging r295454 into '.':
U    lib/libprocstat/libprocstat.c
U    lib/libutil/kinfo_getfile.c
U    lib/libutil/kinfo_getvmmap.c
U    share/man/man5/core.5
U    sys/kern/imgact_elf.c
U    sys/kern/kern_descrip.c
U    sys/kern/kern_exec.c
U    sys/kern/kern_proc.c
U    sys/sys/exec.h
U    sys/sys/user.h
 G   .
--- Recording mergeinfo for merge of r295454 into '.':
 G   .


It might be simplest to apply it your tree using something like:

% cd /path/to/10.2/tree
% svn diff -c 295454 https://svn.freebsd.org/stable/10 > foo.patch
% svn patch foo.patch

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-threads mailing list