From owner-freebsd-current@freebsd.org Tue Jul 24 17:44:17 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E55E1051CF9 for ; Tue, 24 Jul 2018 17:44:17 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x236.google.com (mail-it0-x236.google.com [IPv6:2607:f8b0:4001:c0b::236]) (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 CC41278F12 for ; Tue, 24 Jul 2018 17:44:16 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x236.google.com with SMTP id w16-v6so4952744ita.0 for ; Tue, 24 Jul 2018 10:44:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=y7Gr0D4/LR4G4YTj60COLWstadlTZKtOKosI4d7dA1M=; b=XJkRi5RbkXA7Qvi9WxmsDq1v+AdwV+SPqPH/hjHMWCzhV5E8Cy7hFSM+fjNVnn4gy3 WR/sso5FkD3X5cPc0INud/pEFWxWaY73ZlbATWPddXImyu/VQUwX2sAdhjwwxpPUuWAX BotaHxIxpAAwJ8X0fCy+T8gTVRCuArEq9nu5twupQtgzxvnRuJxTM8l1tFQws+pTwGI+ s/+uYUQ4Hqh7EjRPefo6hptSpNz1UPEzUrXzZnJCBi+NjBWnyCo05pL4mOLga1PbyZdj JPzGubh57pow/FN+/yJGP1D7F2bmvhMWF9KoGUh1qUy0uWqsgbwSiyl82j+U5+cAlWPp FnlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=y7Gr0D4/LR4G4YTj60COLWstadlTZKtOKosI4d7dA1M=; b=XInPNcRnhfu4de07W18F+ZwIxBaGuMHidhKryniVZMbKZOMZr/xFGASCPH8xv+52QY mdKxK+mtw9FZE1F55qTUdypWyGp1sYho3Tm1c0crZpCE6Prl2ZpFOwkPLNW84yvZJDDi T+M+wwZL454ove/6ETC1XX2EiX2URcRVnYPA57pve2lEYol9IGoT/SHs5hz/HMyeu17T Oe7r0IjaYyutbLavfxVcz6mSIPqFRudLfUkF6b0HZ/Z9dbwGKzoOtG+v97NXOJsKF1b+ Cl4CO7nXFy35LcduuXFbbNGbSMMPb5Wl0Mo3rjcvLa0ptZTyA9rUfre/jrcj86JMtDEb gzZA== X-Gm-Message-State: AOUpUlHevAidK+i0+zPYemMUMQfHLmLxSbqQCF4zBmOncLYOmY4Fb0EU Up1zcvaSeVloiFaC8vumtnKvPGwAnlDXJ+/JGWdhgA== X-Google-Smtp-Source: AAOMgpd8JdVkvB6ucy4MnJ6Mf9CT0JenPciyITk4LTBkqokRH0BCn0omUIZ4BSeOKMhcZX+5vYvXFhr+pvQoGpMvabE= X-Received: by 2002:a02:9a10:: with SMTP id b16-v6mr16644080jal.4.1532454255717; Tue, 24 Jul 2018 10:44:15 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 2002:a6b:290d:0:0:0:0:0 with HTTP; Tue, 24 Jul 2018 10:43:55 -0700 (PDT) From: Ed Maste Date: Tue, 24 Jul 2018 13:43:55 -0400 X-Google-Sender-Auth: K95KpsMYiU2plYzvbF7PbhA7kmo Message-ID: Subject: i386 top reporting nan% or inf% WCPU To: FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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, 24 Jul 2018 17:44:17 -0000 I recently merged my work in progress tree up to r336665 and built a i386 VM image. Running the image in QEMU (qemu-system-x86_64) and executing 'top' I see the WCPU column reported as either nan% or inf% for all processes. Prior to today I hadn't built or tested i386 in a while, so I am not sure off hand if this is a recent issue. amd64 is fine. Is anyone else seeing this?