From owner-cvs-all@FreeBSD.ORG Fri Aug 4 23:28:31 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D4F316A4DA; Fri, 4 Aug 2006 23:28:31 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C3F343D45; Fri, 4 Aug 2006 23:28:30 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.56] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k74NSRtp066503 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 4 Aug 2006 16:28:28 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <44D3D7FC.5070507@FreeBSD.org> Date: Fri, 04 Aug 2006 16:27:56 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Marcel Moolenaar References: <200608042128.k74LShD7052071@repoman.freebsd.org> <44D3D4ED.3000504@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, Marcel Moolenaar , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/kldxref kldxref.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2006 23:28:31 -0000 Marcel Moolenaar wrote: > > On Aug 4, 2006, at 4:14 PM, Maxim Sobolev wrote: > >> Thanks! I saw this crash as well, but did not have a gdb working to >> inspect the core file at that time. > > I have a native gdb 6.5 that allowed me to work on a live process. > Thanks in a big part to you, I might add :-) Most of the credit should go to Andreas Tobler actually. :-) BTW, do you plan to commit your GDB changes into the tree? Since with current patches for gdb6 port it still doesn't work on live processes, and I don't have a time to track it down. -Maxim