"h_memcpy: stack overflow detected; terminated" while running test suite

Ryan Stone rysto32 at gmail.com
Mon Feb 23 20:56:07 UTC 2015


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.


More information about the freebsd-testing mailing list