From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2324 invoked by alias); 14 Oct 2002 18:00:17 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 2296 invoked from network); 14 Oct 2002 18:00:16 -0000 Received: from unknown (HELO sccrmhc03.attbi.com) (204.127.202.63) by sources.redhat.com with SMTP; 14 Oct 2002 18:00:16 -0000 Received: from lucon.org ([12.234.88.146]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021014180015.TEZT24958.sccrmhc03.attbi.com@lucon.org>; Mon, 14 Oct 2002 18:00:15 +0000 Received: by lucon.org (Postfix, from userid 1000) id 7A3022C4EC; Mon, 14 Oct 2002 11:00:15 -0700 (PDT) Date: Mon, 14 Oct 2002 12:31:00 -0000 From: "H. J. Lu" To: Joern Rennecke Cc: Jim Ingham , Aldy Hernandez , Andreas Tobler , GCC Subject: Re: Subject: Kernel bugs that trip expect (Was: Re: 2 new regression on darwin6.1) Message-ID: <20021014110015.A30940@lucon.org> References: <09E11C02-DF9B-11D6-BBA1-00039379E320@apple.com> <3DAB04CD.9C674C41@superh.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3DAB04CD.9C674C41@superh.com>; from joern.rennecke@superh.com on Mon, Oct 14, 2002 at 06:54:21PM +0100 X-SW-Source: 2002-10/txt/msg00730.txt.bz2 On Mon, Oct 14, 2002 at 06:54:21PM +0100, Joern Rennecke wrote: > Jim Ingham wrote: > > > > If you have expect patches have you submitted them back to the expect > > maintainers? This is now hosted at SourceForge. > > > > This won't help gcc & gdb, because they use a weird hacked version of > > expect - the current expect won't run the testsuite correctly. But if > > you have found some Linux bug, you should submit a patch to the > > SourceForge patch tracker... > > I had already downloaded & installed the unaltered expect 5.38.0 . > This has stopped expect from hanging, but the semi-random loss of output > hasn't improved, if anything, it got worse. > And no, I haven't got patches, I'm fishing for clues where to start. > Try the latest patch from https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=43310 Let me know if it works for you. If it does, I will file a bug report for expect if it hasn't been fixed already. H.J.