From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 28 23:31:11 2008 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD255106566C for ; Mon, 28 Apr 2008 23:31:11 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.freebsd.org (Postfix) with ESMTP id 9ED818FC1C for ; Mon, 28 Apr 2008 23:31:11 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: (qmail 23490 invoked from network); 28 Apr 2008 23:31:10 -0000 Received: from dsl081-173-150.sea1.dsl.speakeasy.net (HELO asus.tddhome) ([64.81.173.150]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 28 Apr 2008 23:31:10 -0000 Received: from asus.tddhome (localhost [127.0.0.1]) by asus.tddhome (8.14.2/8.14.2) with ESMTP id m3SNVASi001943; Mon, 28 Apr 2008 16:31:10 -0700 (PDT) (envelope-from tomdean@asus.tddhome) Received: (from tomdean@localhost) by asus.tddhome (8.14.2/8.14.2/Submit) id m3SNV9Wo001940; Mon, 28 Apr 2008 16:31:09 -0700 (PDT) (envelope-from tomdean) Date: Mon, 28 Apr 2008 16:31:09 -0700 (PDT) Message-Id: <200804282331.m3SNV9Wo001940@asus.tddhome> From: "Thomas D. Dean" To: miwi@FreeBSD.org In-reply-to: <20080428184551.GD3241@bsdcrew.de> (message from Martin Wilke on Mon, 28 Apr 2008 20:45:51 +0200) References: <200804280944.m3S9ilVH047539@freefall.freebsd.org> <200804281415.m3SEF3QH004162@asus.tddhome> <20080428184551.GD3241@bsdcrew.de> Cc: freebsd-ports-bugs@FreeBSD.org, js@jeannot.org Subject: Re: ports/116378: xorg 7.3 on -stable breaks math/scilab X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2008 23:31:11 -0000 I installed the patch, built, and reinstalled scilab. It has the slamxx problem. I am running FreeBSD 7.0 SMP Xorg 7.3. # scilab -debug (zterm:44258): Gdk-CRITICAL **: gdk_window_set_geometry_hints: assertion `GDK_IS_WINDOW (window)' failed (zterm:44258): Gdk-CRITICAL **: gdk_window_resize: assertion `GDK_IS_WINDOW (window)' failed (zterm:44258): Gdk-CRITICAL **: gdk_window_freeze_toplevel_updates_libgtk_only: assertion `window != NULL' failed (zterm:44258): Gdk-CRITICAL **: gdk_window_thaw_toplevel_updates_libgtk_only: assertion `private->update_and_descendants_freeze_count > 0' failed And, in the scilab window: 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 [New LWP 100150] [New Thread 0x29a01100 (LWP 100150)] ------------------------------------------- scilab-4.1.2 Copyright (c) 1989-2007 Consortium Scilab (INRIA, ENPC) ------------------------------------------- Warning: the operational team of the Scilab Consortium does not directly provide nor officially support this version of Scilab built with the GTK widget Startup execution: loading initial environment File 3 not active --> // demos -> signal -> bode -->//First plot using state space representation -->// -->// xd=-2*%pi*x+u -->// y=18*%pi*x+u -->// -->// h(s)=18*%pi/(s+2*%pi) -->// --> a=-2*%pi; --> b=1; --> c=18*%pi; --> d=1; --> sl=syslin('c',a,b,c,d);ssprint(sl) . x = |-6.2831853 |x + | 1 |u y = | 56.548668 |x + | 1 | --> bode(sl,.1,100), //// hangs forever - CTRL-C Program received signal SIGINT, Interrupt. [Switching to Thread 0x29a01100 (LWP 100077)] 0x0830d6e3 in slamc1_ () (gdb) bt #0 0x0830d6e3 in slamc1_ () #1 0x0830cf25 in slamc2_ () #2 0x0830d769 in slamch_ () #3 0x0829030e in rpoly_ () #4 0x0812f461 in introots_ () #5 0x0813005d in polelm_ () #6 0x0808869b in callinterf_ () #7 0x080ab586 in scirun_ () #8 0x084b237d in realmain_ () #9 0x08084762 in MAIN__ () #10 0x0808d1fc in main () (gdb)