From owner-freebsd-ports@FreeBSD.ORG Thu Jul 25 07:21:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EEF0FFCE for ; Thu, 25 Jul 2013 07:21:09 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ea0-x236.google.com (mail-ea0-x236.google.com [IPv6:2a00:1450:4013:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 86B742172 for ; Thu, 25 Jul 2013 07:21:09 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id o10so718919eaj.41 for ; Thu, 25 Jul 2013 00:21:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ZZinynMI+HTFIX7j0s/YJaRU4x9SYm2X5PtFotAIH4I=; b=hupQpNkt98coJ4JWWtATFbLEGwE2rMsmP49IbixA8E61xfTtLDNfHXGNPrGz+TCdgj R89NgGtmYi2wzjlIDkIzrdlVjOb47UabcwKrh7K/aYIMDSnPXoCZy35MRCWQT3DvvLyX Y7ZdHFeHbbZpE97KgAFJrI/o2fZWkcWEwpbyX2OGyItKLIOb/GY57B4NJCL8fuLiJQ9W zcAvaHn4GKqvBzSLPSs6imoR+SZBDeHP1xkffpxtjhBSj1O9YU04/Dlffmo0A3eaXcHQ B7qxvJHjdDgj/1/8IJ+YPY4XbIBbuYiW9LbzWP623eF2qFkI2L5iZRktMGU0rWjIUWbb 5ccA== MIME-Version: 1.0 X-Received: by 10.14.69.206 with SMTP id n54mr40489364eed.154.1374736867902; Thu, 25 Jul 2013 00:21:07 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Thu, 25 Jul 2013 00:21:07 -0700 (PDT) In-Reply-To: References: Date: Thu, 25 Jul 2013 00:21:07 -0700 Message-ID: Subject: Re: firefox-22.0,1 core on -current in libgdk From: hiren panchasara To: ports Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 07:21:10 -0000 On Wed, Jul 24, 2013 at 8:22 PM, hiren panchasara wrote: > http://bpaste.net/show/117151/ - this link has core info. > > flymockour-l7% uname -a > FreeBSD flymockour-l7.corp.yahoo.com 10.0-CURRENT FreeBSD 10.0-CURRENT > #1 r253512M: Sat Jul 20 23:00:51 PDT 2013 > hirenp@flymockour-l7.corp.yahoo.com:/usr/obj/usr/home/hirenp/head/sys/GENERIC > amd64 > flymockour-l7% pkg info | grep firefox > firefox-22.0,1 Web browser based on the browser > portion of Mozilla > flymockour-l7% firefox -v > Mozilla Firefox 22.0 > flymockour-l7% > > Whenever I try to save something, "save as" window pops up and it > cores at that point. > > Starting of bt confirms it to be dying in libgdk: > > (gdb) bt > #0 0x00000008089c4236 in g_object_ref (_object=0x832330b00) at gobject.c:2884 > #1 0x0000000808ca5dbf in g_slist_foreach (list=0x832baaaa0, > func=0x8089c41e0 , user_data=0x0) at gslist.c:894 > #2 0x000000080a576d68 in gdk_window_process_all_updates () from > /usr/local/lib/libgdk-x11-2.0.so.0 > #3 0x000000080a577469 in gdk_window_process_all_updates () from > /usr/local/lib/libgdk-x11-2.0.so.0 > #4 0x000000080a5556b5 in gdk_threads_add_idle_full () from > /usr/local/lib/libgdk-x11-2.0.so.0 > > I've rebuilt port and all its dependencies this morning with updated ports tree. > > Any pointers will be appreciated. So this is a known issue it seems. cperciva showed me the offending patch: https://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24&id=692a0e5906c5da7f85c16c9d6cbb0d3ed8b4a576 Reverting that and rebuilding x11-toolkits/gtk20 fixed the issue. cheers, Hiren