Date: Mon, 23 Feb 2015 15:56:04 -0500 From: Ryan Stone <rysto32@gmail.com> To: freebsd-testing@freebsd.org Subject: "h_memcpy: stack overflow detected; terminated" while running test suite Message-ID: <CAFMmRNyhN9sozuzKVRYd5K3hQT1j852ZG6jwhJ66rP2JttwfVA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
When I run the FreeBSD test suite with the following command: kyua test -k /usr/tests/Kyuafile I see the following printed to the console of my machine (running head circa Friday): maxproc limit exceeded by uid 977 (pid 34272); see tuning(7) and login.conf(5) Feb 23 20:50:19 h_fgets: stack overflow detected; terminated Feb 23 20:50:23 h_gets: stack overflow detected; terminated Feb 23 20:50:27 h_memcpy: stack overflow detected; terminated Feb 23 20:50:32 h_memmove: stack overflow detected; terminated Feb 23 20:50:36 h_memset: stack overflow detected; terminated Feb 23 20:50:40 h_read: stack overflow detected; terminated Feb 23 20:50:44 h_readlink: stack overflow detected; terminated Feb 23 20:50:48 h_snprintf: stack overflow detected; terminated Feb 23 20:50:52 h_sprintf: stack overflow detected; terminated Feb 23 20:50:56 h_stpcpy: stack overflow detected; terminated Feb 23 20:51:00 h_stpncpy: stack overflow detected; terminated Feb 23 20:51:05 h_strcat: stack overflow detected; terminated Feb 23 20:51:09 h_strcpy: stack overflow detected; terminated Feb 23 20:51:13 h_strncat: stack overflow detected; terminated Feb 23 20:51:17 h_strncpy: stack overflow detected; terminated Feb 23 20:51:21 h_vsnprintf: stack overflow detected; terminated Feb 23 20:51:25 h_vsprintf: stack overflow detected; terminated Is this normal? The tests are reported as passed but this seems very strange.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFMmRNyhN9sozuzKVRYd5K3hQT1j852ZG6jwhJ66rP2JttwfVA>