From owner-freebsd-stable@freebsd.org Wed Aug 5 19:50: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 22EF39B44E8 for ; Wed, 5 Aug 2015 19:50: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 25B0F1A0A for ; Wed, 5 Aug 2015 19:50: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 71EE630FC2E for ; Wed, 5 Aug 2015 16:42:03 -0300 (BRT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-transfer-encoding:content-type:content-type:subject :subject:to:mime-version:user-agent:from:from:date:date :message-id; s=dkim; t=1438803721; x=1439667722; bh=UfnblMaqgQZP s56qOJjEPFDiCzdN0MhYgjVkmR+/zbc=; b=AoAXshJGDfHFI/L09S+J+CtzHi2x B8FkZGSNEXY1XQD6iAI/7xOs6hYCrcU5jStNkB3hBgmxA03v4IZMX2LBq6OykysU Vod4AYVPPCdHvJAkaxRiiZKwhAnruQ8KE8sczx357ssxYv1+Gu8WA9TCVpdNMECg v2sVl1JN/FayxEo= 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 EYm1O5aUDfzf for ; Wed, 5 Aug 2015 16:42:01 -0300 (BRT) Received: from [192.168.88.29] (unknown [10.255.0.12]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id A878130FC08 for ; Wed, 5 Aug 2015 16:42:01 -0300 (BRT) Message-ID: <55C266F4.8040504@bsdinfo.com.br> Date: Wed, 05 Aug 2015 16:41:40 -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: FreeBSD Stable Mailing List Subject: Core dumped in pw usermod 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 19:50:29 -0000 Hi All, 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) # []'s Gondim