From owner-freebsd-multimedia@FreeBSD.ORG Wed Dec 1 20:49:08 2010 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9D4510656A3 for ; Wed, 1 Dec 2010 20:49:08 +0000 (UTC) (envelope-from omars1234@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8284C8FC08 for ; Wed, 1 Dec 2010 20:49:08 +0000 (UTC) Received: by wwf26 with SMTP id 26so3157150wwf.31 for ; Wed, 01 Dec 2010 12:49:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=FH82W0cwexhcTSWDQ3hD2kZrmLeTcqBNwpubpTnTHDE=; b=WtZJ45RTj0UftloNi0beKR1tVkFgvOFzJ46Tv40maeY8VijjXJFcAB+bGGKgbgnwl2 kmcrMXQs+0z4NisiiVxZnnjASeH0ZFBP5EHZqlR4KX+nEDEp+fNo5OJM3Zdz6ygmFxh6 P1m+diBaJJq3jELwj757YB3op+aED9VRPVYrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CamQ25YClumFg2HDYfPbKeIssylGfu2wngBxO125rjzq01yR4X7xhIUpcTzS6T34d/ /vLCGgonHwFQHwnbS/t7a1wpvlPOibOUBZkiiuwxOMVbukZuyoprHYRPx3Sv8R0uLMIx rH6fDdeGfpWB5jObx3Z7gdEe4NT9TQbC10lR0= MIME-Version: 1.0 Received: by 10.216.60.203 with SMTP id u53mr1784278wec.36.1291235097856; Wed, 01 Dec 2010 12:24:57 -0800 (PST) Received: by 10.216.62.81 with HTTP; Wed, 1 Dec 2010 12:24:57 -0800 (PST) Date: Wed, 1 Dec 2010 15:24:57 -0500 Message-ID: From: omar To: multimedia@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: grip port segfaults on 8.1-RELEASE amd64 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2010 20:49:09 -0000 Hi, I'm running into a segfault with grip (built from ports, FreeBSD-8.1/amd64). Grip starts, GUI appears, then exits within 2 seconds with segfault. I've rebuilt a couple of times, including all requirements with "portupgrade -fRr grip". My ports tree is up to date as of early this morning. Rebuilding grip itself doesn't offer any errors. I've run the same hardware and a recent port of grip under FreeBSD7.3/i386... This is the first time I've tried it under 8.1-RELEASE/amd64. I've tried it with and without my old .grip file Any advice? thanks for any help! Various data below. Let me know if this seems like a grip bug that I should report to the developers... > uname -a FreeBSD mine.heedme.com 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Wed Nov 10 12:26:44 EST 2010 root@:/usr/obj/usr/src/sys/MINE amd64 > pkg_info | grep grip grip-3.3.1_2 GTK front-end to external cd rippers and audio encoders Last lines from: >truss grip read(2,"\^A\0\M^A\a\0\0\0\0\0\0\0\0\0\0"...,4096) = 32 (0x20) read(2,0xc708902c,4096) ERR#35 'Resource temporarily unavailable' poll({2/POLLIN|POLLOUT},1,-1) = 1 (0x1) writev(0x2,0x7fffffffe270,0x3,0x1,0x0,0x0) = 4 (0x4) read(2,0xc708902c,4096) ERR#35 'Resource temporarily unavailable' open("/usr/pkg/share/pixmaps/griptray.png",O_RDONLY,0666) = 15 (0xf) fstat(15,{ mode=-r--r--r-- ,inode=1273997,size=2313,blksize=16384 }) = 0 (0x0) read(15,"\M^IPNG\r\n\^Z\n\0\0\0\rIHDR\0\0"...,16384) = 2313 (0x909) lseek(15,0x0,SEEK_CUR) = 2313 (0x909) sigprocmask(SIG_BLOCK,0x0,0x0) = 0 (0x0) sigprocmask(SIG_BLOCK,0x0,0x0) = 0 (0x0) close(15) = 0 (0x0) SIGNAL 11 (SIGSEGV) process exit, rval = 0 gdb against the binary and core shows the segfault is here: #0 0x00000000c2f0a9a0 in gtk_widget_set_parent () from /usr/pkg/lib/libgtk-x11-2.0.so.0 [New Thread c70cba80 (LWP 100772)] [New Thread c70041c0 (LWP 101329)] -omar