From owner-freebsd-geom@FreeBSD.ORG Wed Nov 17 03:44:45 2004 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7557E16A4CE for ; Wed, 17 Nov 2004 03:44:45 +0000 (GMT) Received: from server1.astraldream.net (astraldream.net [69.20.5.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5A4543D31 for ; Wed, 17 Nov 2004 03:44:42 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from [192.168.0.20] (63-170-138-118.cst-sg.blacksburg.ntc-com.net [63.170.138.118]) (authenticated (0 bits)) by server1.astraldream.net (8.11.6/8.11.6) with ESMTP id iAH3iaX18597 verified NO) for ; Tue, 16 Nov 2004 22:44:42 -0500 From: Suleiman Souhlal To: freebsd-geom@FreeBSD.org Content-Type: text/plain Message-Id: <1100663076.6480.76.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 16 Nov 2004 22:44:36 -0500 Content-Transfer-Encoding: 7bit Subject: Severe gbde problem X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 03:44:45 -0000 Hello, I was able to verify that there is a pretty severe problem with gbde, as noted in http://www.freebsd.org/cgi/query-pr.cgi?pr=72812 : I enabled gbde_swap in a 5.3 installation running inside qemu, and after running a few processes making large mallocs, the following message appeared on the console: swap_pager: I/O error - pageout failed; blkno 5610,size 4096,error 0 After rebooting, the system was unbootable (stuck at boot0). Apparently, it has overwritten parts of the disklabel, or something similar. The swap partition was right at the beginning of the disk. In a previous (failed) attempt to reproduce this problem, the swap partition was actually the second partition on the disk, and none of the symptoms happened. So, it seems that gbde is overwriting bytes that are just before its partition. Any ideas on how to track this bug down? Bye, -- Suleiman Souhlal | ssouhlal@vt.edu The FreeBSD Project | ssouhlal@FreeBSD.org