From owner-freebsd-current@freebsd.org Tue Jul 19 08:08:45 2016 Return-Path: Delivered-To: freebsd-current@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 6E3B5B9D12F for ; Tue, 19 Jul 2016 08:08:45 +0000 (UTC) (envelope-from pho@holm.cc) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 59F831396 for ; Tue, 19 Jul 2016 08:08:45 +0000 (UTC) (envelope-from pho@holm.cc) Received: by mailman.ysv.freebsd.org (Postfix) id 4D859B9D12E; Tue, 19 Jul 2016 08:08:45 +0000 (UTC) Delivered-To: current@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 46944B9D12D for ; Tue, 19 Jul 2016 08:08:45 +0000 (UTC) (envelope-from pho@holm.cc) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) (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 16C5F1394; Tue, 19 Jul 2016 08:08:44 +0000 (UTC) (envelope-from pho@holm.cc) Received: from x2.osted.lan (87-58-223-204-dynamic.dk.customer.tdc.net [87.58.223.204]) by relay01.pair.com (Postfix) with ESMTP id 24663D00D23; Tue, 19 Jul 2016 04:08:42 -0400 (EDT) Received: from x2.osted.lan (localhost [127.0.0.1]) by x2.osted.lan (8.14.9/8.14.9) with ESMTP id u6J88e3V022205 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 19 Jul 2016 10:08:40 +0200 (CEST) (envelope-from pho@x2.osted.lan) Received: (from pho@localhost) by x2.osted.lan (8.14.9/8.14.9/Submit) id u6J88e70022204; Tue, 19 Jul 2016 10:08:40 +0200 (CEST) (envelope-from pho) Date: Tue, 19 Jul 2016 10:08:40 +0200 From: Peter Holm To: current@freebsd.org Cc: re@freebsd.org Subject: panic: softclock_call_cc: act 0xfffff80c036eec00 0 Message-ID: <20160719080840.GA22063@x2.osted.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2016 08:08:45 -0000 Got this while testing a patch: panic: softclock_call_cc: act 0xfffff80c036eec00 0 cpuid = 22 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0f940c97d0 vpanic() at vpanic+0x182/frame 0xfffffe0f940c9850 kassert_panic() at kassert_panic+0x126/frame 0xfffffe0f940c98c0 softclock_call_cc() at softclock_call_cc+0x5ad/frame 0xfffffe0f940c99c0 softclock() at softclock+0x47/frame 0xfffffe0f940c99e0 intr_event_execute_handlers() at intr_event_execute_handlers+0x96/frame 0xfffffe0f940c9a20 ithread_loop() at ithread_loop+0xa6/frame 0xfffffe0f940c9a70 fork_exit() at fork_exit+0x84/frame 0xfffffe0f940c9ab0 https://people.freebsd.org/~pho/stress/log/kostik920.txt - Peter