From owner-freebsd-arm@FreeBSD.ORG Thu May 16 09:04:33 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 072E0DBA for ; Thu, 16 May 2013 09:04:33 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id CE72E921 for ; Thu, 16 May 2013 09:04:32 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id aq17so6042690iec.29 for ; Thu, 16 May 2013 02:04:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=Rqic+qNtHTjPnrt/0T1G9N3GyFcHDbLY+1EInAXnO4M=; b=I+ZeiKtb/UvYbBrlXDtzfFhzl5yHcXMVM+2ay6De2PD+Nnj/Yy57JdriVKanuk5lWm jzY24YcWCysfUR9M4zOgIAICho049XrTK26MFNHaiFe1i9bYHThflqIouun03ocIxFw3 cVcZaGFf8OmoW/FgCxB6JwPWyz8rPFJt9MUYMx5ysEzc3bZKedWEsrIw/KkBuhf6d3bW LDtRfq+0iTTyer8tpV1AAQoJZ8i+t6cDi6nHXMPh76JlUy7XzmFI3DrRiILhOiegdaRu RzIu2m8LgDR491iys7L4OBK5b/XT1VPPPco936T3vdTO+Scvi5CnmXoAtUz5O9Ks35Lo 2gIQ== X-Received: by 10.50.153.113 with SMTP id vf17mr8171321igb.101.1368695072271; Thu, 16 May 2013 02:04:32 -0700 (PDT) Received: from [172.24.137.243] ([137.122.64.8]) by mx.google.com with ESMTPSA id qs4sm2595999igb.10.2013.05.16.02.04.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 16 May 2013 02:04:31 -0700 (PDT) Sender: Tim Kientzle Subject: Re: Git crash on EABI system. Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=iso-8859-1 From: Tim Kientzle In-Reply-To: <51949698.80205@thieprojects.ch> Date: Thu, 16 May 2013 05:04:29 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <2290084B-D302-4489-BB01-817497901E2B@freebsd.org> References: <51949698.80205@thieprojects.ch> To: Werner Thie X-Mailer: Apple Mail (2.1283) X-Gm-Message-State: ALoCoQnthzhP9P0dkzpbWEHI8RU9NEpxIFV3W39Eo/SJuJOA+tk6j/LChrRUo7dWIFfk2grSm6p1 Cc: freebsd-arm 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: Thu, 16 May 2013 09:04:33 -0000 On May 16, 2013, at 4:19 AM, Werner Thie wrote: >> Has anyone else seen this from git on a clang/EABI system? >>=20 >> Assertion failed: (attr_stack->origin), function prepare_attr_stack, = file attr.c, line 630. >>=20 >> 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 ?? () >>=20 >> I'm planning to do a debug build and see if I can track down any >> more details. >=20 > Hi Tim >=20 > just built git out of curiosity after your post on the BBone >=20 > FreeBSD beaglebone 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r250144M: Sat = May 4 14:18:20 CEST 2013 = root@xtools:/usr/home/wthie/proj/crochet-freebsd/work/obj/arm.armv6/usr/lo= cal/src/sys/BEAGLEBONE-NOWITNESS arm >=20 > git crashes exactly as advertised when cloning a project in >=20 > Assertion failed: (attr_stack->origin), function prepare_attr_stack, = file attr.c, line 630. Thanks for verifying that. Unfortunately, a debug build (make -DWITH_DEBUG) does not crash for me. So I clearly have more work ahead of me to narrow this down. Tim