From owner-freebsd-threads@FreeBSD.ORG Wed Oct 12 05:20:29 2005 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE33716A41F for ; Wed, 12 Oct 2005 05:20:29 +0000 (GMT) (envelope-from ashokumar.a@radixs.com) Received: from mailbox.radixs.com (mailbox.radixs.com [203.81.41.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD42D43D45 for ; Wed, 12 Oct 2005 05:20:28 +0000 (GMT) (envelope-from ashokumar.a@radixs.com) Received: (qmail 31525 invoked by uid 507); 12 Oct 2005 05:22:25 -0000 Received: from unknown (HELO server11.private.radixs) (203.118.32.95) by 0 with SMTP; 12 Oct 2005 05:22:25 -0000 From: Ashokumar To: freebsd-threads@freebsd.org Content-Type: text/plain Date: Wed, 12 Oct 2005 13:20:25 +0800 Message-Id: <1129094425.7373.6.camel@server11> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-6) Content-Transfer-Encoding: 7bit Subject: gdb not working X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 05:20:29 -0000 gdb fails while trying to debug a simple multi threaded program with two threads. I am using FreeBSD5.4/SMP and gdb6.1.1. I am wondering there is any compatibility issues with FreeBSD5.4 and gdb6.1.1. Any other debuggers available for debugging multithreaded programs in FreeBSD? -Ashok