delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/03/05/05:41:12

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-type:content-transfer-encoding;
q=dns; s=default; b=aTiaeTbDR1nfEJgOY/4kVsWvbSu7Z3IVt3FP9qro/dg
XIu3sKdEO2KxXqtSm2mjgY7NdgKLxvlo2DrL/pOa0uHk7TVN3Zdum+ifi878SY1V
YSdRBqcBhTJjCORyCQL9L/kRod0lJ7fmVsKlumigCBjRxE5/TFw4a4mdJhZ9cUHo
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:to:subject:message-id:in-reply-to
:references:mime-version:content-type:content-transfer-encoding;
s=default; bh=Q4f+lFS+bvxqn0NRK4GPYtRF29w=; b=pHupCHxkC2s/i5z32
yVT/tQYnlM8vrL6TfQTB2dqTv3zNObCIEHox79ihwHeGHADU3bijKZZTh7DN5atW
BN2w68OQv8ocqSRg50PW4ubf7ghjMO3nsM3+bbAs1jQCnuru7gHO4VZ1i9eUX5bM
j92gbLd4rucSQlOs1yp3eTcUZM=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-6.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*F:D*ne.jp
X-HELO: conssluserg-03.nifty.com
DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com 025AeBJr002527
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1583404812; bh=D3Tnjtznt2pJqbLJZw4BaCq9t6eHjd2SunG+EFa1/KE=; h=Date:From:To:Subject:In-Reply-To:References:From; b=cCvfRuDJn6Y6QsYxLAfRUtV86QOQZj9dY1/9TZjQaa1BGHJaIhZokMCdggtugC8uq t1T5K3s5eipMPjvKIorLySm3BTySd4L1vdQFu1TISmwr7gCB4oK59NDxRExTli8rkj HiVbakVzQCarBHmIZA9o9cjD5L0CwG1J2mP4L96yPN6+CgGKPlA0ubMgG98CbzFFE3 2r31wGwahuKfkTIRFERiiu2IDH9rIr7tHZvUhn9DoEA7CMUoWK124ZXf4XMdR8jK+u 5HAQ4yPtf6FYg0aK005WH3M+dH9yP7kyOxvsmQ/sz7rCoKjgx3H+8zRsUOQW87MrOe DHAk5j6FRSAqA==
Date: Thu, 5 Mar 2020 19:40:18 +0900
From: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
To: cygwin AT cygwin DOT com
Subject: Re: Emacs gud not working on new installation
Message-Id: <20200305194018.b286ababefc9dae8f22d3c98@nifty.ne.jp>
In-Reply-To: <CAH5rLZV0Q+OkS7jzDe9pCA8Av59AKmH41zpj1TMoXMwhQ+EVcw@mail.gmail.com>
References: <CAH5rLZVFq1PVHvvMx4SH+-KWaUCtoBi9j80z6PBKKTpSpFzRAA AT mail DOT gmail DOT com> <e5f225b0-3842-d730-20ce-1178260a641b AT cornell DOT edu> <CAH5rLZV0Q+OkS7jzDe9pCA8Av59AKmH41zpj1TMoXMwhQ+EVcw AT mail DOT gmail DOT com>
Mime-Version: 1.0
X-IsSubscribed: yes

On Wed, 4 Mar 2020 10:39:11 -0500
"William M. (Mike) Miller" wrote:
> On Wed, Mar 4, 2020 at 9:58 AM Ken Brown wrote:
> 
> > On 3/4/2020 9:44 AM, William M. (Mike) Miller wrote:
> > > I installed Cygwin on a new computer last weekend. On my previous
> > computer,
> > > I used gud with gdb in emacs (M-x gdb) for debugging. However, on the new
> > > computer it is not working. I suspect that gdb is producing output that
> > is
> > > not formatted correctly for gud to parse.
> 
>   [...snip...]
> 
> >
> > I don't know whether this is an emacs problem or a Cygwin problem.  Here
> > are two things you can try:
> >
> > 1. Roll back the cygwin package to 3.0.7 to see if that fixes the
> > problem.  If so, the problem is likely related to the pty changes in
> > cygwin-3.1.x.
> >
> 
> This worked. Thanks for the tip!

I guess starting emacs with:
CYGWIN=disable_pcon emacs
helps in cygwin 3.1.4.

-- 
Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>

--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019