From owner-freebsd-stable@freebsd.org Wed Oct 18 10:05:40 2017 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 25203E335FA for ; Wed, 18 Oct 2017 10:05:40 +0000 (UTC) (envelope-from maurizio.vairani@cloverinformatica.it) Received: from smtpcmd11116.aruba.it (smtpcmd11116.aruba.it [62.149.156.116]) by mx1.freebsd.org (Postfix) with ESMTP id 692DB73025 for ; Wed, 18 Oct 2017 10:05:38 +0000 (UTC) (envelope-from maurizio.vairani@cloverinformatica.it) Received: from host60-31-static.11-79-b.business.telecomitalia.it ([79.11.31.60]) by smtpcmd11.ad.aruba.it with bizsmtp id NxqW1w00o1HplQX01xqWY2; Wed, 18 Oct 2017 11:50:31 +0200 Received: from [192.168.0.60] (maurizio-pc [192.168.0.60]) by host60-31-static.11-79-b.business.telecomitalia.it (Postfix) with ESMTP id 74D0864C72 for ; Wed, 18 Oct 2017 11:50:30 +0200 (CEST) To: FreeBSD stable From: Maurizio Vairani Subject: Cosmetic bug in TOP(1) on i386 Message-ID: <9432b431-0bad-cada-3c2b-47db8eb27037@cloverinformatica.it> Date: Wed, 18 Oct 2017 11:50:30 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Language: it-IT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aruba.it; s=a1; t=1508320231; bh=iFQyESc0/y3XV5lwm5SwPoDtpTbG9piazsK6YWUtaE8=; h=To:From:Subject:Date:MIME-Version:Content-Type; b=DnKtwVg3sIkreGAODd4gHCjVBYvhb0g1CsM4xl9IRaXKIDUnauMf2r/mrIMr4Ry9R wnmWvaq6/exoL3h0J0v6fHG+Gn/U+nxg3opTx1f3LrGmADgA0KYp1bIWHf510xMuG7 X9dlnuEcIOdT+PRPy0r7B5BTGjj7UKBQJvTe32U3EQje4/oolpgmUmfqLwY3Qfg++O LdquV3qBimTl6JcVzlusl5DDJE4JQpxabdNx2Cnz8qtXp1dr+d9zw8HnjAVXqOI4IJ dfVLVhijCFCisD8nY2LaoN/O+FgX8e9DFWIebnZBzN1SLfGArk9g4wjWbjrHlsNd1O aptXJvNiSDTiA== Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 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, 18 Oct 2017 10:05:40 -0000 Running: # uname -a                                                                                                                                                          FreeBSD qbic 11.1-RELEASE-p1 FreeBSD 11.1-RELEASE-p1 #0: Wed Aug  9 11:17:49 UTC 2017     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386 after some minutes running top, I can read: last pid:   853;  load averages:  0.01,  0.09,  0.07                       up 0+00:08:18  14:38:05 27 processes:  1 running, 26 sleeping CPU:  0.0% user,  0.0% nice,  2.2% system,  0.8% interrupt, 97.0% idle Mem: 24M Active, 3980K Inact, 79M Wired, 3137M Free ARC: 36M Total, 17M MFU, 18M MRU, 149K Anon, 870K Header, 800K Other         21쿿20mpressed, 352M Uncompressed, 16.94:1 Ratio Swap: Seconds to delay:  PID USERNAME    THR PRI NICE   SIZE    RES STATE   C   TIME    WCPU COMMAND  839 root          1  20    0  7328K  2160K CPU0    0   0:00   0.04% top where the second ARC line is corrupted. Pressing Ctrl-L corrects the ARC lines.