From owner-freebsd-ports@FreeBSD.ORG Thu Jul 25 03:22:46 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 98316B9C for ; Thu, 25 Jul 2013 03:22:46 +0000 (UTC) (envelope-from hiren.panchasara@gmail.com) Received: from mail-ea0-x22c.google.com (mail-ea0-x22c.google.com [IPv6:2a00:1450:4013:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30D6D2994 for ; Thu, 25 Jul 2013 03:22:46 +0000 (UTC) Received: by mail-ea0-f172.google.com with SMTP id q10so627708eaj.17 for ; Wed, 24 Jul 2013 20:22:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ZGwVeeV/d2H7bX0YigO/z6kdKUAeo7FG2SRws3R5utU=; b=I3xLJ9dR90/aOrwEsLAbhf4RjL0lYRJqJGBgRU2qYrn1w2yNUBPeDk8GIEQN481Tgj t0iMDgS43rncM2nam07TBTfc/fj1vcVeE0qu1QYzQlfnhD3f+zpA1PXlzQXAHyicsOGU JgZ9MBunC5SRwHmAbUEx8JO16l5wjmUqq9r6KnHtm7YEzS/szyEq2nKjRsUoqKNZgH8W Axex3o7NtVvJFqScwy6DGBbEZs+yv3OPUM0xoXIJEbjpQpN1LdDxhBLuFI9C/3lIwZDK QsNETO+FNefqRCsKGJtbInrQzZ/7H7PIevtfppI0mTMzIBultc+OiBqJUur44T+1JU14 Ry1w== MIME-Version: 1.0 X-Received: by 10.14.1.70 with SMTP id 46mr40520083eec.82.1374722563917; Wed, 24 Jul 2013 20:22:43 -0700 (PDT) Received: by 10.14.105.137 with HTTP; Wed, 24 Jul 2013 20:22:43 -0700 (PDT) Date: Wed, 24 Jul 2013 20:22:43 -0700 Message-ID: Subject: 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 03:22:46 -0000 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. Thanks, Hiren