From owner-freebsd-geom@FreeBSD.ORG Mon Mar 2 08:25:48 2015 Return-Path: Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1089A4A for ; Mon, 2 Mar 2015 08:25:48 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 87D14E85 for ; Mon, 2 Mar 2015 08:25:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t228PmDT040770 for ; Mon, 2 Mar 2015 08:25:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-geom@FreeBSD.org Subject: [Bug 158197] [geom] geom_cache with size>1000 leads to panics Date: Mon, 02 Mar 2015 08:25:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: eugen@grosbein.net X-Bugzilla-Status: In Progress X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-geom@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Mar 2015 08:25:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=158197 --- Comment #8 from eugen@grosbein.net --- Today I had the same panic with 8.4-STABLE and single gcache instance serving disk slice containing the system. Unfortunally, crashdump was not generated but I have screenshot with KDB_TRACE: http://www.grosbein.net/img/panic-gcache.jpg After reboot: # gcache list Geom name: ca0 WroteBytes: 0 Writes: 0 CacheFull: 0 CacheMisses: 20 CacheHits: 88 CacheReadBytes: 324096 CacheReads: 108 ReadBytes: 328192 Reads: 116 InvalidEntries: 0 UsedEntries: 9 Entries: 9 TailOffset: 500107182080 BlockSize: 131072 Size: 1024 Providers: 1. Name: cache/ca0 Mediasize: 500107280896 (465G) Sectorsize: 512 Mode: r0w0e0 Consumers: 1. Name: mirror/gm0s1 Mediasize: 500107281408 (465G) Sectorsize: 512 Stripesize: 0 Stripeoffset: 258048 Mode: r0w0e0 -- You are receiving this mail because: You are the assignee for the bug.