From owner-freebsd-x11@FreeBSD.ORG Wed Jun 12 06:02:10 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EAE32643 for ; Wed, 12 Jun 2013 06:02:10 +0000 (UTC) (envelope-from pdagog@gmail.com) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 871591178 for ; Wed, 12 Jun 2013 06:02:10 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id q56so6514876wes.17 for ; Tue, 11 Jun 2013 23:02:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=8zItFkHUe7lMlFaYs6w8MFMWqy6+sne8TNG8ZyVCliw=; b=bOJl+wzbVmo/ICHyTJFflC81rO0NEyEXYterxZmryHCE9Db/QiVEU42TcMSM+v8k6H stO/hE0VIzBbZaHyi22hsG7G7KjRPgLcsfB5YDrd2REa2oywqmE5jBueTEZXvMSwiKmZ r3+AeOnACGzYPLxGea86xGJk1HuuUubNt/CUWKkC1VDtAQpHNXfsAgveJLYaVekBMX4W b5b3AbqmKwjLF4SWHf66F89cY1zgDPnSyi6NAfYReU7Fa9KPT6vPTWRRNolx+ZuEF1ol 1NtPQLNTzQ5yIeyxUsD0IYQfE6HP6yHYd7ynsqS6t6BBE0KCVLde9JLVuBYN5eGpTUsJ XJAg== X-Received: by 10.180.85.71 with SMTP id f7mr3393636wiz.31.1371016929659; Tue, 11 Jun 2013 23:02:09 -0700 (PDT) Received: from localhost ([2001:660:4701:1014:8965:c6a7:9a26:2f0b]) by mx.google.com with ESMTPSA id fv11sm22173738wic.11.2013.06.11.23.02.08 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 11 Jun 2013 23:02:09 -0700 (PDT) Date: Wed, 12 Jun 2013 08:02:06 +0200 From: Pierre DAVID To: David Wolfskill Subject: Re: Help debugging xfig lockup? Message-ID: <20130612060206.GA5021@vagabond.ma.maison> References: <20130612031624.GS1369@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130612031624.GS1369@albert.catwhisker.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2013 06:02:11 -0000 On Tue, Jun 11, 2013 at 08:16:24PM -0700, David Wolfskill wrote: > > The graphics/xfig port is an application I've used since ... well, > before FreeBSD (per se) existed. (I was using it on a Sun 3/60 back > then....) > Same thing here ;-) > > A few days ago, I happened to want to use it .... and I find that it > starts OK, but once a Drawing mode or an Editing action is selected, it > locks up -- no other selection appears to have an effect, and causing > the application to exit requires some "external assistance" (e.g., from > another xterm, "pkill xfig"). > Same thing here. I once opened a PR for this problem, but I don't find it anymore. It seems to occur only with KDE (or may be other environments, I haven't try): with the good old xinit/twm (do you remember? ;-), xfig works like a charm. The problem is very old, i.e. predate the WITH_NEW_XORG=yes, and occurred on vanilla -release as well as -current. The only workaround I found was to recompile without XAW_3D, which involves some configured (I)Makefile modification. Pierre