From owner-freebsd-testing@FreeBSD.ORG Mon Feb 23 20:56:07 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56411399 for ; Mon, 23 Feb 2015 20:56:07 +0000 (UTC) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE639D8C for ; Mon, 23 Feb 2015 20:56:06 +0000 (UTC) Received: by labgm9 with SMTP id gm9so21399552lab.2 for ; Mon, 23 Feb 2015 12:56:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=7qa2WkhHPomRlm1wtnROQGNeTgQUKlj1WvoABWYTGkE=; b=vRpozRieozTSlyXCnOEk0jaCGQI4LIzQMxlfzwJrqhlaw3cawLHXBfxEfSS9VJ9hn+ gJGgjgYLwEttxZsLIIYnhOLH06/IWQLDq9vG/a2+mivo4MmgqHabTDZNGyPpiuof3DDt bpYQJOFUTFH2GFkE0EtWJ18PvVxzgafHBG/53eNEdOOtmStMygkd8h9HL+j9lH9f2WIv 5a1ORvVQDq5SXWR/mWa0daBhAD/L3Xy4w6VEylp8INuTmedQJl53VEXasC2zXFpabnE5 gckW8zo0C/E5HdLGX4v13Wd7FS6D1+pnDy6w+DJWny3VgvgQ3Z5TJV9Bloypjc6w7G1g iskg== MIME-Version: 1.0 X-Received: by 10.152.115.169 with SMTP id jp9mr11534611lab.121.1424724964936; Mon, 23 Feb 2015 12:56:04 -0800 (PST) Received: by 10.114.78.131 with HTTP; Mon, 23 Feb 2015 12:56:04 -0800 (PST) Date: Mon, 23 Feb 2015 15:56:04 -0500 Message-ID: Subject: "h_memcpy: stack overflow detected; terminated" while running test suite From: Ryan Stone To: freebsd-testing@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2015 20:56:07 -0000 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.