From owner-cvs-all Mon Apr 22 11:57:46 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 095CD37B47D; Mon, 22 Apr 2002 11:53:01 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3MGo2l78749; Mon, 22 Apr 2002 09:50:02 -0700 (PDT) (envelope-from tegge) Message-Id: <200204221650.g3MGo2l78749@freefall.freebsd.org> From: Tor Egge Date: Mon, 22 Apr 2002 09:50:02 -0700 (PDT) To: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: cvs commit: ports/devel/linuxthreads Makefile ports/devel/linuxthreads/files patch-aa X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2002/04/22 09:50:02 PDT Modified files: devel/linuxthreads Makefile devel/linuxthreads/files patch-aa Log: Fix hang caused by a thread calling exit(): - Block cancel signal while creating new thread to avoid losing the signal. - Terminate the process with _exit(1) if it's unsafe to continue calling atexit functions and destructors. Revision Changes Path 1.26 +1 -1 ports/devel/linuxthreads/Makefile 1.16 +74 -20 ports/devel/linuxthreads/files/patch-aa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message