From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13649 invoked by alias); 9 Oct 2002 15:02:15 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 13641 invoked from network); 9 Oct 2002 15:02:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Oct 2002 15:02:14 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g99EgTX08623 for ; Wed, 9 Oct 2002 10:42:29 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g99F2Df07430; Wed, 9 Oct 2002 11:02:13 -0400 Received: from valrhona.uglyboxes.com (IDENT:EAoPaZGMWhbfzpS7AzEZ39ddq/iMzaSs@vpn50-7.rdu.redhat.com [172.16.50.7]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g99F2Ca29426; Wed, 9 Oct 2002 11:02:12 -0400 Date: Wed, 09 Oct 2002 08:02:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: Masahide Tomita cc: insight@sources.redhat.com Subject: Re: Can threaded program be remotely debugged using Insight ? In-Reply-To: <007801c26fa0$7485a000$41dc280a@ABKNEECBCPCD65> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q4/txt/msg00020.txt.bz2 On Wed, 9 Oct 2002, Masahide Tomita wrote: > So, my real questions are: > > 1. Is this a problem of insight, or gdb? Can you run this with just GDB (gdb -nw)? It sounds like a gdb bug, but running "-nw" will tell us for sure. > 2. Is there any way to debug threded program by using gdb, or insight? I think that the real problem may be the warning you saw, but we'll get to that after we determine whether Insight is at fault. Keith