From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27561 invoked by alias); 12 Feb 2003 18:46:51 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27337 invoked from network); 12 Feb 2003 18:46:49 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by 172.16.49.205 with SMTP; 12 Feb 2003 18:46:49 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h1CIkVM10320; Wed, 12 Feb 2003 10:46:31 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Daniel Jacobowitz Cc: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [commit/obish] Fix cntrl-z References: <3E4A69FC.8070605@redhat.com> <20030212184232.GA30842@nevyn.them.org> From: David Carlton Date: Wed, 12 Feb 2003 18:46:00 -0000 In-Reply-To: <20030212184232.GA30842@nevyn.them.org> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-02/txt/msg00290.txt.bz2 On Wed, 12 Feb 2003 13:42:32 -0500, Daniel Jacobowitz said: > Woah! Deterministic behavior on the annotate-quit test? Yeah. It had actually always been deterministic for me: I never saw it pass. Then it started always passing after the interpreter merge. But when I saw the aforementioned patch go by, I thought that might undo the good work, and sure enough, it did. Michael Chastain has also made similar observations (though he hasn't yet had time to verify my observation from today). So: > It's probably something in the CLI command loop then... We do seem to have enough data to make this sound plausible. Though I'm not familiar enough with the code in question to say anything more. David Carlton carlton@math.stanford.edu