From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106694 invoked by alias); 27 Oct 2016 04:58:27 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 106626 invoked by uid 89); 27 Oct 2016 04:58:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-lf0-f47.google.com Received: from mail-lf0-f47.google.com (HELO mail-lf0-f47.google.com) (209.85.215.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Oct 2016 04:58:23 +0000 Received: by mail-lf0-f47.google.com with SMTP id f134so16429006lfg.2 for ; Wed, 26 Oct 2016 21:58:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=KHtS7t7d2lA5sMZFG6vi7ZBZQQCQZizgeWK+lisjuwo=; b=IVWsIzyGHY0JP75eCsV92RhXgeidTNGy86Fz4zuMvs29HLkwVcqckxjhVqs7Es0QJ7 WLvjm/nlR1vxPmVgbBav/wo5Q/aB1VCqmuM0eqB/zJyB6+5cJxcWpUWQMWz9PJhCM6WZ +bauCgjOBQB5ZH+/4snM8SGKa2uKRtHDnqbjbqk3+5zkBaI9w1MncV38c6GOeJXQLFzh AFCIthXHSO332AMnRj0MkmHhaBh1Zdiv2HSU7Ins4bCy1mUWfkJ+bQ3zbdS2mn1T0Uik VONffdckNHuvdOJ+A9TtjfMmsQcf1S9W4Z02T9nPIHmVfDaAszcoyFrqVUUjMcDESgh1 /ymw== X-Gm-Message-State: ABUngvdwRLbXqEOfY/0TbFjzA3L1CddT5lqJ6OU449MzwKhvXvUSYihOphoIlbxRsnIK1wlSgeslAtGZ+H6J1g== X-Received: by 10.25.203.141 with SMTP id b135mr4470578lfg.169.1477544300303; Wed, 26 Oct 2016 21:58:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.43.193 with HTTP; Wed, 26 Oct 2016 21:58:19 -0700 (PDT) From: David Karr Date: Thu, 27 Oct 2016 07:32:00 -0000 Message-ID: Subject: procps doesn't show some processes that ProcessExplorer can see To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-10/txt/msg00275.txt.bz2 In an Emacs shell buffer, I'm running Maven, which runs some PaxExam integration tests, which run instances of karaf, which is a Java process. When this is running, I can see the java processes in SysInternal's ProcessExplorer. If I open a mintty, whether run as an admin or not, and run "procps -wwFAH" it doesn't show those java processes. I can see the java process running Maven, but not the subprocesses. Why might that be? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple