From owner-freebsd-x11@FreeBSD.ORG Mon Sep 26 02:07:13 2005 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DE7416A41F; Mon, 26 Sep 2005 02:07:13 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: from blue.virtual-estates.net (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id A448343D48; Mon, 26 Sep 2005 02:07:12 +0000 (GMT) (envelope-from mi@corbulon.video-collage.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by blue.virtual-estates.net (8.13.4/8.13.4) with ESMTP id j8Q27Axc086314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 25 Sep 2005 22:07:11 -0400 (EDT) (envelope-from mi@corbulon.video-collage.com) Received: from corbulon.video-collage.com (mi@localhost.video-collage.com [127.0.0.1]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j8Q275ux005272 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Sep 2005 22:07:05 -0400 (EDT) (envelope-from mi@corbulon.video-collage.com) Received: (from mi@localhost) by corbulon.video-collage.com (8.13.4/8.13.4/Submit) id j8Q27573005271; Sun, 25 Sep 2005 22:07:05 -0400 (EDT) (envelope-from mi) From: Mikhail Teterin Message-Id: <200509260207.j8Q27573005271@corbulon.video-collage.com> To: lesi@FreeBSD.org, x11@FreeBSD.org Date: Sun, 25 Sep 2005 22:07:04 -0400 (EDT) X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV devel-20050525/1102/Sun Sep 25 10:04:56 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: arved@FreeBSD.org, des@FreeBSD.org Subject: xfig hangs inside Xaw3d's DoLayout() X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Sep 2005 02:07:13 -0000 Hello! I have just rebuilt my Xaw3d anew and built xfig for the first time. The program comes up complaining at startup: Warning: Actions not found: PlaceMenu, xMenuPopup Warning: Actions not found: PlaceMenu, xMenuPopup Warning: Actions not found: ShowNamedStyles, ZoomIn, ZoomOut, ZoomFit, Unzoom, PanOrigin, ToggleShowDepths, ToggleShowBalloons, ToggleShowBorders, ToggleShowLengths, ToggleShowVertexnums Warning: Actions not found: ShowNamedStyles, ZoomIn, ZoomOut, ZoomFit, Unzoom, PanOrigin, ToggleShowDepths, ToggleShowBalloons, ToggleShowBorders, ToggleShowLengths, ToggleShowVertexnums If I click on *any* buttong on the left (text, or rectangle, or some other shape -- anything), the process hangs consuming 100% CPU. According to gdb, it is stuck inside DoLayout: (gdb) where #0 0x281e4d44 in DoLayout () from /opt/lib/libXaw3d.so.7 #1 0x281e51e5 in PreferredSize () from /opt/lib/libXaw3d.so.7 #2 0x2825ee28 in XtQueryGeometry () from /opt/lib/libXt.so.6 #3 0x28207366 in ComputeLayout () from /opt/lib/libXaw3d.so.7 #4 0x28207ac6 in Resize () from /opt/lib/libXaw3d.so.7 #5 0x28270468 in XtSetValues () from /opt/lib/libXt.so.6 #6 0x80f5ca8 in png_read_end () #7 0x2825b3a4 in XtDispatchEventToWidget () from /opt/lib/libXt.so.6 #8 0x2825bdec in _XtDefaultDispatcher () from /opt/lib/libXt.so.6 #9 0x2825c043 in XtDispatchEvent () from /opt/lib/libXt.so.6 #10 0x808bb83 in png_read_end () #11 0x804d4be in png_read_end () (gdb) I don't know, what happened to main(), but such is the gdb's opinion. The XFree install is rather old: XFree86-libraries-4.3.0_7, but everything else works -- libXaw.* are links to the libXaw3d.*. Xterm's menus and scrollbar look nice, for example. Thanks, -mi