From owner-freebsd-current@FreeBSD.ORG Fri Feb 6 10:55:42 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B50616A4CE for ; Fri, 6 Feb 2004 10:55:42 -0800 (PST) Received: from ms-smtp-01-eri0.socal.rr.com (ms-smtp-01-qfe0.socal.rr.com [66.75.162.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0319F43D6E for ; Fri, 6 Feb 2004 10:55:26 -0800 (PST) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (cpe-66-27-22-248.socal.rr.com [66.27.22.248] (may be forged))i16ItAOl016551 for ; Fri, 6 Feb 2004 10:55:13 -0800 (PST) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id BC9D4FD05D for ; Fri, 6 Feb 2004 10:55:09 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 59802-08 for ; Fri, 6 Feb 2004 10:55:09 -0800 (PST) Received: from [66.27.22.248] (mcneil.com [66.27.22.248]) by mail.mcneil.com (Postfix) with ESMTP id 686B2FD05B for ; Fri, 6 Feb 2004 10:55:09 -0800 (PST) From: Sean McNeil To: freebsd-current@freebsd.org Content-Type: text/plain Message-Id: <1076093709.36910.3.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 06 Feb 2004 10:55:09 -0800 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: by amavisd-new at mcneil.com Subject: gdb understanding kse? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 18:55:42 -0000 I was looking at the same python issue everyone else had and I noticed that people were able to determine it was in sem_destroy. I tried to attach gdb to the process, but threads recognized for me. Is this working? I read at one time it was going to go in eventually. How does one trace threads if kse isn't supported in gdb? TIA, Sean