From owner-freebsd-mips@freebsd.org Tue Oct 13 18:12:01 2015 Return-Path: Delivered-To: freebsd-mips@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 4257DA12361 for ; Tue, 13 Oct 2015 18:12:01 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (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 19A89D1C for ; Tue, 13 Oct 2015 18:12:01 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igbkq10 with SMTP id kq10so96435998igb.0 for ; Tue, 13 Oct 2015 11:12:00 -0700 (PDT) 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=HzLgrghVqcJQPAoXonC/zLAYyt1NS7HSWfI8XTTkzMQ=; b=H/7ScrnIuChBNqrhYG44bxiblZdvYEvgvxp2vjuESjweC1coUIx8FfA/k1CdtKMWBr YHizmAd9qe8HY1dn3mXB+5wgUw8cl+09x3sw9Ev4aSs5y+a/MGdLJiTmiy9w/ffiwucZ Xuu+g7yqj4KwvKkWVVaMEC1BwwG5OS465OL4RaIAKI4OZlsdCNnLqx9dJ+z6RkulDHzT 6xAp26JGAv2k9UKig9EfYozF/5d2XiOVUMp9vDYaLOMTpxji5o0AI2MSGavG795705cX b0BGCsAqTUwEmUCm9HGEDAzSORKCaiEYxALOcs9G03eHNal15uSIcWnw1QyX4bQx9jNI PZBA== MIME-Version: 1.0 X-Received: by 10.50.111.226 with SMTP id il2mr8508200igb.61.1444759917945; Tue, 13 Oct 2015 11:11:57 -0700 (PDT) Received: by 10.36.2.10 with HTTP; Tue, 13 Oct 2015 11:11:57 -0700 (PDT) In-Reply-To: <561D2EC1.6030402@grosbein.net> References: <561D2EC1.6030402@grosbein.net> Date: Tue, 13 Oct 2015 11:11:57 -0700 Message-ID: Subject: Re: jemalloc aborts: lloc_arena.c:363: Failed assertion: "p[i] == 0" From: Adrian Chadd To: Eugene Grosbein Cc: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 18:12:01 -0000 This was a recentish thing, I thought it was fixed. Which version of which tree are you building from? -a On 13 October 2015 at 09:18, Eugene Grosbein wrote: > Hi! > > While trying numerous variants of building FreeBSD/mips and booting them > on TL WDR3600, I found a variant that reliably fails same way: > > Trying to mount root from ufs:map/rootfs.uncompress []... > warning: no time-of-day clock registered, system time will not be set accurately > start_init: trying /sbin/init > : jemapid 13 (sh), uid 0: exited on signal 6 > lloc_arena.c:363: Failed assertion: "p[i] == 0" > Oct 13 16:10:57 init: /bin/sh on /etc/rc terminated abnormally, going to single user mode > Enter full pathname of shell or RETURN for /bin/sh: > > What does this error mean? > _______________________________________________ > freebsd-mips@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org"