This started happening in the last month or so: https://ci.freebsd.org/job/FreeBSD-head-amd64-test/3387/testReport/lib.libc.stdio/printf_test/snprintf_float/
A commit references this bug: Author: ngie Date: Thu Jul 6 07:45:20 UTC 2017 New revision: 320726 URL: https://svnweb.freebsd.org/changeset/base/320726 Log: Expect :snprintf_float to segfault This issue started occurring within the past month or so. PR: 220502 Reported by: Jenkins (amd64-head job) Changes: head/contrib/netbsd-tests/lib/libc/stdio/t_printf.c
A commit references this bug: Author: ngie Date: Thu Jul 6 07:59:01 UTC 2017 New revision: 320727 URL: https://svnweb.freebsd.org/changeset/base/320727 Log: :snprintf_float: don't blindly set RLIMIT_DATA and RLIMIT_AS to 1 MB -- raise the limit to 32MB instead. Require user=root and memory=64MB+ first so one can be reasonably sure that the test will function appropriately. MFC after: 1 month MFC with: r320726 PR: 220502 Changes: head/contrib/netbsd-tests/lib/libc/stdio/t_printf.c
I suspect the segfault was either happening due to the ino64 project's increased footprint requirement or the jemalloc upgrade. Nevertheless, the test should have been more robust.
(In reply to Ngie Cooper from comment #3) So does the test pass now, with the resource limits increased ? Or there is something further to look at ?
For the following conditions Product: Base System, Documentation Status: New, Open, In Progress, UNCONFIRMED Assignee: Former FreeBSD committer Reset to default assignee. Reset status to "Open".
A commit references this bug: Author: asomers Date: Mon Mar 5 18:37:05 UTC 2018 New revision: 330519 URL: https://svnweb.freebsd.org/changeset/base/330519 Log: MFC r320726, r320727 r320726: Expect :snprintf_float to segfault This issue started occurring within the past month or so. PR: 220502 Reported by: Jenkins (amd64-head job) r320727: :snprintf_float: don't blindly set RLIMIT_DATA and RLIMIT_AS to 1 MB -- raise the limit to 32MB instead. Require user=root and memory=64MB+ first so one can be reasonably sure that the test will function appropriately. MFC with: r320726 PR: 220502 Changes: _U stable/11/ stable/11/contrib/netbsd-tests/lib/libc/stdio/t_printf.c
A commit references this bug: Author: asomers Date: Mon Mar 5 19:02:32 UTC 2018 New revision: 330520 URL: https://svnweb.freebsd.org/changeset/base/330520 Log: MFC r320726, r320727 r320726: Expect :snprintf_float to segfault This issue started occurring within the past month or so. PR: 220502 Reported by: Jenkins (amd64-head job) r320727: :snprintf_float: don't blindly set RLIMIT_DATA and RLIMIT_AS to 1 MB -- raise the limit to 32MB instead. Require user=root and memory=64MB+ first so one can be reasonably sure that the test will function appropriately. MFC with: r320726 PR: 220502 Changes: _U stable/10/ stable/10/contrib/netbsd-tests/lib/libc/stdio/t_printf.c