Date: Fri, 03 Oct 2025 14:00:08 +0000 From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 259971] lib.libc.regex.exhaust_test.regcomp_too_big fails with ASLR on by default Message-ID: <bug-259971-32464-kNo26ILOKA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259971-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-259971-32464@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259971 Siva Mahadevan <me@svmhdvn.name> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |me@svmhdvn.name --- Comment #3 from Siva Mahadevan <me@svmhdvn.name> --- Created attachment 264260 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=264260&action=edit [PATCH] regex/exhaust_test: skip flaky 'regcomp_too_big' testcase on all archs This bug is still relevant and is failing on amd64 as seen here: https://ci.freebsd.org/view/Test/job/FreeBSD-main-amd64-test/26868/testReport/lib.libc.regex/exhaust_test/regcomp_too_big/ I confirmed that it intermittently fails locally with the following command (using 100 runs because it does pass the first few runs). $ bricoler run freebsd-src-regression-suite --param freebsd-src:url=/usr/src --param freebsd-src:branch= --param freebsd-src-regression-suite:hypervisor=bhyve --param freebsd-src-regression-suite:memory=4096 --param freebsd-src-regression-suite:ncpus=2 --param freebsd-src-regression-suite:parallelism=1 --param freebsd-src-regression-suite:count=100 --param freebsd-src-regression-suite:tests='lib/libc/regex/exhaust_test:regcomp_too_big' I've attached a patch to skip this testcase against this PR for tracking. NOTE to future triagers: do not close this bug until the test is fixed and unskipped. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259971-32464-kNo26ILOKA>
