From owner-freebsd-current@FreeBSD.ORG Fri Sep 12 11:40:19 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 9039616A4BF; Fri, 12 Sep 2003 11:40:19 -0700 (PDT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9991243F3F; Fri, 12 Sep 2003 11:40:18 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP (SSL) id MUA74016; Fri, 12 Sep 2003 11:40:16 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id 96A3B5D08; Fri, 12 Sep 2003 11:40:16 -0700 (PDT) To: Thomas Quinot In-Reply-To: Message from Thomas Quinot <20030912165030.GA47418@melusine.cuivre.fr.eu.org> Date: Fri, 12 Sep 2003 11:40:16 -0700 From: "Kevin Oberman" Message-Id: <20030912184016.96A3B5D08@ptavv.es.net> cc: current@freebsd.org Subject: Re: scsi_cd or atapicam crash in current. 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, 12 Sep 2003 18:40:19 -0000 > Date: Fri, 12 Sep 2003 18:50:30 +0200 > From: Thomas Quinot > > Le 2003-09-12, Kevin Oberman écrivait : > > > cdstart(c419d500,c4192000,1,c407cc30,c407cc00) at cdstart+0xcb > > xpt_run_dev_allocq(c40b8c00,c407cc08,1,c418d800,c419d500) at > > xpt_run_dev_allocq+0xab > > xpt_schedule(c419d500,1,0,ce54ec78,dd5b6c70) at xpt_schedule+0xca > > cdstrategy(ce54ec78,0,0,0,d439f000) at cdstrategy+0x88 > > It would be useful if you could send line number information for these > addresses (under gdb, "info line *cdstart+0xcb" ...) Here ya go... (gdb) info line *cdstart+0xcb Line 1552 of "/usr/src/sys/cam/scsi/scsi_cd.c" starts at address 0xc0139a62 and ends at 0xc0139afe . (gdb) info line *xpt_schedule+0xca Line 3669 of "/usr/src/sys/cam/cam_xpt.c" starts at address 0xc0132bac and ends at 0xc0132bc0 . (gdb) info line *cdstrategy+0x88 Line 1509 of "/usr/src/sys/cam/scsi/scsi_cd.c" starts at address 0xc0139988 and ends at 0xc01399a0 . (gdb) info line *physio+0x2df Line 102 of "/usr/src/sys/kern/kern_physio.c" starts at address 0xc023f42f and ends at 0xc023f435 . (gdb) info line *spec_read+0x19a Line 270 of "/usr/src/sys/fs/specfs/spec_vnops.c" starts at address 0xc0203ca3 and ends at 0xc0203cc0 . (gdb) info line *spec_vnoperate+0x18 Line 123 of "/usr/src/sys/fs/specfs/spec_vnops.c" starts at address 0xc02037a8 and ends at 0xc02037b0 . (gdb) info line *vn_read+0x1a3 Line 388 of "vnode_if.h" starts at address 0xc02b35e3 and ends at 0xc02b35e5 . (gdb) info line *dofileread+0xd9 Line 237 of "/usr/src/sys/sys/file.h" starts at address 0xc0270378 and ends at 0xc027039b . (gdb) info line *read+0x6b Line 108 of "/usr/src/sys/kern/sys_generic.c" starts at address 0xc02701c0 and ends at 0xc02701fd . (gdb) info line *syscall+0x2b0 Line 1005 of "/usr/src/sys/i386/i386/trap.c" starts at address 0xc0397ad0 and ends at 0xc0397ae2 . (gdb) info line *Xint0x80_syscall+0x1d Line 146 of "{standard input}" starts at address 0xc038715d and ends at 0xc0387164 . -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634