From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14331 invoked by alias); 18 Sep 2007 08:32:17 -0000 Received: (qmail 14323 invoked by uid 22791); 18 Sep 2007 08:32:16 -0000 X-Spam-Check-By: sourceware.org Received: from smtp30.poczta.onet.pl (HELO smtp30.poczta.onet.pl) (213.180.130.142) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 18 Sep 2007 08:32:11 +0000 Received: from static-62-233-152-148.devs.futuro.pl ([62.233.152.148]:21261 "EHLO [10.0.0.62]") by ps30.test.onet.pl with ESMTP id (ORCPT ); Tue, 18 Sep 2007 10:32:01 +0200 Message-ID: <46EF8D01.6040606@op.pl> Date: Tue, 18 Sep 2007 09:34:00 -0000 From: Bogdan Slusarczyk User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: attaching gdb causes pthread_create hang [gdb6.3, long subject] References: <46E117EE.4030600@op.pl> <20070907114854.GB18775@caradoc.them.org> <46E157BC.10203@op.pl> <20070907140300.GA26065@caradoc.them.org> In-Reply-To: <20070907140300.GA26065@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00140.txt.bz2 Daniel Jacobowitz wrote: >>> I don't know what this might be. My first guess would be that the >>> system you're building on didn't have tkill available. >> How check it in the simplest way? > > Compare the output of configure in the gdb subdirectory on your > different builds. > You were right. System which I used didn't have tkill. Can you tell me if tkill availability is strongly connected with glibc version? I noticed that mentioned system has glibc2.2.5, but others that I have have tkill and glibc 2.3.x. Is that the reason or maybe there is more to it? Regards Bogdan