From owner-freebsd-current@FreeBSD.ORG Tue Dec 25 23:13:14 2012 Return-Path: Delivered-To: Current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D281F2C for ; Tue, 25 Dec 2012 23:13:14 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC2D8FC13 for ; Tue, 25 Dec 2012 23:13:13 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id d17so3944435eek.11 for ; Tue, 25 Dec 2012 15:13:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6VFIeUxPpc+W+bib6DZBlySU+Q1sUK6yVP6xV4LrUBc=; b=P7XUUaxzuB+gJfZGcXaHEX1u9t1svYhIzPCBBZNI+r7NTspN/B6FXCwspYL134uY49 O3L8QQQROVgzOoiKziQ00o/VKkela122iOa6AsGAhnSSwmI1D/KMIM16yz6TOLZHENnO 7kYL6zYyAncYpJj77NO3w4teIUj4Zqlw7MsPkT2cKejYhnegVIVzzFuYA+h0pVYXsaWf VIIkdffb5agi0zqO4HYK1F+JLMm0SW0+7Cl5nnZmwyavC0xoA8WFotvOs6GUGmbsJooV KudDxjqGb3bpQomF5/G3ByFYgJQINrrm5QPnEEFMkRTmBzOCxVEA5vcW2eUp8+Pyadnp nUxw== MIME-Version: 1.0 Received: by 10.14.207.6 with SMTP id m6mr65442588eeo.10.1356477186850; Tue, 25 Dec 2012 15:13:06 -0800 (PST) Received: by 10.14.127.201 with HTTP; Tue, 25 Dec 2012 15:13:06 -0800 (PST) Date: Tue, 25 Dec 2012 18:13:06 -0500 Message-ID: Subject: clang Failed assertion after the clang 3.2 RELEASE import From: "Sam Fourman Jr." To: FreeBSD Current Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 23:13:14 -0000 for whatever reason, I get a Failed assertion error if I add a user to the wheel group... but if I do not add to the wheel group all is fine.. # # uname -a FreeBSD MiniBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r244639M: Sun Dec 23 12:09:39 EST 2012 root@MiniBSD:/usr/obj/usr/src/sys/GENERIC amd64 # Lock out the account after creation? [no]: Username : dfourman Password : ***** Full Name : Dave Fourman Uid : 1002 Class : Groups : dfourman wheel Home : /home/dfourman Home Mode : Shell : /bin/sh Locked : no OK? (yes/no): yes : /usr/src/lib/libc/../../contrib/jemalloc/include/jemalloc/internal/arena.h:698: Failed assertion: "((uintptr_t)ptr - ((uintptr_t)run + (uintptr_t)bin_info->reg0_offset)) % bin_info->reg_interval == 0" Abort trap adduser: ERROR: There was an error adding user (dfourman). Add another user? (yes/no): yes is there a way to get around this until this bug is fixed? -- Sam Fourman Jr.