From owner-freebsd-current Thu Oct 17 11:03:49 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA17286 for current-outgoing; Thu, 17 Oct 1996 11:03:49 -0700 (PDT) Received: from unix.guru.org (kmitch@unix.guru.org [198.82.200.65]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA17275 for ; Thu, 17 Oct 1996 11:03:43 -0700 (PDT) Received: (from kmitch@localhost) by unix.guru.org (8.7.6/8.7.3) id OAA23823; Thu, 17 Oct 1996 14:03:12 -0400 (EDT) From: Keith Mitchell Message-Id: <199610171803.OAA23823@unix.guru.org> Subject: Re: Weirdness in current In-Reply-To: <199610171632.KAA18263@rocky.mt.sri.com> from Nate Williams at "Oct 17, 96 10:32:25 am" To: nate@mt.sri.com (Nate Williams) Date: Thu, 17 Oct 1996 14:03:12 -0400 (EDT) Cc: current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Where is it dumping core? > I checked my program again and did find a small bug in it that would cause it to reference an array out of bounds. Its amazing that compiling in the math library would fix this and the dynamic/static executable made a difference. ;-) And at that only on output redirection. Go Figure. ;->> Keith