From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 21 15:12:47 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC4B16A4BF for ; Thu, 21 Aug 2003 15:12:47 -0700 (PDT) Received: from memphis.mephi.ru (memphis.mephi.ru [194.67.67.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id C81FB43F85 for ; Thu, 21 Aug 2003 15:12:45 -0700 (PDT) (envelope-from timon@memphis.mephi.ru) Received: from [192.168.0.3] (ppp8-235.pppoe.mtu-net.ru [81.195.8.235]) (authenticated bits=0) by memphis.mephi.ru (8.12.6p2/8.12.6) with ESMTP id h7LMChh9094269; Fri, 22 Aug 2003 02:12:44 +0400 (MSD) (envelope-from timon@memphis.mephi.ru) From: "Artem 'Zazoobr' Ignatjev" To: Alexander Kabaev In-Reply-To: <20030821180210.44072108.ak03@gte.com> References: <1061503060.1030.4.camel@timon.nist> <20030821180210.44072108.ak03@gte.com> Content-Type: text/plain Message-Id: <1061503968.1030.11.camel@timon.nist> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.3 Date: 21 Aug 2003 22:12:49 +0000 Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: Dumping a core from inside of process X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 22:12:47 -0000 At Thu, 21.08.2003, 22:02, Alexander Kabaev wrote: > Look for abort() or SIGABRT. Thanks so far for you and Lev.. Is there the way to specify struct sigcontext to it? I still wish to have `correct' registers values to be written into coredump, those that were when signal happened, and not that were when i did abort()ed manually -- Artem 'Zazoobr' Ignatjev