From owner-freebsd-current@FreeBSD.ORG Sat Sep 28 16:04:30 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 8ADEC291 for ; Sat, 28 Sep 2013 16:04:30 +0000 (UTC) (envelope-from artyom.mirgorodsky@gmail.com) Received: from mail-ee0-x22e.google.com (mail-ee0-x22e.google.com [IPv6:2a00:1450:4013:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 225F52397 for ; Sat, 28 Sep 2013 16:04:29 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id c13so1780607eek.33 for ; Sat, 28 Sep 2013 09:04:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=bsm2JSgscVOvUK9ylcZGN5noTFLG4PMEQyUTOBKpLPc=; b=RNV8CCbtBkycSAnBCJmdwOpf84f3nBvP42TPPWIueEU8XGvVMuug/zD/uHQLjWPirR N7mra0imWxOK994keIg00TlFw2OVQG7X+HuITmfpKxMX3Nrc0sbqDNWsF0/HMqXEY0xU 36zEl7VZXiU95oQAf+9P9pCPNT227uWfC8QkOUGcJN5KdYVC/H7EhXz/b/goU2jgnngT S5CFke+M4jWRBdvxXn7ECuNfbMPiZ39loh44Huli9qCI8i7OBvqnpocQC75xijStKTE8 jqZ2Ydwje1fXfiFL4n4UfGXZCSXmaVRHoVH1JNGcfy+9Ou/73w/KLopLcsgZsP7Xxsfe BJ6w== X-Received: by 10.15.94.201 with SMTP id bb49mr20751075eeb.23.1380384268484; Sat, 28 Sep 2013 09:04:28 -0700 (PDT) Received: from notebook.alkar.net ([91.243.193.58]) by mx.google.com with ESMTPSA id m54sm29237206eex.2.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 28 Sep 2013 09:04:27 -0700 (PDT) From: Artyom Mirgorodskiy To: Hans Petter Selasky Subject: Re: gphoto2 bus error Date: Sat, 28 Sep 2013 19:05:16 +0300 Message-ID: <2044167.1o9x04pvlW@notebook.alkar.net> User-Agent: KMail/4.11 (FreeBSD/10.0-ALPHA3; KDE/4.11.0; amd64; ; ) In-Reply-To: References: <1430354.OSvlCO8lK8@notebook.alkar.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: "freebsd-current@freebsd.org" 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: Sat, 28 Sep 2013 16:04:30 -0000 Yes. I updated and reinstall all ports before report... Possible clang problems... On Saturday 28 September 2013 14:19:28 Hans Petter Selasky wrote: > Hi, > > There has been no big changes in the FreeBSD's libusb recently. Looks like a problem in gphoto2. Did you upgrade to a newer gphoto2 version recently? > > --HPS > > -----Original message----- > > From:Artyom Mirgorodskiy > > > Sent: Saturday 28th September 2013 1:05 > > To: freebsd-current@freebsd.org > > Subject: gphoto2 bus error > > > > 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 > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org " > > > -- Artyom Mirgorodskiy