From owner-freebsd-stable@FreeBSD.ORG Fri Jul 7 15:13:37 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA31416A4E0 for ; Fri, 7 Jul 2006 15:13:37 +0000 (UTC) (envelope-from veldy@veldy.net) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [63.240.77.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6695343D70 for ; Fri, 7 Jul 2006 15:13:37 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from fuggle.veldy.net (c-69-180-171-46.hsd1.mn.comcast.net[69.180.171.46]) by comcast.net (sccrmhc12) with ESMTP id <2006070715133601200d50vme>; Fri, 7 Jul 2006 15:13:36 +0000 Received: from [127.0.0.1] (localhost.veldy.net [127.0.0.1]) by fuggle.veldy.net (Postfix) with ESMTP id CE0831701A; Fri, 7 Jul 2006 10:13:35 -0500 (CDT) Message-ID: <44AE7A1E.20500@veldy.net> Date: Fri, 07 Jul 2006 10:13:34 -0500 From: "Thomas T. Veldhouse" User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Chuck Swiger References: <44AE746E.60208@veldy.net> <44AE7961.5070802@mac.com> In-Reply-To: <44AE7961.5070802@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: conftest dies with signal 12 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 15:13:37 -0000 Chuck Swiger wrote: > While building software which uses GNU autoconf, ./configure tries to > build and run a bunch of tiny test programs to see whether various > system calls are available and how they work, figure out sizes of > variable types, look for compilers for languages not being used by > your software, and so forth. > > SIG 12 means: > > No Name Default action Description > [ ... ] > 12 SIGSYS create core image non-existent system call > invoked > Ah ... thanks. I should have attempted to lookup what that meant myself before posting to the list. Thank you. Tom Veldhouse