From owner-freebsd-current@FreeBSD.ORG Mon Aug 2 03:03:25 2010 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F31A1065670 for ; Mon, 2 Aug 2010 03:03:25 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 491E28FC0A for ; Mon, 2 Aug 2010 03:03:25 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id B44276104; Sun, 1 Aug 2010 23:03:23 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1280718203; bh=+oYe5rSpl3auVPgo8DXUp0wjU8ynXo4/RYhnyJI1K9k=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=jc7fuiyH2FtnNBBsHJ/DHXmJ8H+n0L5fnvq7wUpWae4tZ5RrNAXx+2LIVAlD0le9A MdmIz1QjEhJ04QCpYdCJpfmuCbayySJ2FFsN/SNMUwe7mFI3t+hjl9fTOn17emo DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=VqWpMJ2YrKEhT6ktRW5xNEz0nYU/1DERNIyU7NA4GLDkudUrxZlV/tlgwSoSCjC8R Slm9UUq5Cu87knFPgagYqSA2ZlIbkO+pw/2CrHS/7Qee7JnZef5XUV86VUHB/DE Message-ID: <4C563577.2090703@protected-networks.net> Date: Sun, 01 Aug 2010 23:03:19 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.11) Gecko/20100721 Thunderbird/3.0.6 MIME-Version: 1.0 To: Andriy Gapon References: <4C4F9D75.50500@protected-networks.net> <4C4FE9E3.8090501@icyb.net.ua> In-Reply-To: <4C4FE9E3.8090501@icyb.net.ua> X-Enigmail-Version: 1.0.1 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org Subject: Re: k3b causing system freeze/panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2010 03:03:25 -0000 On 07/28/10 04:27, Andriy Gapon wrote: > You do realize that ATA_CAM just (well, mostly) introduces a wrapper around the > "now aging ATA driver" ? > No magic pixie dust to fix the bugs in it, but perhaps more ways to expose them. Sadly, I still haven't been able to identify where the buffer address in the request structure is one of: left unset, gets lost or corrupted :-( Happens with k3b-kde4 too. I am assuming that this is as a consequence of the ATA_CAM code-path. I don't recall ever having this issue prior to switching disk names to "ada" from "ad", imb