From owner-freebsd-current@FreeBSD.ORG Sun Sep 16 01:02:38 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 DE92816A46C for ; Sun, 16 Sep 2007 01:02:38 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id A6BB913C458 for ; Sun, 16 Sep 2007 01:02:38 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: (qmail 7225 invoked from network); 16 Sep 2007 01:02:38 -0000 Received: from dsl081-173-150.sea1.dsl.speakeasy.net (HELO dv6000.tddhome) ([64.81.173.150]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 16 Sep 2007 01:02:38 -0000 Received: from dv6000.tddhome (localhost [127.0.0.1]) by dv6000.tddhome (8.14.1/8.14.1) with ESMTP id l8G12bFQ001484; Sat, 15 Sep 2007 18:02:37 -0700 (PDT) (envelope-from tomdean@dv6000.tddhome) Received: (from tomdean@localhost) by dv6000.tddhome (8.14.1/8.14.1/Submit) id l8G12bAl001481; Sat, 15 Sep 2007 18:02:37 -0700 (PDT) (envelope-from tomdean) Date: Sat, 15 Sep 2007 18:02:37 -0700 (PDT) Message-Id: <200709160102.l8G12bAl001481@dv6000.tddhome> From: "Thomas D. Dean" To: sgk@troutmask.apl.washington.edu In-reply-to: <20070915235852.GB4998@troutmask.apl.washington.edu> (message from Steve Kargl on Sat, 15 Sep 2007 16:58:52 -0700) 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> <20070915235852.GB4998@troutmask.apl.washington.edu> 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: Sun, 16 Sep 2007 01:02:39 -0000 I see the 'hang' problem on the desktop, FreeBSD asus.tddhome 6.2-STABLE FreeBSD 6.2-STABLE #3: \ Sun Sep 9 16:33:03 PDT 2007 \ root@asus.tddhome:/usr/src/sys/GENERIC i386 xorg 7.2 scilab -debug (gdb) r (menu bar -> demos -> signal processing - bode plot) After a few minutes, scilex is using 90% of the cpu. Here is the console output. # scilab -debug GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)... (gdb) r Starting program: /usr/local/lib/scilab/bin/scilex 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) 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) 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) 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) Scilab : X error trapped - error message follows: BadWindow (invalid Window parameter) Scilab : X error trapped - error message follows: BadWindow (invalid Window parameter) top ^C Program received signal SIGINT, Interrupt. 0x082c6050 in slamc3_ () (gdb) bt #0 0x082c6050 in slamc3_ () #1 0x082c6b08 in slamc1_ () #2 0x082c6375 in slamc2_ () #3 0x082c6bb9 in slamch_ () #4 0x08249ac6 in rpoly_ () #5 0x0811db58 in introots_ () #6 0x0811e754 in polelm_ () #7 0x080825d1 in callinterf_ () #8 0x080a40a1 in scirun_ () #9 0x0844ff47 in VTRun () #10 0x08454656 in main_sci () #11 0x08454c91 in realmain_ () #12 0x0807eb7a in MAIN__ () #13 0x080866e8 in main () (gdb) quit The program is running. Exit anyway? (y or n) y