From owner-freebsd-questions@freebsd.org Tue Jan 19 13:14:00 2016 Return-Path: Delivered-To: freebsd-questions@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 0BD57A87866 for ; Tue, 19 Jan 2016 13:14:00 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp207.alice.it (smtp207.alice.it [82.57.200.103]) by mx1.freebsd.org (Postfix) with ESMTP id C9FC81DDD for ; Tue, 19 Jan 2016 13:13:59 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (79.42.55.85) by smtp207.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 562CAA6911D657F6 for freebsd-questions@freebsd.org; Tue, 19 Jan 2016 14:13:50 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.2/8.14.9) with ESMTP id u0JDDp7t071903 for ; Tue, 19 Jan 2016 14:13:51 +0100 (CET) (envelope-from ml@netfence.it) To: freebsd-questions@freebsd.org From: Andrea Venturoli Subject: Panic with sym on 10.2 Message-ID: <569E368F.4060802@netfence.it> Date: Tue, 19 Jan 2016 14:13:51 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jan 2016 13:14:00 -0000 Hello. Two days ago I upgraded a (perfectly working) 9.3/i386 box to 10.2p10 Since then I've had two panics with the following message: panic: assertion "lp->busy_itl==0&&lp->busy_itlq==0" failed: file /usr/src/sys/dev/sym/sym_hipd.c Since the disk controller is involved, I do not get any core and I have to press the reset button. Google showed up no results (I'm not using ZFS, btw) and Bugzilla didn't help either. Any hint on where to go from here? bye & Thanks av.