Summary: | lib/libc/rpc/rpc_test:raw SIGSEGVs on ^/stable/10@r313498 | ||
---|---|---|---|
Product: | Base System | Reporter: | Enji Cooper <ngie> |
Component: | bin | Assignee: | Enji Cooper <ngie> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | brooks |
Priority: | --- | ||
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211804 |
Description
Enji Cooper
2017-02-10 01:16:38 UTC
A commit references this bug: Author: ngie Date: Fri Feb 10 01:26:50 UTC 2017 New revision: 313500 URL: https://svnweb.freebsd.org/changeset/base/313500 Log: Expect :raw to fail with a SIGSEGV on ^/stable/10 I haven't fully dug into why this happens, but it happens deterministically on ^/stable/10, but not on ^/stable/11 or ^/head PR: 216954 Sponsored by: Dell EMC Isilon Changes: stable/10/contrib/netbsd-tests/lib/libc/rpc/t_rpc.c I'm not in a position to test this, but it's plausible it was fixed in r318327. A commit references this bug: Author: ngie Date: Tue May 23 19:45:31 UTC 2017 New revision: 318756 URL: https://svnweb.freebsd.org/changeset/base/318756 Log: :raw no longer SIGSEGVs on FreeBSD; revert the signal expectation This is a direct commit to ^/stable/10, since this expectation was only added to ^/stable/10's copy of t_raw.c. PR: 216954 Sponsored by: Dell EMC Isilon Changes: stable/10/contrib/netbsd-tests/lib/libc/rpc/t_rpc.c Confirmed fixed after recent back ports. |