From owner-freebsd-multimedia@FreeBSD.ORG Wed Oct 18 10:23:06 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 E9E0E16A40F for ; Wed, 18 Oct 2006 10:23:06 +0000 (UTC) (envelope-from y.pankov@irbis.net.ru) Received: from mail.irbis.net.ru (mail.irbis.net.ru [85.118.141.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6601743D45 for ; Wed, 18 Oct 2006 10:23:06 +0000 (GMT) (envelope-from y.pankov@irbis.net.ru) Received: from hpc.local (dial01.irbis.net.ru [192.168.0.64]) by mail.irbis.net.ru (Postfix) with ESMTP id CB9ED627878; Wed, 18 Oct 2006 14:23:03 +0400 (MSD) Received: from hpc.local (yuri@localhost [127.0.0.1]) by hpc.local (8.13.8/8.13.8) with ESMTP id k9IAN2o6013549; Wed, 18 Oct 2006 14:23:02 +0400 (MSD) (envelope-from y.pankov@irbis.net.ru) Received: (from yuri@localhost) by hpc.local (8.13.8/8.13.8/Submit) id k9IAN0ng013548; Wed, 18 Oct 2006 14:23:00 +0400 (MSD) (envelope-from y.pankov@irbis.net.ru) X-Authentication-Warning: hpc.local: yuri set sender to y.pankov@irbis.net.ru using -f Date: Wed, 18 Oct 2006 14:23:00 +0400 From: Yuri Pankov To: "M. Warner Losh" Message-ID: <20061018102300.GB13427@hpc.local> References: <20061017013242.P60110@abigail.hsd1.mn.comcast.net> <20061017.114957.-460542995.imp@bsdimp.com> <20061017125350.A14616@pkunk.americas.sgi.com> <20061017.140955.1653108615.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061017.140955.1653108615.imp@bsdimp.com> User-Agent: Mutt/1.5.13 (2006-08-11) 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 10:23:07 -0000 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). Yuri