From owner-freebsd-current@FreeBSD.ORG Fri Sep 19 09:22:31 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 5C46916A4BF for ; Fri, 19 Sep 2003 09:22:31 -0700 (PDT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA8543FBF for ; Fri, 19 Sep 2003 09:22:28 -0700 (PDT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) h8JGLvcE063384; Fri, 19 Sep 2003 18:21:57 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id h8JGLqF4063383; Fri, 19 Sep 2003 18:21:52 +0200 (CEST) (envelope-from marius) Date: Fri, 19 Sep 2003 18:21:52 +0200 From: Marius Strobl To: w@dream.vg Message-ID: <20030919182152.A98528@newtrinity.zeist.de> References: <20030918134850.GA22643@student.agh.edu.pl> <200309181354.h8IDsa0F023908@spider.deepcore.dk> <20030918155125.GC22643@student.agh.edu.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030918155125.GC22643@student.agh.edu.pl>; from winfried@student.agh.edu.pl on Thu, Sep 18, 2003 at 05:51:25PM +0200 cc: freebsd-current@freebsd.org cc: Soren Schmidt Subject: Re: ATAng still problematic 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: Fri, 19 Sep 2003 16:22:31 -0000 On Thu, Sep 18, 2003 at 05:51:25PM +0200, Jan Srzednicki wrote: > > Anyway, here's backtrace for atapicam panic I've mentioned. It's > triggered by: > > cdrecord dev=1,1,0 /some/track > This panic isn't ATAPICAM related. Could you try the patch below? It's against the cdrtools-devel port but should also work with the cdrtools port. Index: files/patch-conf::configure =================================================================== RCS file: files/patch-conf::configure diff -N files/patch-conf::configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-conf::configure 19 Sep 2003 16:03:35 -0000 @@ -0,0 +1,10 @@ +--- conf/configure.orig Fri Sep 19 16:47:37 2003 ++++ conf/configure Fri Sep 19 16:49:26 2003 +@@ -5567,6 +5567,7 @@ + int + main() + { ++ exit(1); + if (mlockall(MCL_CURRENT|MCL_FUTURE) < 0) { + if (errno == EINVAL || errno == ENOMEM || + errno == EPERM || errno == EACCES)