Date: Thu, 2 Dec 2010 00:09:17 +0100 From: Koop Mast <kwm@rainbow-runner.nl> To: omar <omars1234@gmail.com> Cc: multimedia@FreeBSD.org Subject: Re: grip port segfaults on 8.1-RELEASE amd64 Message-ID: <20101202000917.613c7b18@headache.rainbow-runner.nl> In-Reply-To: <AANLkTikzHm6rzweB2HnauedPqYf8b0BWZdd2xExdbZd0@mail.gmail.com> References: <AANLkTikzHm6rzweB2HnauedPqYf8b0BWZdd2xExdbZd0@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 1 Dec 2010 15:24:57 -0500 omar <omars1234@gmail.com> wrote: > 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 Can you update to grip-3.3.1_3? It contains a fix for grip on amd64. -Koop > 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 > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101202000917.613c7b18>