Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751026AbVLLVKf (ORCPT ); Mon, 12 Dec 2005 16:10:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751279AbVLLVKf (ORCPT ); Mon, 12 Dec 2005 16:10:35 -0500 Received: from smtp.osdl.org ([65.172.181.4]:8869 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751026AbVLLVKe (ORCPT ); Mon, 12 Dec 2005 16:10:34 -0500 Date: Mon, 12 Dec 2005 13:09:57 -0800 From: Andrew Morton To: "Rafael J. Wysocki" Cc: linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net Subject: Re: 2.6.15-rc5-mm2: ehci_hcd crashes on load sometimes Message-Id: <20051212130957.146fbcc3.akpm@osdl.org> In-Reply-To: <200512122155.43632.rjw@sisk.pl> References: <20051211041308.7bb19454.akpm@osdl.org> <200512122053.39970.rjw@sisk.pl> <20051212122914.1bd36f32.akpm@osdl.org> <200512122155.43632.rjw@sisk.pl> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 814 Lines: 21 "Rafael J. Wysocki" wrote: > > > It's best to actually send a copy of line 620 - kernels vary a lot, and > > many developers won't have that particualr -mm tree handy. > > > > The way I normally do this is to do `gdb vmlinux' and then `l > > *0xffffffff880ad9d0'. > > Does it work for modules too? Ah. There are certainly ways of doing this - see the kgdb documentation. Or you can work out the module load address, gdb the module and do the appropriate arithmetic I guess. Generally I just statically link anything which I want to play with. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/