From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 29 17:13:20 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 01F97106564A for ; Thu, 29 Mar 2012 17:13:20 +0000 (UTC) (envelope-from maheshbabu90@yahoo.co.in) Received: from nm23-vm2.bullet.mail.sg3.yahoo.com (nm23-vm2.bullet.mail.sg3.yahoo.com [106.10.151.65]) by mx1.freebsd.org (Postfix) with SMTP id 3DDC78FC08 for ; Thu, 29 Mar 2012 17:13:18 +0000 (UTC) Received: from [106.10.166.126] by nm23.bullet.mail.sg3.yahoo.com with NNFMP; 29 Mar 2012 17:10:39 -0000 Received: from [106.10.151.254] by tm15.bullet.mail.sg3.yahoo.com with NNFMP; 29 Mar 2012 17:10:39 -0000 Received: from [127.0.0.1] by omp1003.mail.sg3.yahoo.com with NNFMP; 29 Mar 2012 17:10:39 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 536462.67143.bm@omp1003.mail.sg3.yahoo.com Received: (qmail 87741 invoked by uid 60001); 29 Mar 2012 17:10:39 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.in; s=s1024; t=1333041039; bh=WhAoKCkhJ4KLNBLG3zaXHIiUNlKkyLMeCxXcdJL06pU=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=5g5rIorjhPxZqYskxKoLJD5/lAu5yNr7NEkz7hMKF/kbDLhd+3wC1cnf1lswGXUsyGBU1twzVA2Z0QV8AAJGSYO/FdBNHJ+JtKuyoKK2WYFKfoWRnsSGCAh7TwAiTcnkmle97APyZsWQgBQ4mwS8fasK7GUUGYF1C4OPb6cY1kA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.in; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=E4Pe61706eYm1HwAs1bPcmbY+QNkCs78cDIpUWLidg9kvDnL2bbfbgEBMYhg25CPLm4QWLFjf4S1uqDF1h3jEynveZIGVTqNQCk6JcIJYKEW2pbGZ67f8EoW6t4xRRSwHBET1RxtBDzU02r9EhdTE76sLUFJqY9D9VNVwma8sdg=; X-YMail-OSG: vsoVokYVM1nSblbVTiWvAE1PpKLfeCcV3bOXemxUayh9UNi GvqlGLqXubO7Mx4EIqkf3xN.Od30PSqGfjLarR_ej1CnD71NgcKC9cXnjFNI k4e606uo9HUSD_oYp1qLZV8bfxOXMvlD1Zx.Ewg5cMF6FWRfVMMKwb7cZNga Y3ulaHysZzDuhTOrXwT3cCDp40VybE0N796YfT.syJULDVTE2Ma_TCY4mQfe 6TDkL.I7yR8jZJu4rN4vJ.pMf2OqNrr1.1uz23nYVjiUstuGwWwJMoFQzgmL ndPjqM97CNQqQAPus1LePCikQphrtOXRz4F7FUYLie9Qb_.lAMzALb842Peq 447QXP.EsKzJiqCGROW3hG_N64JsPqTHw7ifRt27exRYgPIZvAXy39Iyl0lX as4r11Vxw Received: from [115.113.47.66] by web193202.mail.sg3.yahoo.com via HTTP; Fri, 30 Mar 2012 01:10:39 SGT X-Mailer: YahooMailWebService/0.8.117.340979 Message-ID: <1333041039.22864.YahooMailNeo@web193202.mail.sg3.yahoo.com> Date: Fri, 30 Mar 2012 01:10:39 +0800 (SGT) From: Mahesh Babu To: "freebsd-hackers@freebsd.org" MIME-Version: 1.0 X-Mailman-Approved-At: Thu, 29 Mar 2012 17:20:47 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Regarding coredump and restart X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mahesh Babu List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2012 17:13:20 -0000 I am currently working on coredump and then restarting the process in FreeB= SD 9.=0A=0A=0AI have created the coredump file for a process using gcore of= gdb.=0A=0AI am not able restart the process from the coredump file.=0A=0AI= s there any ways to restart the process using gdb itself or any other ways = to implement restarting of the process from the coredump file?=0A=0A=0AThan= ks,=0AMahesh=0A