From owner-freebsd-multimedia@FreeBSD.ORG Sun Nov 18 21:47:59 2007 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 065F416A41A for ; Sun, 18 Nov 2007 21:47:59 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3C62613C4C6 for ; Sun, 18 Nov 2007 21:47:57 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.0 c=1 a=JGRtUt9vDGkA:10 a=u4rBstFdAAAA:8 a=8238u0a5vQ6hfxvrd_8A:9 a=jX1GoA18InJWzHOvRVcA:7 a=F8cVxn3Oug7_Y0S7KFYqVlXFaAUA:4 a=4vB-4DCPJfMA:10 a=cvn8laQl214A:10 a=LY0hPdMaydYA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp07.embarq.synacor.com smtp.mail=bsd-unix@embarqmail.com; spf=neutral Authentication-Results: smtp07.embarq.synacor.com smtp.user=rpratt1950@embarqmail.com; auth=pass (LOGIN) Received-SPF: neutral (smtp07.embarq.synacor.com: 76.6.194.183 is neither permitted nor denied by domain of embarqmail.com) Received: from [76.6.194.183] ([76.6.194.183:63279] helo=kt.weeeble.com) by mailrelay.embarq.synacor.com (envelope-from ) (ecelerity 2.2.1.21 r(19176)) with ESMTPA id E6/02-29191-503B0474; Sun, 18 Nov 2007 16:47:49 -0500 Date: Sun, 18 Nov 2007 16:47:48 -0500 From: Randy Pratt To: "Jeremy Messenger" Message-Id: <20071118164748.6fd756a9.bsd-unix@embarqmail.com> In-Reply-To: References: <20071118091901.daa594f1.bsd-unix@embarqmail.com> <20071118110820.ab8757a0.bsd-unix@embarqmail.com> <20071118130626.d3f8842d.bsd-unix@embarqmail.com> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org, freebsd-gnome@freebsd.org Subject: Re: Miro (Democracy) player port is here... 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: Sun, 18 Nov 2007 21:47:59 -0000 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 loading > >> >> 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=yes). I will > >> > have to recheck in my build log to make sure everything compile with > >> > -pthread. > >> > >> BTW: Try to run something like 'LD_PRELOAD=/usr/lib/libpthread.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 have FreeBSD > >> 6.x box anymore, so you or someone will have to keep test for me. ;-) > > > > There was no joy in trying either of those. It produced the same > > 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=true > > boost/options:WITH_THREADS=true > > ilmbase/options:WITHOUT_THREAD=true > > python/options:WITH_THREADS=true > > python24/options:WITH_THREADS=true > > python25/options:WITH_THREADS=true > > ruby/options:WITHOUT_PTHREADS=true > > sqlite3/options:WITH_THREADS=true > > That is only one different from mine. I left sqlite3 by default, no 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 rebuilt it with threads to see if it helped (to no avail). > > stunnel/options:WITH_PTHREAD=true > > > > 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 see 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. Thanks! Randy --