From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27376 invoked by alias); 16 Apr 2013 22:08:36 -0000 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 Received: (qmail 27364 invoked by uid 89); 16 Apr 2013 22:08:35 -0000 X-Spam-SWARE-Status: No, score=-6.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 16 Apr 2013 22:08:35 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3GM8QB8020452 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 16 Apr 2013 18:08:27 -0400 Received: from psique (ovpn-113-115.phx2.redhat.com [10.3.113.115]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r3GM8N8l009069 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 16 Apr 2013 18:08:25 -0400 From: Sergio Durigan Junior To: mancha1@hush.com Cc: gdb@sourceware.org Subject: Re: GDB unable to trace xchat on linux References: <20130416145501.6D4AFE6736@smtp.hushmail.com> X-URL: http://www.redhat.com Date: Tue, 16 Apr 2013 22:08:00 -0000 In-Reply-To: <20130416145501.6D4AFE6736@smtp.hushmail.com> (mancha1@hush.com's message of "Tue, 16 Apr 2013 10:55:01 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-04/txt/msg00044.txt.bz2 On Tuesday, April 16 2013, mancha1@hush.com wrote: > To reproduce: > > $ gdb /path/to/xchat > (gdb) r > > xchat starts but hangs at "Looking up ". What do you mean by "hangs"? Is it unresponsible? Can you still issue commands on it? Is it just waiting for the server to respond? > xchat's faq (http://xchat.org/gdb/) suggests GDB has trouble debugging > when a server hostname is used. As they suggest, I ran a local ircd and > used 127.0.0.1. The problem remains. The page doesn't suggest that. It only suggests that you use the server's IP address directly. Anyway, have you tried that? You could try freenode's IP address (84.240.3.129) and see if it works. -- Sergio