From owner-freebsd-current@FreeBSD.ORG Tue Aug 3 15:53:38 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D67831065761 for ; Tue, 3 Aug 2010 15:53:37 +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 DD47F8FC12 for ; Tue, 3 Aug 2010 15:53:36 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (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 E49996104 for ; Tue, 3 Aug 2010 11:53:35 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1280850816; bh=g5HhsafU9yPPeK6OAoQp0panFE4PFElXerskLWl6zhk=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=C0Mt3eCaYcK6cKY6lgBRamWGdJtzJ5YBopxisUyUOVi00qsym6LlTSe7NBW/Ni6iO dZqmbWeLg28kncgpnQGS01IUu85HE/LEz91g+zngObSRuhzJmeQOiGbrcK64ML9 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:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=T7BCPxKqx8l1J0fT7mhWLxnmbQEJipSg37tgHPQfnWf5HEyDFmn0oZKVuj0oQjCae fALOJdu6vbVRjKVI3Z59oFyVZhI5NyWVSHo9Zf6ZpH40WnSdCaD/XghsxBJO4Tr Message-ID: <4C583B7B.50500@protected-networks.net> Date: Tue, 03 Aug 2010 11:53:31 -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: freebsd-current@freebsd.org References: <4C4F9D75.50500@protected-networks.net> <4C4FE9E3.8090501@icyb.net.ua> <4C563577.2090703@protected-networks.net> In-Reply-To: <4C563577.2090703@protected-networks.net> X-Enigmail-Version: 1.0.1 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Tue, 03 Aug 2010 15:53:39 -0000 On 08/01/10 23:03, I wrote: > 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", I can confirm this behaviour - switching back to the "ad" device and using atapicam to access the DVD works correctly. My only conclusion is that it's a regression in the ATA_CAM code-path, imb