From owner-freebsd-current@freebsd.org Wed Jul 18 09:34:52 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 5915010411A7 for ; Wed, 18 Jul 2018 09:34:52 +0000 (UTC) (envelope-from aliovx@gmail.com) Received: from mail-oi0-x232.google.com (mail-oi0-x232.google.com [IPv6:2607:f8b0:4003:c06::232]) (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 DA6ED719FD for ; Wed, 18 Jul 2018 09:34:51 +0000 (UTC) (envelope-from aliovx@gmail.com) Received: by mail-oi0-x232.google.com with SMTP id k81-v6so7547144oib.4 for ; Wed, 18 Jul 2018 02:34:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=buj0gFGodEvRw2fczCYz//d8+Q//txWg3iyKc7955zI=; b=piX3wOwJZHR9omfCynUKzAqU0ICi2Bgz/PSoDMotZ7aVt0mfigd72Z4pWKxkryZMF3 t9bflkJdIv7zNIPOHsZ8dAW+C9dCeiECAW9fP8bEzEeOvDONocwCLe3WNszGt/iruk8d kpMH+ov6bBbkeLdilOyuQx5zPXlZhw9akjAGwfp+YopkcrrM2jjCVGPPD+TbzFy3iHBt A9i9Xb4oOcITu4ROjyGkJp65aPnHQWsvJIaeafBEPUhW6WyO25UxAjNIUNFtM/0a/IbP CvMPW5GvCFbF6xym8nINnmK8N3M/NLfl87vGBxitVqMdl1TDgJawTXNqZP8Z0+pIWNNj OYrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=buj0gFGodEvRw2fczCYz//d8+Q//txWg3iyKc7955zI=; b=Le23yGN0wl51Gx0/vhBWTYUWI/QX7K96elehR5jc0ENiTacN3KAdq6kxt3sj/qUX7C uO0VZPL7Wr7jQmbLTDYWbta6PQv70eVWNYCo2PaKaD13y6N3AtUhKrG6Seodqd6jSgbQ pXCStZoniC6f6zRBgDr2wyd4RVizkljr+5ogU+LXANFI+ehYI2FiAq4WrMNZUFIIDiSp ed846VbhkT69RPS2l3LKHjGE1ipyp0IAkrFpLdqFvv4f8wwr4CccTqG471hkUyiHUQRB ZXzhchOLeOToWu/i39mz8Hwuf5nUfphoI90onAIkXcW8DSh/GfO5D3DCqoBfv++/p70c qZwQ== X-Gm-Message-State: AOUpUlFgz0ymkiCBjel+Tjd9lusotLVd7uZnRSBBQ22G4PouKESIzerA FIUO5CxI4LYt9oQTKoNvQ+KCFw62cXT3Q6tFmdRSPSf5 X-Google-Smtp-Source: AAOMgpe0xF6RxVWzzWlLjoCSSbX9rnorzXJuW1ihQ5JzXRt/T3kSS2ohCsil3SdpjkuT4F5po3Iq2n4v4apv/VunA0o= X-Received: by 2002:aca:adc6:: with SMTP id w189-v6mr5807841oie.174.1531906491157; Wed, 18 Jul 2018 02:34:51 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ali Abdallah Date: Wed, 18 Jul 2018 11:34:39 +0200 Message-ID: Subject: Re: top -n -o res shows empty output To: freebsd-current@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 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: Wed, 18 Jul 2018 09:34:52 -0000 I have submitted a bug report with a patch https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229842 Best, Ali On Tue, Jul 17, 2018 at 1:41 PM Ali Abdallah wrote: > Hello, > > From around the revision r334918, the command 'top -n -o res' shows empty > output. > > With best regards, > Ali >