From owner-svn-src-user@freebsd.org Fri Sep 9 13:52:32 2016 Return-Path: <owner-svn-src-user@freebsd.org> Delivered-To: svn-src-user@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 BB69BBD2CC4 for <svn-src-user@mailman.ysv.freebsd.org>; Fri, 9 Sep 2016 13:52:32 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 80B0BA96; Fri, 9 Sep 2016 13:52:32 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 5515725D38A5; Fri, 9 Sep 2016 13:52:29 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 8BFEBD1F7F8; Fri, 9 Sep 2016 13:52:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id qzk0ZeeQxNvP; Fri, 9 Sep 2016 13:52:27 +0000 (UTC) Received: from [10.4.95.236] (fresh-tun0-ula.sbone.de [IPv6:fde9:577b:c1a9:4920:2ef0:eeff:fe03:ee34]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id DD993D1F7DD; Fri, 9 Sep 2016 13:52:26 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: "Peter Holm" <pho@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: Re: svn commit: r305662 - user/pho/stress2/misc Date: Fri, 09 Sep 2016 13:52:25 +0000 Message-ID: <9D8A07EE-E319-4D32-A657-38019B36CD36@lists.zabbadoz.net> In-Reply-To: <201609091327.u89DRKev095062@repo.freebsd.org> References: <201609091327.u89DRKev095062@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate (2.0BETAr6054) X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" <svn-src-user.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-user>, <mailto:svn-src-user-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-src-user/> List-Post: <mailto:svn-src-user@freebsd.org> List-Help: <mailto:svn-src-user-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-user>, <mailto:svn-src-user-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 09 Sep 2016 13:52:32 -0000 On 9 Sep 2016, at 13:27, Peter Holm wrote: > Author: pho > Date: Fri Sep 9 13:27:20 2016 > New Revision: 305662 > URL: https://svnweb.freebsd.org/changeset/base/305662 > > Log: > Added a finding. > > +# "panic: softclock_call_cc: act 0xfffff801219a0840 0" seen: > +# https://people.freebsd.org/~pho/stress/log/kevent7.txt I would see them once in a while, while doing my vimage stress-tests. Think I added show callout <addr> ddb command though not expecting it to be a valid data structure at that point. /bz