From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4122 invoked by alias); 13 Jun 2002 00:31:17 -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 4102 invoked from network); 13 Jun 2002 00:31:15 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 13 Jun 2002 00:31:15 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id E422C5EA11; Wed, 12 Jun 2002 19:31:05 -0500 (EST) To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: test GDB's ability to kill threaded programs that die messily References: <20020612201556.978BE5EA11@zwingli.cygnus.com> <3D07CB54.8E7BA834@redhat.com> From: Jim Blandy Date: Wed, 12 Jun 2002 17:31:00 -0000 In-Reply-To: <3D07CB54.8E7BA834@redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-06/txt/msg00204.txt.bz2 Michael Snyder writes: > Jim Blandy wrote: > > > > This tests the bug reported in gdb/568. > > > > 2002-06-12 Jim Blandy > > > > * gdb.threads/killed.exp, gdb.threads/killed.c: New test. > > Why run it only on linux? It might pass perfectly well on other > systems -- and if not, it's a bug there too, which we might want > to know. Definitely. I thought the link process (-lpthread) was linux-only. Can we write portable code in the test suite that builds multi-threaded programs?