From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61381 invoked by alias); 3 Aug 2017 18:26:03 -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 61371 invoked by uid 89); 3 Aug 2017 18:26:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=hangs X-HELO: mail-it0-f48.google.com Received: from mail-it0-f48.google.com (HELO mail-it0-f48.google.com) (209.85.214.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 Aug 2017 18:26:01 +0000 Received: by mail-it0-f48.google.com with SMTP id h199so1529741ith.0 for ; Thu, 03 Aug 2017 11:26:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=BMH+XwmpeUbtvvqqrnoD3x8Gmkz3Jbfdo0DjeO/IERo=; b=tce0VlRi2U3KbVQo3FM0ms2bAzYxq4V9y4J00FUXI134YcgBcFItqii/YdgbM9yXxw uVow44+wiy8dl2AFZeuWolTKIYeS3XPsXRnN3R6/vaoeNGWVm32xf4uv3k3iN4w/dDRK NN+HtfqFi/YJz3kt7l4Nr3KRuMxkQ9hH4R/bEdnWh/SvTceNvuEg5EkCMm2rEtC8QIzO ZaDx7ycgwff/iWTSkVmMZMu+IBxxasx0m2+9N8vLT6qTR5/7+Wf5Zczdj1gQ2Sol5lcG AEb/sCukZ/PgnEmaJ478UrA9Vh8Lhysks199ZrBPwik79t9a+tgO6CA78XYyI7loNPgB aYFQ== X-Gm-Message-State: AIVw113K96YqaIv1UniPCEJjj+gQRIRr7xsZD2Hkaiv2W/vFwsS5saPZ /C8wRijkmac7Gi40sr/dhn4bJI2qswq2 X-Received: by 10.36.152.197 with SMTP id n188mr301368itd.58.1501784759708; Thu, 03 Aug 2017 11:25:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.80.1 with HTTP; Thu, 3 Aug 2017 11:25:59 -0700 (PDT) From: Michael McDermott Date: Thu, 03 Aug 2017 18:26:00 -0000 Message-ID: Subject: Gvim Subprocesses Hangs To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-08/txt/msg00046.txt.bz2 I have an issue running gvim (under X11) where subprocesses invoked with the bang command will hang. For example, I might run: ! git pull and the process will never complete. If I look at task manager, I will see a gvim.exe subprocess with around 30% CPU occupying the top of the CPU usage on the box. The issue seems to come and go, where it will sometimes happen and sometimes not. When it happens it happens to all commands. So running, say, ! ls (as useless as that might be) will hang just as readily as something complex. I have attempted to solve the problem with updates and rebases. Neither of these solve the problem. Oddly enough, console vim does not suffer from this issue and continues to work. Does anyone know why this might 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