From owner-freebsd-stable@FreeBSD.ORG Fri Jun 17 09:02:30 2011 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 5165D106564A for ; Fri, 17 Jun 2011 09:02:30 +0000 (UTC) (envelope-from mail.lexa@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1C08E8FC08 for ; Fri, 17 Jun 2011 09:02:29 +0000 (UTC) Received: by iyj12 with SMTP id 12so2620368iyj.13 for ; Fri, 17 Jun 2011 02:02:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=qxZYWFXV3YHV+uyi1SsYfXr00eZJoqAfvjH21B5DB74=; b=IKfMT8MLeg8qyMgAVY9lqcLDUHFFhxXOadBQDhNfdsGjsdHLexLS4AoGhp7PcjMgnm R0+chH5EnOTI+3EQwEbAYU0mfp8Im2gkROwYMifW7ksj3FfhSNsu0GtvOJtyorpFNkeS 3G77GjUhcfwRSapLkgnF9nY1vTo2oYw/4cPIY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=x9rwvVUTmQ9FuK8TdRo4vXCScofAV4wtXvrsM7WypUpJpXtgBPwNtC7Pp166QPiRsh W7fGZVgUvQ45hc+Z6cblS92vYMQu0MbzNJpUvKdH2bzi/m5klFEpk8CiwKNpsOTQoxWD Ud/wyKE61SGLWYFzMdziPGsGukSvzWQFBOWdo= Received: by 10.42.224.71 with SMTP id in7mr1981562icb.255.1308299562082; Fri, 17 Jun 2011 01:32:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.180.5 with HTTP; Fri, 17 Jun 2011 01:32:22 -0700 (PDT) From: Aleksey Date: Fri, 17 Jun 2011 12:32:22 +0400 Message-ID: To: freebsd-stable@freebsd.org X-Mailman-Approved-At: Fri, 17 Jun 2011 11:34:19 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ZFS raid1 crash kernel panic 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: Fri, 17 Jun 2011 09:02:30 -0000 Hello, I have a ZFS raid1 from 2 drives to 1TB . Recently, my system OS: FreeBSD 8.2-RELEASE has crashed, with kernel panic: -------------------------------- panic: solaris assert: ss->ss_end >= end (0x6a80753600 >= 0x6a80753800), file: /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c, line: 174 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"... Unread portion of the kernel message buffer: panic: solaris assert: ss->ss_end >= end (0x6a80753600 >= 0x6a80753800), file: /usr/src/sys/modules/zfs/../../cddl/contrib/opensolaris/uts/common/fs/zfs/space_map.c, line: 174 cpuid = 0 KDB: stack backtrace: #0 0xffffffff805f4e0e at kdb_backtrace+0x5e #1 0xffffffff805c2d07 at panic+0x187 #2 0xffffffff80ee36f6 at space_map_remove+0x296 #3 0xffffffff80ee3d9b at space_map_load+0x1bb #4 0xffffffff80ed4c19 at metaslab_activate+0x89 #5 0xffffffff80ed586e at metaslab_alloc+0x6ae #6 0xffffffff80f00299 at zio_dva_allocate+0x69 #7 0xffffffff80efe287 at zio_execute+0x77 #8 0xffffffff80e9e303 at taskq_run_safe+0x13 #9 0xffffffff805ffeb5 at taskqueue_run_locked+0x85 #10 0xffffffff8060004e at taskqueue_thread_loop+0x4e #11 0xffffffff805994f8 at fork_exit+0x118 #12 0xffffffff8089547e at fork_trampoline+0xe --------------- Reinstall OS and import zfs pool not change anything. smartctl-a says that everything is OK Can anybody tell me what is it?