From owner-freebsd-current@FreeBSD.ORG Sun Dec 28 10:22:05 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9608F16A4CE for ; Sun, 28 Dec 2003 10:22:05 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 0F48643D49 for ; Sun, 28 Dec 2003 10:22:04 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 67058 invoked by uid 1002); 28 Dec 2003 18:22:01 -0000 Received: from unknown (HELO freebsd.org) (64.58.1.252) by smtp.mho.net with SMTP; 28 Dec 2003 18:22:01 -0000 Message-ID: <3FEF1EEC.2000602@freebsd.org> Date: Sun, 28 Dec 2003 11:20:28 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Harald Schmalzbauer References: <200312281800.37535@harrymail> In-Reply-To: <200312281800.37535@harrymail> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: current@FreeBSD.org Subject: Re: 5.2RC heavily crashed by kaudiokreator X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 28 Dec 2003 18:22:05 -0000 Harald Schmalzbauer wrote: > Hi all, > > I have a strange but reproducable problem with 5.2RC. With the first start of > kaudiokreator (a simple kde cdda ripper/encoder which uses kde builtin cd > routines afaik, no cdparanoia) everything is working fine. > But when I restart the application (so it ran before) and select "refresh cd > contents" the machine reboots after a few seconds of total freeze (neither > the CAPS lock nor mouse etc is working). > This is absolutely reproducable. > > I don't get the kernel debuger although I compiled my kernel with the options: > makeoptions DEBUG=-g #Build kernel with gdb(1) debug > options DDB > > How can I get an idea where the problem could be? > > And while I'm here I'd like to emhasize once again that hw.ata.atapi_dma is > not working. Although the sysctl reports it to be 1, "atacontrol mode" and > also dmesg while booting telling me that it's POI4. > After "atacontrol mode 1 udma33 udma33" it's reported to be udma33. > So the line hw.ata.atapi_dma="1" in /boot/loader.conf is useless (I have > checked that when I abort autoboot it really is set before booting) > I posted this several times but never got an answer. Perhaps this should be > solved for 5.2-RELESE > > Thanks, > > -Harry This is likely related to a problem in the GEOM layer that was fixed in 5.2-CURRENT a few days ago. Would you be able to upgrade your sources and try your test again? I'd like to get some more confirmation that the fix works before merging it back into 5.2. Thanks! Scott