From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22012 invoked by alias); 13 Jun 2002 01:13:49 -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 21969 invoked from network); 13 Jun 2002 01:13:48 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 13 Jun 2002 01:13:48 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id SAA15075; Wed, 12 Jun 2002 18:13:44 -0700 (PDT) Message-ID: <3D07EE1A.FF4B4B83@redhat.com> Date: Wed, 12 Jun 2002 18:13:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Jim Blandy , 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> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00205.txt.bz2 Jim Blandy wrote: > > 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? We already have -- see pthread.exp