From owner-freebsd-stable@freebsd.org Thu Oct 15 11:34:33 2015 Return-Path: Delivered-To: freebsd-stable@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 63A8AA120B2 for ; Thu, 15 Oct 2015 11:34:33 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (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 EECC78D5 for ; Thu, 15 Oct 2015 11:34:32 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: by wicgb1 with SMTP id gb1so23993376wic.1 for ; Thu, 15 Oct 2015 04:34:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=dJrV8JbOS0iFnIuFrFmAVrBPdy/WjnuPyjQG5iNuZ3A=; b=f2xLdbCQaZmyWOumQ+h7l0ue3zAFhMny4V2+/ZOOTKmQtkqcPblP1Bg5z99ZSLsV+0 a6KIBsnQPHUc9JnLnoRoJLZW4365TskH/gGxbbls2xcWzherdDprYz8s8Dbcki7NNCcZ EvvDfNBdQXjoc+9RCSl1d/UPwFBcY3M/ZRjvcXSXI38gStj71sDLluVD3b3RfQUAnaF6 h2b40fkpOo5OwOde0qX3wJxxLbToP7KWNssqTJssasOqxU2GEQb34RvjPAY4DIsu8tdS zz6O5rRK0F5fhswjv1hlS2Jy86Vx+hr5scQ8kHlX33TJHepvJdQnWtEIII/jsOi+Zdse W6DQ== X-Received: by 10.180.103.199 with SMTP id fy7mr10016384wib.85.1444908870762; Thu, 15 Oct 2015 04:34:30 -0700 (PDT) Received: from brick.home (abvf228.neoplus.adsl.tpnet.pl. [83.8.203.228]) by smtp.gmail.com with ESMTPSA id p7sm15936102wjf.26.2015.10.15.04.34.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Oct 2015 04:34:30 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Date: Thu, 15 Oct 2015 13:34:28 +0200 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= To: "Frank de Bot (lists)" Cc: FreeBSD Stable Subject: Re: Reloading iscsi target, iscsi initiator panics Message-ID: <20151015113428.GA3741@brick.home> Mail-Followup-To: "Frank de Bot (lists)" , FreeBSD Stable References: <561EC629.30106@searchy.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <561EC629.30106@searchy.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 11:34:33 -0000 On 1014T2316, Frank de Bot (lists) wrote: > Hello, > > I have a FreeBSD 10.2 server running as iSCSI target. Another FreeBSD > 10.2 is an initiator and has several targets used. > > When I add a target and reload its config with 'service ctld reload', > the FreeBSD initiator server panics. It's reproducable (I have a > coredump, but I think it's clear what the problem is) How easy it is to reproduce, eg. does it happen about every time? Could you paste the backtrace?