NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-arm/56239: lib/libc/regex/t_exhaust:regcomp_too_big test fails on aarch64



The following reply was made to PR lib/56239; it has been noted by GNATS.

From: Andreas Gustafsson <gson%gson.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-arm/56239: lib/libc/regex/t_exhaust:regcomp_too_big test fails on aarch64
Date: Tue, 28 Feb 2023 15:40:22 +0200

 > The regcomp_too_big test case of the lib/libc/regex/t_exhaust test
 > program is currently failing on multiple testbeds.   It usually fails
 > like this:
 > 
 >   lib/libc/regex/t_exhaust (221/890): 1 test cases
 >       regcomp_too_big: [5.293623s] Failed: /tmp/build/2021.02.23.22.14.59-evbarm-aarch64/src/tests/lib/libc/regex/t_exhaust.c:72: p != NULL not met
 > 
 > but occasionally like this:
 > 
 >   lib/libc/regex/t_exhaust (221/891): 1 test cases
 >       regcomp_too_big: [ 6537.6276466] UVM: pid 17844 (t_exhaust), uid 0 killed: out of swap
 >   [46.502225s] Failed: Test program received signal 9
 
 For the record, according to the logs on lyta.netbsd.org, the "p != NULL"
 failures are no longer happening, presumably fixed by Christos' commit
 of t_exhaust.c on 2021-06-09.
 
 However, the random "out of swap" failures are still happening.  The
 ATF HTML report from the most recent one is here:
 
   http://releng.netbsd.org/b5reports/evbarm-aarch64/2023/2023.02.19.21.35.07/test.html#lib_libc_regex_t_exhaust_regcomp_too_big
 
 The "out of swap" message is not in the HTML output but the console
 log, which can be found here:
 
   http://releng.netbsd.org/b5reports/evbarm-aarch64/2023/2023.02.19.21.35.07/test.log
 
 -- 
 Andreas Gustafsson, gson%gson.org@localhost
 


Home | Main Index | Thread Index | Old Index