From owner-freebsd-current@FreeBSD.ORG Sun Feb 15 01:33:29 2004 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 9C86B16A4CF; Sun, 15 Feb 2004 01:33:29 -0800 (PST) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id C868543D2D; Sun, 15 Feb 2004 01:33:28 -0800 (PST) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.10/8.12.10) with ESMTP id i1F9Y30G035224; Sun, 15 Feb 2004 10:34:04 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <402F3CE5.7090407@DeepCore.dk> Date: Sun, 15 Feb 2004 10:33:25 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040126 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Simon L. Nielsen" References: <20040214192736.C23696@news1.macomnet.ru> <20040214203557.GE888@arthur.nitro.dk> <402E874D.8080909@DeepCore.dk> <20040214204918.GF888@arthur.nitro.dk> <402E8A19.70808@DeepCore.dk> <20040214214411.GA726@arthur.nitro.dk> In-Reply-To: <20040214214411.GA726@arthur.nitro.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.3 X-Mailman-Approved-At: Sun, 15 Feb 2004 05:04:42 -0800 cc: current@FreeBSD.org cc: sos@FreeBSD.org Subject: Re: Sony V505BX ATA panic 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, 15 Feb 2004 09:33:29 -0000 Simon L. Nielsen wrote: > > Memory modified after free 0xc4667200(508) val=1000100 @ 0xc4667200 > > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x1000120 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc06627c2 > stack pointer = 0x10:0xc0c21ba4 > frame pointer = 0x10:0xc0c21bc0 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 0 (swapper) > kernel: type 12 trap, code=0 > Stopped at mtrash_ctor+0x3a: movl 0x20(%eax),%eax > db> trace > mtrash_ctor(c4667200,200,0) at mtrash_ctor+0x3a > uma_zalloc_arg(c1051cc0,0,1) at uma_zalloc_arg+0x169 > malloc(1a0,c072a4a0,1,c443dd80,c457b3c0) at malloc+0xb7 > xpt_alloc_device(c443dd80,c457b3c0,0) at xpt_alloc_device+0x3e > xpt_compile_path(c4482bd0,c1985d80,0,2,0) at xpt_compile_path+0x84 > xpt_create_path(c0c21ca4,c1985d80,0,2,0) at xpt_create_path+0x49 > xpt_scan_bus(c1985d80,c4661400,c0c21cf0,c043a51d,c443ddc0) at xpt_scan_bus+0xea > xpt_action(c4661400,c4661400,c443dd80,c043a030,c0c21d14) at xpt_action+0x7e2 > xpt_finishconfig(c1985d80,c4661400) at xpt_finishconfig+0x30 > xptconfigfunc(c443dd80,0,c0c21d40,c0439e97,c443dd80) at xptconfigfunc+0x10b > xptdefbusfunc(c443dd80,c0c21d54) at xptdefbusfunc+0x15 > xptbustraverse(0,c043a030,c0c21d54,0,c043d590) at xptbustraverse+0x2b > xpt_for_all_busses(c043d590,0) at xpt_for_all_busses+0x29 > xpt_config(0) at xpt_config+0x74 > run_interrupt_driven_config_hooks(0,c1ec00,c1e000,0,c0435ad5) at run_interrupt_driven_config_hooks+0x18 > mi_startup() at mi_startup+0x96 > begin() at begin+0x2c > db> Loose atapicam, does it work then ? If so please address the atapicam maintainer with the problems ... -- -Søren