From owner-freebsd-stable@freebsd.org Wed Aug 5 20:10:29 2015 Return-Path: Delivered-To: freebsd-stable@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 66CC19B4A15 for ; Wed, 5 Aug 2015 20:10:29 +0000 (UTC) (envelope-from gondim@bsdinfo.com.br) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [191.243.120.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F0C16E8 for ; Wed, 5 Aug 2015 20:10:28 +0000 (UTC) (envelope-from gondim@bsdinfo.com.br) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) by mail.bsdinfo.com.br (Postfix) with ESMTP id 3A4D630FC57 for ; Wed, 5 Aug 2015 17:10:12 -0300 (BRT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-transfer-encoding:content-type:content-type :in-reply-to:references:subject:subject:to:mime-version :user-agent:from:from:date:date:message-id; s=dkim; t= 1438805410; x=1439669411; bh=6OSfbBjwXsLglVvEsktcRpSRfjzNAANn19N CCt1PKR0=; b=eC5nsyyZIhPCXa51kTJMA5Oal5hVZI28BQfqWrhJ9pxSgm2tDOB WM8/boY3BJXYn51/PUNlSO2OZZBpS7zwayYtLmEOYbe0C+XoG/2tX6H1wrvLQoNB No1Aleu/H390Qw0s1TtEWwVeaSOvt94J4sld7VlqMAKAND7MP7keU1Fk= X-Virus-Scanned: amavisd-new at mail.bsdinfo.com.br Received: from mail.bsdinfo.com.br ([127.0.0.1]) by mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wd3qF8lxkW8b for ; Wed, 5 Aug 2015 17:10:10 -0300 (BRT) Received: from [192.168.88.29] (unknown [10.255.0.12]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id 1E10130FC08; Wed, 5 Aug 2015 17:10:10 -0300 (BRT) Message-ID: <55C26D8D.8080807@bsdinfo.com.br> Date: Wed, 05 Aug 2015 17:09:49 -0300 From: Marcelo Gondim User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Glen Barber CC: FreeBSD Stable Mailing List Subject: Re: Core dumped in pw usermod References: <55C266F4.8040504@bsdinfo.com.br> <20150805195347.GX1484@FreeBSD.org> In-Reply-To: <20150805195347.GX1484@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2015 20:10:29 -0000 On 05-08-2015 16:53, Glen Barber wrote: > On Wed, Aug 05, 2015 at 04:41:40PM -0300, Marcelo Gondim wrote: >> I found the following problem with the pw: >> >> FreeBSD srv.teste.com.br 10.1-STABLE FreeBSD 10.1-STABLE #14 r276979: Wed >> Jan 21 11:50:11 BRST 2015 root@srv.teste.com.br:/usr/obj/usr/src/sys/TESTE >> amd64 >> >> # pw useradd foo >> # pw usermod foo -u 5000 >> # >> >> FreeBSD srv.teste.com.br 10.2-RC2 FreeBSD 10.2-RC2 #1 r286291: Wed Aug 5 >> 10:03:45 BRT 2015 root@srv.teste.com.br:/usr/obj/usr/src/sys/TESTE amd64 >> >> # pw useradd foo >> # pw usermod foo -u 5000 >> Segmentation fault (core dumped) >> # >> > Please file a PR in Bugzilla so this can be tracked. > > Glen > Hi Glen, Done. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202111 []'s Gondim