From owner-freebsd-current@FreeBSD.ORG Tue Oct 1 13:45:33 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CACC6CF1 for ; Tue, 1 Oct 2013 13:45:33 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from potato.growveg.org (growveg-1-pt.tunnel.tserv11.ams1.ipv6.he.net [IPv6:2001:470:1f14:3d2::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 850422C5D for ; Tue, 1 Oct 2013 13:45:33 +0000 (UTC) Received: from john by potato.growveg.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VR0GX-000Enk-8b for freebsd-current@freebsd.org; Tue, 01 Oct 2013 14:45:29 +0100 Date: Tue, 1 Oct 2013 14:45:29 +0100 From: John To: freebsd-current@freebsd.org Subject: Re: gphoto2 bus error Message-ID: <20131001134529.GC24259@potato.growveg.org> References: <1430354.OSvlCO8lK8@notebook.alkar.net> <20131001122233.GA24259@potato.growveg.org> <524AC2F2.2080807@bitfrost.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <524AC2F2.2080807@bitfrost.no> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: john@potato.growveg.org X-SA-Exim-Scanned: No (on potato.growveg.org); SAEximRunCond expanded to false X-Mailman-Approved-At: Tue, 01 Oct 2013 16:39:45 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: john@potato.growveg.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 13:45:33 -0000 On Tue, Oct 01, 2013 at 02:41:22PM +0200, Hans Petter Selasky wrote: > > Hi, > > Could you enter "bt" in GDB and show the output when this crash happens? > > --HPS Sure! Thanks for looking at the problem. Program received signal SIGBUS, Bus error. [Switching to Thread 802c07400 (LWP 101021/scanimage)] 0x00000008063c1829 in scsi_inquiry () from /usr/local/lib/sane/libsane-microtek2.so.1 (gdb) bt #0 0x00000008063c1829 in scsi_inquiry () from /usr/local/lib/sane/libsane-microtek2.so.1 #1 0x00000008063b384c in attach () from /usr/local/lib/sane/libsane-microtek2.so.1 #2 0x00000008063b4a69 in attach_one () from /usr/local/lib/sane/libsane-microtek2.so.1 #3 0x000000080083205b in sanei_scsi_find_devices () from /usr/local/lib/libsane.so.1 #4 0x000000080082ef1e in sanei_config_attach_matching_devices () from /usr/local/lib/libsane.so.1 #5 0x00000008063b4993 in sane_microtek2_init () from /usr/local/lib/sane/libsane-microtek2.so.1 #6 0x000000080083acb4 in init () from /usr/local/lib/libsane.so.1 #7 0x000000080083a944 in sane_dll_get_devices () from /usr/local/lib/libsane.so.1 #8 0x0000000000402089 in ?? () #9 0x0000000000401c41 in ?? () #10 0x0000000800628000 in ?? () #11 0x0000000000000000 in ?? () (gdb) -- John