From owner-freebsd-arm@FreeBSD.ORG Mon May 13 15:55:48 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CCF0FE12 for ; Mon, 13 May 2013 15:55:48 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id ABB1B291 for ; Mon, 13 May 2013 15:55:48 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r4DFtgUS094549 for freebsd-arm@freebsd.org; Mon, 13 May 2013 15:55:42 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id wvxrdun6bp65r5f5vheat6t4a2; for freebsd-arm@freebsd.org; Mon, 13 May 2013 15:55:42 +0000 (UTC) (envelope-from kientzle@freebsd.org) From: Tim Kientzle Content-Type: multipart/signed; boundary="Apple-Mail=_CC2D135B-8370-4490-B2C8-679A57397F05"; protocol="application/pgp-signature"; micalg=pgp-sha1 Subject: Git crash on EABI system. Date: Mon, 13 May 2013 08:55:39 -0700 Message-Id: To: freebsd-arm Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 15:55:48 -0000 --Apple-Mail=_CC2D135B-8370-4490-B2C8-679A57397F05 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Has anyone else seen this from git on a clang/EABI system? Assertion failed: (attr_stack->origin), function prepare_attr_stack, = file attr.c, line 630. Program received signal SIGABRT, Aborted. [Switching to Thread 20c03300 (LWP 100076/git)] 0x204b842c in thr_kill () from /lib/libc.so.7 (gdb) bt #0 0x204b842c in thr_kill () from /lib/libc.so.7 #1 0x2044157c in raise () from /lib/libthr.so.3 #2 0x20598130 in abort () from /lib/libc.so.7 #3 0x20574630 in __assert () from /lib/libc.so.7 #4 0x00076b28 in ?? () I'm planning to do a debug build and see if I can track down any more details. Tim --Apple-Mail=_CC2D135B-8370-4490-B2C8-679A57397F05 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.18 (Darwin) iQEcBAEBAgAGBQJRkQz8AAoJEGMNyGo0rfFBBP0H/RaXaNn7WndtP+2gxNqME3Eo ypFoxFq7YLM7Fiyfllm8IOiLKu2lFJalWJccfOzVa5Z7VLT5TzaY50UWqJQtHiQz x324nMDxKGlQyvmM4u6RGNRowHcV1d3uKGxJ2nI4s67A4pRFncsrChSDzADCPgf9 Dr0WvigEDqKkR3Nw/cIpDzra1Fl2BHwX7cNw/4HDYiNK6o8JobGDKiXAPZoa5OWT Gzqp+xTolH3bJGzKq1wyl4EhUm0e+mzgCnlrXydewXO638bk6Eu9+L+DXUwf7u+j TzYlHhYH4I7lQiTf+rs6L3t++Vz8jjmLpx9pHX6043mNvyLkuce1gUuBR2Ag/zs= =UMTX -----END PGP SIGNATURE----- --Apple-Mail=_CC2D135B-8370-4490-B2C8-679A57397F05--