From owner-freebsd-ports@FreeBSD.ORG Mon Sep 15 16:07:17 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9DB61065670 for ; Mon, 15 Sep 2008 16:07:17 +0000 (UTC) (envelope-from llc2w@virginia.edu) Received: from fork3.mail.virginia.edu (fork3.mail.Virginia.EDU [128.143.2.193]) by mx1.freebsd.org (Postfix) with ESMTP id 77E0D8FC1D for ; Mon, 15 Sep 2008 16:07:12 +0000 (UTC) (envelope-from llc2w@virginia.edu) Received: from localhost (localhost [127.0.0.1]) by fork3.mail.virginia.edu (Postfix) with ESMTP id 5FC821BEFD for ; Mon, 15 Sep 2008 12:07:11 -0400 (EDT) Received: from fork3.mail.virginia.edu ([127.0.0.1]) by localhost (fork3.mail.virginia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04186-08 for ; Mon, 15 Sep 2008 12:07:11 -0400 (EDT) Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.152]) by fork3.mail.virginia.edu (Postfix) with ESMTP id 2A9811BF94 for ; Mon, 15 Sep 2008 12:07:11 -0400 (EDT) Received: by yw-out-1718.google.com with SMTP id 5so744565ywr.6 for ; Mon, 15 Sep 2008 09:07:11 -0700 (PDT) Received: by 10.86.26.11 with SMTP id 11mr6132087fgz.12.1221494830172; Mon, 15 Sep 2008 09:07:10 -0700 (PDT) Received: by 10.86.31.14 with HTTP; Mon, 15 Sep 2008 09:07:09 -0700 (PDT) Message-ID: <792298050809150907r5f53fa09r433afc176fb4b368@mail.gmail.com> Date: Mon, 15 Sep 2008 12:07:09 -0400 From: "L Campbell" To: freebsd-ports@freebsd.org, mezz@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-UVA-Virus-Scanned: by amavisd-new at fork3.mail.virginia.edu Cc: Subject: fluxbox unshade crashing GTK2 applications? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 16:07:17 -0000 (This probably isn't the right place to ask, but I figured I'd start here and head upstream if necessary). Since updating to fluxbox 1.1.0.1 last night (and x11-toolkits/gtk20 to revision 1), attempting to unshade a shaded GUI application is causing the application to segfault with a BadAlloc X Window System error. This behavior was not observed before updating. Tested with www/firefox3, graphics/gimp and graphics/inkscape. For all three applications, unshading produces the following error -- The program 'gimp' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 3250 error_code 11 request_code 53 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) I'm not really sure if this is an issue with fluxbox, GTK, or my own configuration. It seems like only GTK2 applications crashing -- audio/aumix uses GTK 1.2 and doesn't crash on unshade. Relevant version information follows, please advise on appropriate course of action :( $ uname -a FreeBSD kanaria.desudesudesu.org 7.0-STABLE FreeBSD 7.0-STABLE #4: Fri Aug 1 17:05:27 EDT 2008 hark@kanaria.desudesudesu.org:/usr/obj/usr/src/sys/KANARIA i386 x11-wm/fluxbox-1.1.0.1 $ fluxbox -version Fluxbox 1.1.0.1 : (c) 2001-2008 Fluxbox Team x11-toolkits/gtk-1.2.10_20 x11-toolkits/gtk-2.12.11_1 www/firefox-3.0.1_1,1 $ firefox3 -version Mozilla Firefox 3.0.1, Copyright (c) 1998 - 2008 mozilla.org graphics/gimp-2.4.7,2 $ gimp --version GNU Image Manipulation Program version 2.4.7 graphics/inkscape-0.46_3 $ inkscape --version Inkscape 0.46 (Jul 6 2008) Let me know if there's anything else I can do to help get this fixed. Thanks :(