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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=wrdP95P YatyOyGmVkxxaNVRwhDjCdSfbvDOx68OrGxd9M23iqINv8VliL9ES0y9Xgf9wnbo eyHioieQTptxFZFLZz30rVZSDsv1W2eJmkr/38FAoo6OCtr6YNyK+V8uiA4lCEIV Xa84bZcCFf+DUlCxtfpmF6wfiIVLw2Geh/10= 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=J8fqMVboSLpFU fNWLpAJTOgzGak=; b=AZ1YVlPpOumSpF+8aMjXdG5YW+Plm+bysm3VeTq3L2dOt wu49YE5RhJFEMdr1YLcV+lkhycZOx+XeQEsG61+tlIaoga/RD1r8UvdjkKZI5htA fbmDIK6QjcK/Urz/ObUQVkeZtdsTV/k/mzw+2vNiqm4o8+CdDXgCKnJ1ZewYK8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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-Virus-Found: No X-Spam-SWARE-Status: No, score=2.8 required=5.0 tests=AWL,BAYES_00,CYGWIN_OWNER_BODY,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=U*corinna-cygwin, corinna-cygwin AT cygwin DOT com, corinnacygwincygwincom, sk:corinna X-HELO: mail-qk0-f181.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=9BFlMnrxfQyCsQtDzXOqPm4Sc9vL9v3MjqN/nyxM3KI=; b=Dz/UMCo7CZ9qNT3MKDGp4KkqZHp7DdeLj++n0rtNEW05eyaKnr9OkZQ6t5dpgNDlCP 9L3OiGo3q1TTeyFpUw+WTeH7BZZOi9nWORWzaD/NxAR3YOuFrM76C4bxTYhHIomHDAqg bPQeaOfjN+UmYajunIvcoid3jPatKM/V4v0TBFc8/uvTUIjgt91mmCsAsqy8QLMyseA6 1uoKHzOxP1ja8IGga3aAZdSLiCLBNrPpuTM44Qq0VjUg6fugHkzy0YrnDq4lAMBIs9WI KZSIVIGF67vnQ+CYnPvK8S/Ou3WxzJ3QYfOWlOOHos4X+dk4EBANkYSrTfPyFks69rhH uzTg== X-Gm-Message-State: AA6/9RmDvJi4GZVMGAi4wBr242Ubr0S+org6oIpAf1sqknndsPogWmGtIq5DQ9jzYh2Qar50qE1z31yf19Rcyg== X-Received: by 10.55.148.3 with SMTP id w3mr6904817qkd.248.1476896596673; Wed, 19 Oct 2016 10:03:16 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20161019165419.GI4801@calimero.vinschen.de> References: <207e93bf-8f7e-57a3-1abc-cc645c79020c AT cornell DOT edu> <20161019165419 DOT GI4801 AT calimero DOT vinschen DOT de> From: "William M. (Mike) Miller" Date: Wed, 19 Oct 2016 13:03:16 -0400 Message-ID: Subject: Re: gdb 7.11.1-2 started within emacs fails To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Wed, Oct 19, 2016 at 12:54 PM, Corinna Vinschen wrote: > On Oct 19 12:46, Rockefeller, Harry wrote: >> >-----Original Message----- >> >From: cygwin-owner AT cygwin DOT com [mailto:cygwin->owner AT cygwin DOT com] On Behalf Of William M. (Mike) Miller >> >Sent: Wednesday, October 19, 2016 10:30 AM >> >To: cygwin AT cygwin DOT com >> >Subject: Re: gdb 7.11.1-2 started within emacs fails >> [snip] >> >>>I can confirm that this happens also with gdb-7.11.1-1 but not >> >>>gdb-7.10.1-1. (I tested on x86_64, since gdb-7.10.1-1 is broken on x86.) >> >>>It also fails with M-x gdb instead of M-x gud-gdb, but with a different error message: >> >>>Failed to resume program execution (ContinueDebugEvent failed, error >> >>>87) Ken >> >> >> >> I tried using 'ddd' instead of emacs and gdb aborts with the same readline ... message above. >> >> >Any progress on the above issue? I recently updated my gdb and am running into the same problem. >> >William M. (Mike) Miller | Edison Design Group william DOT m DOT miller AT gmail DOT com >> >> No progress I am aware of. I switched over to 64-bit Cygwin which uses gdb-7.10.1-1 to avoid this problem. >> This "request" may be related to the problem: I would like to see the autogenerated gdb line: >> "---Type to continue, or q to quit---" to go away. >> gdb pauses posting this line unnecessarily. > > https://sourceware.org/gdb/wiki/FAQ#How_do_I_disable_the_.22Type_.3Creturn.3E_to_continue.2C_or_q_.3Creturn.3E_to_quit.22_pagination_prompt_in_GDB.3F Thanks for the reference. I don't know why the OP thought that might have been related to the gdb crash, but it didn't do anything to help with that when I tried it. -- William M. (Mike) Miller | Edison Design Group william DOT m DOT miller AT gmail DOT com -- 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