From owner-freebsd-current@FreeBSD.ORG Fri Sep 27 23:04:55 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 83D63B67 for ; Fri, 27 Sep 2013 23:04:55 +0000 (UTC) (envelope-from artyom.mirgorodsky@gmail.com) Received: from mail-ea0-x232.google.com (mail-ea0-x232.google.com [IPv6:2a00:1450:4013:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1EEB920DF for ; Fri, 27 Sep 2013 23:04:54 +0000 (UTC) Received: by mail-ea0-f178.google.com with SMTP id a15so1470011eae.23 for ; Fri, 27 Sep 2013 16:04:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-transfer-encoding:content-type; bh=YudtQu5R+nsJI3KtIgRUtKcqdE3bWSqqIvgVzyZABM8=; b=Vm+Tj65ugng/T1J0Ag8le3kgDpUTmY34WRXcj/Y788DZPXOX0oy/R07yOUhSWBhS+c rtiogXevMPHNwU0GXEZ/aTEjdOlW6MPTNR6pv4yqtYv8Iy5Mo+fJ7En6khdXBvvV+ebh i18yb0tDbcaIVDh0A5clHoltrD77clHyPpFRkVgLn4DTkfFj+XE0aZ1Iu7d5rpu1ve5F QkYSvLqx6SvOPe8kz66MP8/paGQIDHjkQ6FCbLzwnQzB+1R++/kj8ML0z4isenHZIN1w J3qE8M13WABtjNCrpjkYjpEQ+R8JiLWCAyJmbvAmIpTLgmwlFbkf5tdjJ7kfACWnCwdj S8rg== X-Received: by 10.14.172.133 with SMTP id t5mr13942978eel.35.1380323093587; Fri, 27 Sep 2013 16:04:53 -0700 (PDT) Received: from notebook.alkar.net ([91.243.193.58]) by mx.google.com with ESMTPSA id z12sm21116876eev.6.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Sep 2013 16:04:53 -0700 (PDT) From: Artyom Mirgorodskiy To: freebsd-current@freebsd.org Subject: gphoto2 bus error Date: Sat, 28 Sep 2013 02:05:42 +0300 Message-ID: <1430354.OSvlCO8lK8@notebook.alkar.net> User-Agent: KMail/4.11 (FreeBSD/10.0-ALPHA3; KDE/4.11.0; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 27 Sep 2013 23:04:55 -0000 I just update to current and get bus error when I try to run gphoto2: Starting program: /usr/local/bin/gphoto2 --shell (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...[New LWP 100144] [New Thread 802806400 (LWP 100144/gphoto2)] Program received signal SIGBUS, Bus error. [Switching to Thread 802806400 (LWP 100144/gphoto2)] 0x0000000801552597 in pthread_mutex_destroy () from /lib/libthr.so.3 (gdb) bt #0 0x0000000801552597 in pthread_mutex_destroy () from /lib/libthr.so.3 #1 0x00000008040083cd in libusb_free_device_list () from /usr/lib/libusb.so.3 #2 0x0000000803801a2a in gp_port_usb_exit (port=) at libusb1.c:275 #3 0x0000000801135763 in gp_port_free (port=0x80286d280) at gphoto2-port.c:124 #4 0x0000000800ebc6a9 in gp_abilities_list_detect (list=0x802869080, info_list=0x802869050, l=0x8028ec000, context=0x45) at gphoto2-abilities-list.c:488 #5 0x000000000040e0f7 in ?? () #6 0x0000000000404aef in ?? () #7 0x0000000800635000 in ?? () #8 0x0000000000000000 in ?? () -- Artyom Mirgorodskiy