Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2008 16:31:09 -0700 (PDT)
From:      "Thomas D. Dean" <tomdean@speakeasy.org>
To:        miwi@FreeBSD.org
Cc:        freebsd-ports-bugs@FreeBSD.org, js@jeannot.org
Subject:   Re: ports/116378: xorg 7.3 on -stable breaks math/scilab
Message-ID:  <200804282331.m3SNV9Wo001940@asus.tddhome>
In-Reply-To: <20080428184551.GD3241@bsdcrew.de> (message from Martin Wilke on Mon, 28 Apr 2008 20:45:51 %2B0200)
References:  <200804280944.m3S9ilVH047539@freefall.freebsd.org> <200804281415.m3SEF3QH004162@asus.tddhome> <20080428184551.GD3241@bsdcrew.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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) 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804282331.m3SNV9Wo001940>