From owner-freebsd-current@FreeBSD.ORG Thu Apr 17 15:18:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA28D37B401 for ; Thu, 17 Apr 2003 15:18:35 -0700 (PDT) Received: from thuis.piwebs.com (t-indiv5-84.athome.tue.nl [131.155.241.84]) by mx1.FreeBSD.org (Postfix) with SMTP id DF95643F3F for ; Thu, 17 Apr 2003 15:18:33 -0700 (PDT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 660 invoked by uid 85); 17 Apr 2003 22:18:32 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.15 (uvscan: v4.1.60/v4210. spamassassin: 2.x. Clear:SA:0(-4.7/5.0):. Processed in 11.203975 secs); 17 Apr 2003 22:18:32 -0000 X-Spam-Status: No, hits=-4.7 required=5.0 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 17 Apr 2003 22:18:20 -0000 From: Arjan van Leeuwen To: Riccardo Torrini , freebsd-current@FreeBSD.ORG Date: Fri, 18 Apr 2003 00:18:20 +0200 User-Agent: KMail/1.5.1 References: <20030417191637.GA505@trudy.torrini.home> <20030417201036.GD505@trudy.torrini.home> In-Reply-To: <20030417201036.GD505@trudy.torrini.home> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304180018.20666.avleeuwen@piwebs.com> Subject: Re: usb cf reader X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 22:18:35 -0000 Download an up-to-date CVS version of gphoto2 from their anonymous CVS and compile it. That fixed things for me (using a Canon digital camera, via USB, on 5-CURRENT). I came across this solution on the gphoto mailing lists; it is apparently a known problem with the current version. Arjan On Thursday 17 April 2003 22:10, Riccardo Torrini wrote: > On Thu, Apr 17, 2003 at 09:16:37PM +0200, Riccardo Torrini wrote: > > How it is supposed to work? I'm unable to access my CF (tryed also > > on 4.8-STABLE w/out success) and after recompiling world (29 march) > > also gphoto stopped to work. Something related to usb device? > > I forgot to say that I never tested this reader before, because I > luckily used gphoto2, I tryed this CF reader only because gphoto2 > start and immediatly core dump accessing my camera. > Can I (must?) fire up a PR for gphoto2? I don't know if it works > under 4.x tree... > > This happens every time. I'm running gphoto2 as root (as on previous > world of about late january). > > > (sorry for long lines) > > -----8<----- > Program received signal SIGSEGV, Segmentation fault. > 0x28243e4c in gp_filesystem_folder_number () from > /usr/local/lib/libgphoto2.so.2 (gdb) bt > #0 0x28243e4c in gp_filesystem_folder_number () from > /usr/local/lib/libgphoto2.so.2 #1 0x2824406f in > gp_filesystem_folder_number () from /usr/local/lib/libgphoto2.so.2 #2 > 0x28244f34 in gp_filesystem_list_folders () from > /usr/local/lib/libgphoto2.so.2 #3 0x2823e2ed in > gp_camera_folder_list_folders () from /usr/local/lib/libgphoto2.so.2 #4 > 0x08053592 in ?? () > #5 0x080530b5 in ?? () > #6 0x080506bf in ?? () > #7 0x282b0477 in invokeCallbacksOPTION () from /usr/local/lib/libpopt.so.0 > #8 0x282b1d35 in poptGetNextOpt () from /usr/local/lib/libpopt.so.0 > #9 0x08051dde in ?? () > #10 0x0804b3a5 in ?? () > (gdb) stop > -----8<-----