From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 18 20:11:09 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C19F916A407 for ; Wed, 18 Oct 2006 20:11:09 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F2E43E31 for ; Wed, 18 Oct 2006 20:10:04 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k9IKAAgd077621; Wed, 18 Oct 2006 14:10:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 18 Oct 2006 14:09:20 -0600 (MDT) Message-Id: <20061018.140920.1716873339.imp@bsdimp.com> To: y.pankov@irbis.net.ru From: "M. Warner Losh" In-Reply-To: <20061018102300.GB13427@hpc.local> References: <20061017125350.A14616@pkunk.americas.sgi.com> <20061017.140955.1653108615.imp@bsdimp.com> <20061018102300.GB13427@hpc.local> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 18 Oct 2006 14:10:12 -0600 (MDT) Cc: freebsd-multimedia@freebsd.org Subject: Re: FreeBSD DV howto? 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, 18 Oct 2006 20:11:09 -0000 In message: <20061018102300.GB13427@hpc.local> Yuri Pankov writes: : On Tue, Oct 17, 2006 at 02:09:55PM -0600, M. Warner Losh wrote: : > In message: <20061017125350.A14616@pkunk.americas.sgi.com> : > Brent Casavant writes: : > : On Tue, 17 Oct 2006, M. Warner Losh wrote: : > : : > : > Like I said, kino gives a bus error when i run it. Like right away, : > : > before it can even completely paint the screen. : > : : > : Ah, I misunderstood. I had run into problems trying to get Kino : > : to capture from the camera, which is what I assumed you meant. I : > : didn't realize it was crashing on startup. : > : : > : I can't help you much there, other than to note I currently have : > : Kino working on two different systems (6.0-RELEASE, and 6.1-RELEASE). : > : If at some point it would help to see a list of my installed ports, : > : I'd be more than happy to oblige. : > : > I've been running bleeding edge current. Maybe I need to do (yet : > another) portupgrade -avf? : > : > Warner : : Just a guess: it's uninitialized pointer, caught by malloc debug in -CURRENT (should look like 0x5a5a5a5a5a5a5a... in gdb's output). : You can try to run Kino with this feature turned off (ln -sf 'aj' /etc/malloc.conf). Alas, no joy. Warner