From owner-freebsd-arm@FreeBSD.ORG Thu Nov 27 23:07:49 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D45E185; Thu, 27 Nov 2014 23:07:49 +0000 (UTC) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BCC7B23; Thu, 27 Nov 2014 23:07:49 +0000 (UTC) Received: by mail-qg0-f43.google.com with SMTP id q108so4065318qgd.16 for ; Thu, 27 Nov 2014 15:07:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7uyOYNTNhZmNpKaOo3vK6KvwbT2wkqaA3XqHqsrivow=; b=fAjbleujuK4JDYuDKB9nJkLbFIuDQJXtOZwXUAgLemZRlcyoeG5lIuVzae8YN9aapy ovdqdJjoNcP0jkEjLIPIBFz3cLo91wT8GvGrGOOcXM/BMviabKHefwxPCfAD6l5+tfmq inU4+e0P8TTb4gb99lMFcVd7DfA19ufVD242eFVwJGvfWW80KQPAFBq60OasRAbZ/Mec b05XwnZydJLvkJP7Y8YUMpq4ZfgbrBt4/1hGpWkCqPz+irQSdDZ9OuC9ANLhWoVBk2KV RLECqKJKsM33MrNuf/eWZSCuJmxPycdSa/cF4V6qI7Ht4HJDDBFAfSKNMLmmNvP9EH9g IUfA== MIME-Version: 1.0 X-Received: by 10.224.129.196 with SMTP id p4mr59598111qas.1.1417129668107; Thu, 27 Nov 2014 15:07:48 -0800 (PST) Received: by 10.140.23.242 with HTTP; Thu, 27 Nov 2014 15:07:48 -0800 (PST) In-Reply-To: <20141127234239.e2c40a8fb99ba41f9ec3a7e7@ulrich-grey.de> References: <20141113125236.b16cd4e5f0e339eac0494cd4@ulrich-grey.de> <20141115143444.5ad037548e06f289d2532fb7@ulrich-grey.de> <20141119225903.81fbbc7809093a0e6e0de9d5@ulrich-grey.de> <20141120151900.a68c6d8316b96a62cb65d17a@ulrich-grey.de> <20141121115941.54d4e36b103341c3adf7eb36@ulrich-grey.de> <20141124132733.4e96b906f0d1ab69969dddd9@ulrich-grey.de> <1416840814.1147.380.camel@revolution.hippie.lan> <20141125225451.924a5df4bdb4753db273b8c5@ulrich-grey.de> <20141127234239.e2c40a8fb99ba41f9ec3a7e7@ulrich-grey.de> Date: Fri, 28 Nov 2014 00:07:48 +0100 Message-ID: Subject: Re: Another Test Run with Alternative pmap Implementation From: Svatopluk Kraus To: Ulrich Grey Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-arm@freebsd.org, Ian Lepore X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2014 23:07:49 -0000 Well, your "make buildworld" runs really long time. It was strange for me from first moment. Now, when Ian wrote that his build runs about two hours on same platform, it's another indicia. It looks that your temporary files are created on SD card, where writes are really long. So try to move it to usb disk. And whatever what writes to SD card much during build. This way we would be able to isolate the problem to SD card stuff. Svata On Thu, Nov 27, 2014 at 11:42 PM, Ulrich Grey wrote: > hello, > > on advice from Svatopluk Kraus I additionally compiled these debugging > options into the > kernel: > > options KTR > options KTR_MASK=KTR_ALL > options KTR_ENTRIES=65536 > > I did my crashtest. The system crashes after some hours, I could not do > anything on > another terminal. > > cc -fpic -DPIC -O -pipe > > -I/usr/local/DEVEL/STREJDA/freebsd/kerberos5/lib/libgssapi_krb5/../../../crypto/heimdal/lib/gssapi > > -I/usr/local/DEVEL/STREJDA/freebsd/kerberos5/lib/libgssapi_krb5/../../../crypto/heimdal/lib/gssapi/krb5 > > -I/usr/local/DEVEL/STREJDA/freebsd/kerberos5/lib/libgssapi_krb5/../../../crypto/heimdal/lib/gssapi/gssapi > > -I/usr/local/DEVEL/STREJDA/freebsd/kerberos5/lib/libgssapi_krb5/../../../crypto/heimdal/lib/krb5 > > -I/usr/local/DEVEL/STREJDA/freebsd/kerberos5/lib/libgssapi_krb5/../../../crypto/heimdal/lib/asn1 > > -I/usr/local/DEVEL/STREJDA/freebsd/kerberos5/lib/libgssapi_krb5/../../../crypto/heimdal/lib/roken > -I. -DHAVE_CONFIG_H > > -I/usr/local/DEVEL/STREJDA/freebsd/kerberos5/lib/libgssapi_krb5/../../include > -std=gnu99 -Qunused-arguments > -c > /usr/local/DEVEL/STREJDA/freebsd/kerberos5/lib/libgssapi_krb5/../../../crypto/heimdal/lib/gssapi/krb5/inquire_cred_by_oid.c > -o inquire_cred_by_oid.So > > mmcsd1: Error indicated: 1 Timeout > > sdhci_immmxc1-sslot0:d 1G:ot dEata rinterrruopt r0 xi0n0d0i0c0a0t10,e > db:u t1 > tThiemreeo uits > no active command. > >