From owner-freebsd-arm@freebsd.org Sun Mar 5 18:14:31 2017 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2550FCFAB24 for ; Sun, 5 Mar 2017 18:14:31 +0000 (UTC) (envelope-from andrew@tao11.riddles.org.uk) Received: from lungold.riddles.org.uk (lungold.riddles.org.uk [82.68.208.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C167516A1 for ; Sun, 5 Mar 2017 18:14:30 +0000 (UTC) (envelope-from andrew@tao11.riddles.org.uk) Received: from [192.168.127.3] (port=17198 helo=isig.riddles.org.uk) by lungold.riddles.org.uk with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.88 (FreeBSD)) (envelope-from ) id 1ckafq-0009fl-CT; Sun, 05 Mar 2017 18:14:26 +0000 Received: from localhost ([127.0.0.1]:19523 helo=isig.riddles.org.uk) by isig.riddles.org.uk with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.88 (FreeBSD)) (envelope-from ) id 1ckafp-000NNd-Qm; Sun, 05 Mar 2017 18:14:25 +0000 From: Andrew Gierth To: Mark Millard Cc: "freebsd-arm\@freebsd.org" Subject: Re: Is CPUTYPE=cortex-A7 supposed to work? In-Reply-To: <87tw77iwx6.fsf@news-spur.riddles.org.uk> (Andrew Gierth's message of "Sun, 05 Mar 2017 16:27:56 +0000") Message-ID: <8760jnfvwp.fsf@news-spur.riddles.org.uk> References: <871suc3nv8.fsf@news-spur.riddles.org.uk> <87tw7820fc.fsf@news-spur.riddles.org.uk> <644D1F49-BF5D-409D-BFC4-4F7E6E73085B@dsl-only.net> <87lgsk1udz.fsf@news-spur.riddles.org.uk> <9677298B-5A5E-44BF-928E-28DDDADB310A@dsl-only.net> <87h93814rb.fsf@news-spur.riddles.org.uk> <70AE704A-C9FF-4742-88E9-147CD5B77BE8@dsl-only.net> <87tw77iwx6.fsf@news-spur.riddles.org.uk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (berkeley-unix) Date: Sun, 05 Mar 2017 18:14:25 +0000 MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Mar 2017 18:14:31 -0000 >>>>> "Andrew" == Andrew Gierth writes: Andrew> emacs-25.1,3 built with x11 support and running in graphical Andrew> mode is unstable; crashes randomly either with a mutex Andrew> assertion (enqueue_mutex complaining that the mutex is already Andrew> owned) or with SEGV. Running in text mode, it doesn't crash, Andrew> but hitting pagedown in some buffers (where there are many Andrew> similar lines) _reliably_ produces incorrect display output in Andrew> which some characters are displaced by 4: Extra bonus strangeness: recompiling just emacs without cortex-a7 does not fix either of these, so it's not an issue with miscompiling any of the emacs code. This is consistent with my experimentation with git. -- Andrew.