From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 19 18:21:27 2007 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FB9E16A41A; Mon, 19 Nov 2007 18:21:27 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao103.cox.net (eastrmmtao103.cox.net [68.230.240.9]) by mx1.freebsd.org (Postfix) with ESMTP id 456A113C469; Mon, 19 Nov 2007 18:21:27 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao103.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20071119182055.WABR16684.eastrmmtao103.cox.net@eastrmimpo01.cox.net>; Mon, 19 Nov 2007 13:20:55 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id EiLW1Y0094iy4EG0000000; Mon, 19 Nov 2007 13:20:31 -0500 Date: Mon, 19 Nov 2007 12:25:31 -0600 To: "Randy Pratt" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20071118091901.daa594f1.bsd-unix@embarqmail.com> <20071118110820.ab8757a0.bsd-unix@embarqmail.com> <20071118130626.d3f8842d.bsd-unix@embarqmail.com> <20071118164748.6fd756a9.bsd-unix@embarqmail.com> <20071119065925.9cf0461c.bsd-unix@embarqmail.com> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20071119065925.9cf0461c.bsd-unix@embarqmail.com> User-Agent: Opera Mail/9.24 (Linux) Cc: freebsd-multimedia@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: Miro (Democracy) player port is here... X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2007 18:21:27 -0000 On Mon, 19 Nov 2007 05:59:25 -0600, Randy Pratt = wrote: > On Sun, 18 Nov 2007 21:47:12 -0600 > "Jeremy Messenger" wrote: > >> On Sun, 18 Nov 2007 15:47:48 -0600, Randy Pratt = >> >> wrote: >> >> > On Sun, 18 Nov 2007 15:28:39 -0600 >> > "Jeremy Messenger" wrote: >> > >> >> On Sun, 18 Nov 2007 12:06:26 -0600, Randy Pratt >> >> >> >> wrote: >> >> >> >> > On Sun, 18 Nov 2007 10:58:24 -0600 >> >> > "Jeremy Messenger" wrote: >> >> > >> >> >> On Sun, 18 Nov 2007 10:50:17 -0600, Jeremy Messenger = >> >> >> >> wrote: >> >> >> >> >> >> > On Sun, 18 Nov 2007 10:08:20 -0600, Randy Pratt >> >> >> > wrote: >> >> >> > >> >> >> > >> >> >> >> That worked for the installation. Thanks! >> >> >> > >> >> >> > Good, I have updated miro.shar in the same place. Thanks too!= >> >> >> > >> >> >> >> Although, when Miro was started, it displayed and was loadin= g >> >> >> >> then seg faulted with: >> >> >> >> >> >> >> >> ... >> >> >> >> INFO First URL is https://www.miroguide.com/firsttime >> >> >> >> TIMING Icon clear: 0.002 >> >> >> >> INFO Starting movie data updates >> >> >> >> INFO Finished startup sequence >> >> >> >> TIMING idle (finalizing startup) too slow (3.984 secs) >> >> >> >> INFO *** Daemon ready *** >> >> >> >> INFO got file:///tmp/tmpacEbWZ.html >> >> >> >> TIMING gtkAsyncMethod: >> >> took >> >> >> too >> >> >> >> long: 1.109 INFO got file:///tmp/tmpA7pWuk.html >> >> >> >> WARNING downloader: connection closed -- quitting >> >> >> >> INFO Shutting down downloaders... >> >> >> >> Segmentation fault (core dumped) >> >> >> > >> >> >> > Ummm... It doesn't give enough info.. Can you see *.core file= in >> >> >> there? >> >> >> > If you do, then try to run this: >> >> >> > >> >> >> > # gdb foo foo.core >> >> >> > # bt >> >> >> > # bt full >> >> >> > >> >> >> > You might have to reinstall miro with debug (WITH_DEBUG=3Dyes= ). I >> >> will >> >> >> > have to recheck in my build log to make sure everything compi= le >> >> with >> >> >> > -pthread. >> >> >> >> >> >> BTW: Try to run something like 'LD_PRELOAD=3D/usr/lib/libpthrea= d.so >> >> miro' >> >> >> (or /usr/lib/libthr.so) to see if it works for you. If it does,= = >> then >> >> >> will >> >> >> have to search somewhere that need to add -pthread. I don't hav= e >> >> FreeBSD >> >> >> 6.x box anymore, so you or someone will have to keep test for m= e. = >> ;-) >> >> > >> >> > There was no joy in trying either of those. It produced the sam= e >> >> > core dump. >> >> >> >> You are right about your backtraces don't help in other email. >> >> >> >> > These are the /var/db/ports/*/options settings I have pertaining= to >> >> > threads: >> >> > >> >> > boehm-gc/options:WITHOUT_THREADING=3Dtrue >> >> > boost/options:WITH_THREADS=3Dtrue >> >> > ilmbase/options:WITHOUT_THREAD=3Dtrue >> >> > python/options:WITH_THREADS=3Dtrue >> >> > python24/options:WITH_THREADS=3Dtrue >> >> > python25/options:WITH_THREADS=3Dtrue >> >> > ruby/options:WITHOUT_PTHREADS=3Dtrue >> >> > sqlite3/options:WITH_THREADS=3Dtrue >> >> >> >> That is only one different from mine. I left sqlite3 by default, n= o >> >> enable >> >> thread. I have checked each files and build log, it looks like it = has >> >> nothing to do with missing -pthread. You can try to disable thread= on >> >> sqlite3 to see if it helps. >> > >> > I actually had it at the default of no threads originally and rebui= lt >> > it with threads to see if it helped (to no avail). >> > >> >> > stunnel/options:WITH_PTHREAD=3Dtrue >> >> > >> >> > Certainly I'll help debug this on 6.x. During the ports freeze >> >> > there's not much ports excitement going on (for me ;-) >> >> >> >> I am clueless at the moment, I need to dig in Miro's website to se= e = >> if >> >> there have any info about how to debug on miro. >> > >> > I'll do some digging around myself although if it gets too deep I >> > tend to get dazed and confused. If I find anyting, I'll advise. >> > >> > If anyone has/gets Miro working on 6.x, I'd like to hear about it >> > and maybe do some comparisons. >> >> Do you have any plugins such as Java, Flash or/and else in gecko >> (firefox/mozilla/etc)? If you do, try to disable every one to see if = it >> will helping. > > Yes, I do have a few in firefox. I poked around but I can't seem > to find how to disable them. Is there a global disable or do I > need to deinstall each one? You can move files out of plugins directory and test it. After that move= = these files back to where they were. Cheers, Mezz > Randy -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org