Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2016 18:50:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-threads@FreeBSD.org
Subject:   [Bug 204426] Processes terminating cannot access memory
Message-ID:  <bug-204426-16-EfzLFyyut3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204426-16@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204426-16@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204426

--- Comment #36 from John Baldwin <jhb@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204426-16-EfzLFyyut3>