From owner-freebsd-testing@freebsd.org Sat Dec 3 02:14:31 2016 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62C40C63EF0 for ; Sat, 3 Dec 2016 02:14:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 524C9FE5 for ; Sat, 3 Dec 2016 02:14:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uB32EVuP064583 for ; Sat, 3 Dec 2016 02:14:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 215019] sys/kern/coredump_phnum_test:coredump_phnum is broken (the value it's parsing for isn't correct) Date: Sat, 03 Dec 2016 02:14:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: tests X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-testing@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 02:14:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215019 Bug ID: 215019 Summary: sys/kern/coredump_phnum_test:coredump_phnum is broken (the value it's parsing for isn't correct) Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: tests Assignee: freebsd-testing@freebsd.org Reporter: ngie@FreeBSD.org Kernel is GENERIC-NODEBUG. No special sysctls or tunables set on my VM: [ngie@fbsd12 /usr/tests]$ sudo kyua -v test_suites.FreeBSD.allow_sysctl_side_effects=3D1 debug sys/kern/coredump_phnum_test:coredump_phnum=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 kern.coredump: 1 -> 1 kern.corefile: %N.core -> /tmp/kyua.WvTTRC/2/work/coredump_phnum_helper.core Executing command [ /usr/tests/sys/kern/coredump_phnum_helper ] Executing command [ grep Number of program headers: ] Executing command [ grep -1 program headers ] Executing command [ grep -A1 ^ \[ 0\] ] Executing command [ wc -l ] kern.coredump: 1 -> 1 kern.corefile: /tmp/kyua.WvTTRC/2/work/coredump_phnum_helper.core -> %N.core Fail: regexp 65535 \(66169\) not in stdout Number of program headers: 65535 Fail: regexp There are 66169 program headers not in stdout Entry point 0x0 There are 65535 program headers, starting at offset 64 Fail: regexp 0000000000000001 .* 66169 not in stdout [ 0] (null) NULL 0000000000000000 00000000 0000000000000000 0000000000000000 0 0 0 Fail: regexp 66545 not in stdout 66546 Files left in work directory after failure: coredump_phnum_helper.core, coredump_phnum_restore_state.sh sys/kern/coredump_phnum_test:coredump_phnum -> failed: Test case body returned a non-ok exit code, but this is not allowed [ngie@fbsd12 /usr/tests]$ uname -a FreeBSD fbsd12 12.0-CURRENT FreeBSD 12.0-CURRENT #7 r309448: Fri Dec 2 15:39:37 PST 2016 ngie@fbsd12:/usr/obj/usr/src/svn/sys/GENERIC-NODEBUG= =20 amd64 [ngie@fbsd12 /usr/tests]$ sh -c 'ulimit -a' cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) 64 max user processes (-u) 7578 open files (-n) 87516 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --=20 You are receiving this mail because: You are the assignee for the bug.=