From owner-freebsd-current@FreeBSD.ORG Sat Sep 15 23:59:20 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B998B16A46E for ; Sat, 15 Sep 2007 23:59:20 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 6FEA613C468 for ; Sat, 15 Sep 2007 23:59:20 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.14.1) with ESMTP id l8FNwqWx005121; Sat, 15 Sep 2007 16:58:52 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.14.1/Submit) id l8FNwqB5005120; Sat, 15 Sep 2007 16:58:52 -0700 (PDT) (envelope-from sgk) Date: Sat, 15 Sep 2007 16:58:52 -0700 From: Steve Kargl To: "Thomas D. Dean" Message-ID: <20070915235852.GB4998@troutmask.apl.washington.edu> References: <200709152159.l8FLxfha008167@dv6000.tddhome> <20070915222422.GA4487@troutmask.apl.washington.edu> <200709152255.l8FMtMSD008381@dv6000.tddhome> <20070915231526.GA4788@troutmask.apl.washington.edu> <200709152339.l8FNdVK1008558@dv6000.tddhome> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709152339.l8FNdVK1008558@dv6000.tddhome> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: Compiler Problems? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2007 23:59:20 -0000 On Sat, Sep 15, 2007 at 04:39:31PM -0700, Thomas D. Dean wrote: > > How does it fail? Use gdb. What compiler options? > > On -stable, 'scilab -debug', built with with the port as cvsup'd, > hangs using 90% of one cpu. 'scilab -debug' starts scilab in gdb. The > scilab display is frozen. If I drag a window across the scilab > window, it does not refresh. I let it run for 10 minutes. It never > returns to the gdb prompt. On the console, I saw Are you by any chance using tcsh and is tcsh version 6.15.0? Did you build scilab with pvm support? > Scilab : X error trapped - error message follows: > BadWindow (invalid Window parameter) > Scilab : X error trapped - error message follows: > BadWindow (invalid Window parameter) > Scilab : X error trapped - error message follows: > BadWindow (invalid Window parameter) I don't see any of this. :-/ -- Steve