From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 19 14:42:30 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 584B716A4CE for ; Mon, 19 Jan 2004 14:42:30 -0800 (PST) Received: from everest.sethbc.org (r107647.resnet.cornell.edu [128.253.186.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7098143D1D for ; Mon, 19 Jan 2004 14:42:29 -0800 (PST) (envelope-from sethbc@sethbc.org) Received: from sethbc.org (localhost [127.0.0.1]) by everest.sethbc.org (Postfix) with SMTP id BA9DD3F418 for ; Mon, 19 Jan 2004 17:42:29 -0500 (EST) Received: from 128.253.186.248 (SquirrelMail authenticated user sethbc) by sethbc.org with HTTP; Mon, 19 Jan 2004 17:42:29 -0500 (EST) Message-ID: <49414.128.253.186.248.1074552149.squirrel@sethbc.org> Date: Mon, 19 Jan 2004 17:42:29 -0500 (EST) From: sethbc@sethbc.org To: freebsd-amd64@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: gdb and/or gaim on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2004 22:42:30 -0000 one last thing before i call it a day :-P I've been trying to debug gaim, it builds, but its unable to create the proper socket. The reason behind this is that a linked list isn't being populated with the right information, so the sa_family portion of the sockaddr is 0x00'd out instead of AF_INET Anyway, its really hard to debug this stuff without a debugger though, i was wondering what the status was of a gdb-6.0 based debugger. I think i saw that Peter had a binary going, but it was never released. If anyone would chime in on either of these subjects (fixing gaim, or gdb) feel free to do so. Thanks again, seth