NetBSD-Bugs archive

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

Re: misc/57291



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

From: Jim Spath <jspath55%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: misc/57291
Date: Sun, 26 Mar 2023 09:09:23 -0400

 When I found signal 9 errors on NetBSD 10.0 BETA with an evbarm
 installation, I had not noticed console messages (they were not shown
 in /var/log/messages) about swap. I transcribe them here:
 
 [ 22555.40164641 UVM: pid 19688 (t_exhaust), uid 0 killed: out of suap
 [ 53830.57815951 UVM: pid 17972 (t_exhaust), uid 1000 killed: out of swap
 [ x656x.93092051 UVM: pid 24498 (t_exhaust), uid 1000 killed: out of suap
 [ 85716.67184551 UVM: pid 28714 (t_exhaust), uid 1000 killed: out of swap
 
 The install has no swap defined:
 
 $ swapctl -q
 swapctl: no swap or dump devices in /etc/fstab
 
 I added a swap file and the test succeeded, once. On a second try,
 though, the test failed again.
 
 (1)
 bash-5.1$ swapctl -l
 Device             512-blocks     Used    Avail Capacity  Priority
 /var/swapdir/swap1     204800    29128   175672    14%    1
 [...]
 tps-count: 1
 tp-start: 1679782699.209293, lib/libc/regex/t_exhaust, 1
 tc-start: 1679782699.209346, regcomp_too_big
 tc-end: 1679782810.396271, regcomp_too_big, passed
 tp-end: 1679782810.436980, lib/libc/regex/t_exhaust
 info: time.end, Sat Mar 25 22:20:10 UTC 2023
 
 (2)
 $ swapctl -l
 Device             512-blocks     Used    Avail Capacity  Priority
 /var/swapdir/swap1     204800        0   204800     0%    1
 
 tps-count: 1
 tp-start: 1679835833.883805, lib/libc/regex/t_exhaust, 1
 tc-start: 1679835833.884209, regcomp_too_big
 tc-end: 1679835858.317031, regcomp_too_big, failed, Test program
 received signal 9
 tp-end: 1679835858.337171, lib/libc/regex/t_exhaust
 info: time.end, Sun Mar 26 13:04:18 UTC 2023
 
 $ swapctl -l
 Device             512-blocks     Used    Avail Capacity  Priority
 /var/swapdir/swap1     204800    39456   165344    19%    1
 
 I will run more tests.
 
 Jim
 



Home | Main Index | Thread Index | Old Index