From owner-freebsd-current Fri May 7 13:19:40 1999 Delivered-To: freebsd-current@freebsd.org Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 3B9E3153DC for ; Fri, 7 May 1999 13:19:35 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.2/8.9.1) id QAA90892 for current@freebsd.org; Fri, 7 May 1999 16:19:35 -0400 (EDT) (envelope-from mi) Message-Id: <199905072019.QAA90892@misha.cisco.com> Subject: Re: Debugging FreeBSD user threads with gdb In-Reply-To: <199905072010.NAA46817@apollo.backplane.com> from Matthew Dillon at "May 7, 1999 01:10:47 pm" To: current@freebsd.org Date: Fri, 7 May 1999 16:19:35 -0400 (EDT) Reply-To: mi@aldan.algebra.com From: Mikhail Teterin X-Mailer: ELM [version 2.4ME+ PL52 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Dillon once wrote: > Hmmm. tid is only an int and some programs which create and destroy > threads a lot are almost certainly going to overflow it. 4 billion > is not hard to reach. This can result in duplicate tid's. Unsigned will double that. Not enough either? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message