From owner-freebsd-arm@FreeBSD.ORG Wed May 27 16:23:01 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9263E6FB; Wed, 27 May 2015 16:23:01 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: from mail-vn0-x234.google.com (mail-vn0-x234.google.com [IPv6:2607:f8b0:400c:c0f::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 479DA74E; Wed, 27 May 2015 16:23:01 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: by vnbf1 with SMTP id f1so1585623vnb.6; Wed, 27 May 2015 09:23:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=tk3yvUQpmD3fn6/9aV0kAhVy8kzckyrMwYAC/6m0xSQ=; b=n6ByDUp8BLHtkGB5XECZa0aNUGXpwLGOpl/aA4j7pqKAKJKuYlWzJ7yX8IpnT10t5H HV6MZgfanIl74KJnLBwwUY8cUaI/bILu9dKpj7VRS2lqVST3kXwhO1X/RJs/Ze3eu8sA LrnKH4zOYrJFHPGGI1DJQGkIu0S+U7z+BBzqDNz3HIL9XWVsQRgDm77F2VpE9w+nTW7K 1GoZAzHAPoiK6SzR+erdJ5Lij+WPlQazIDuc2m78ucY2pgBugqzWFvSuW80qxKROT4Rh 7DvQKrMv67RldxliuGOuaX742oYZ44Me21TZrcHOLu88Tvpbaw38XjNs2fAxX0aPUnvW Mh8Q== X-Received: by 10.53.12.138 with SMTP id eq10mr37874662vdd.41.1432743780462; Wed, 27 May 2015 09:23:00 -0700 (PDT) Received: from mbp.home (179-125-134-20.desktop.com.br. [179.125.134.20]) by mx.google.com with ESMTPSA id zb15sm8163761vdb.11.2015.05.27.09.22.58 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 May 2015 09:22:59 -0700 (PDT) Sender: Renato Botelho Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: Segfault when linking with -pthread on recent stable/10 ARM From: Renato Botelho In-Reply-To: <05860CB7-7E42-42C6-BDA6-B6D344ABA7B8@FreeBSD.org> Date: Wed, 27 May 2015 13:22:56 -0300 Cc: Arjan van der Velde , "freebsd-arm@freebsd.org" , Adrian Chadd Content-Transfer-Encoding: quoted-printable Message-Id: References: <05860CB7-7E42-42C6-BDA6-B6D344ABA7B8@FreeBSD.org> To: sbruno@FreeBSD.org X-Mailer: Apple Mail (2.2098) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2015 16:23:01 -0000 > On May 27, 2015, at 13:09, Renato Botelho wrote: >=20 >> On May 27, 2015, at 12:54, Adrian Chadd wrote: >>=20 >> Is this with qemu or qemu-devel? >=20 > qemu-user-static. >=20 > BTW, I figured out it is the culprit. Downgraded it to = qemu-user-static-2.2.50.g20150310 fixed the issue. I=E2=80=99ll bisect = to identify which version started the problem. Found it, since rev. 385142 the problem started. Sean, do you want me to open a ticket about it? A PR on FreeBSD bugzilla = or an Issue at project on github? -- Renato Botelho