From owner-freebsd-stable@FreeBSD.ORG Sat Nov 10 11:39:32 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7C2A16A421; Sat, 10 Nov 2007 11:39:32 +0000 (UTC) (envelope-from hlh@restart.be) Received: from tignes.restart.be (unknown [IPv6:2001:41d0:1:2ad2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3F9E613C4A6; Sat, 10 Nov 2007 11:39:32 +0000 (UTC) (envelope-from hlh@restart.be) Received: from restart.be (avoriaz.tunnel.bel [IPv6:2001:41d0:1:2ad2::fffe:0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "avoriaz.restart.be", Issuer "CA master" (verified OK)) by tignes.restart.be (Postfix) with ESMTP id 351A31BAC24; Sat, 10 Nov 2007 12:39:31 +0100 (CET) Received: from avoriaz.restart.bel (avoriaz.restart.bel [192.168.24.1]) (authenticated bits=0) by restart.be (8.14.1/8.14.1) with ESMTP id lAABdRke004523; Sat, 10 Nov 2007 12:39:28 +0100 (CET) (envelope-from hlh@restart.be) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=restart.be; s=avoriaz; t=1194694770; bh=U/em3Nqnyonm1z03xK5AmAQYbzszLiTVDK7cmEa 0ccg=; h=DomainKey-Signature:Message-ID:Date:From:Organization: User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To: Content-Type:Content-Transfer-Encoding:X-Scanned-By; b=ZK3Az1wcib1 6Rq4tN9/LWyt5bnHvdJNoOsZXQw01NeThatC+H6XE6lte8/X5Ck6yFj5b88qS0M7+KW reXowYSw== DomainKey-Signature: a=rsa-sha1; s=avoriaz; d=restart.be; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:content-type: content-transfer-encoding:x-scanned-by; b=AqgagwP9+4o/OrK+6MI4rmboUocriFPpSWGG8bU6emlc9Uj82Eeq9iIdDKSYANhfB P0sH73sv8oV1eg0PUQ8Lw== Message-ID: <4735986F.5000307@restart.be> Date: Sat, 10 Nov 2007 12:39:27 +0100 From: Henri Hennebert Organization: RestartSoft User-Agent: Thunderbird 2.0.0.6 (X11/20071102) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <47348CAC.5020208@restart.be> <20071110085312.GG37371@garage.freebsd.pl> In-Reply-To: <20071110085312.GG37371@garage.freebsd.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on 192.168.24.1 Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: Re: ZFS deadlock ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 11:39:32 -0000 Pawel Jakub Dawidek wrote: > On Fri, Nov 09, 2007 at 05:37:00PM +0100, Henri Hennebert wrote: >> hello >> >> To push zfs, I launch 2 scrub at the same time, after ~20 seconds the >> system freeze: > [...] > > I found a deadlock too. If it's reproducable for you, can you try this > patch: I reproduce it after 30 minutes, si I try you patch. > > http://people.freebsd.org/~pjd/patches/zgd_done.patch when I try to load zfs.ko I get: # kldload zfs link_elf: symbol kproc_create undefined kldload: can't load zfs: No such file or directory What must I add to my config to resolve this symbol / problem Thanks Henri >