From owner-freebsd-current Wed Nov 11 09:54:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13531 for freebsd-current-outgoing; Wed, 11 Nov 1998 09:54:44 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ns.tar.com (ns.tar.com [204.95.187.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13522 for ; Wed, 11 Nov 1998 09:54:41 -0800 (PST) (envelope-from lists@tar.com) Received: from ppro.tar.com (ppro.tar.com [204.95.187.9]) by ns.tar.com (8.9.1/8.8.7) with SMTP id LAA21780 for ; Wed, 11 Nov 1998 11:54:19 -0600 (CST) Message-Id: <199811111754.LAA21780@ns.tar.com> From: "Richard Seaman, Jr." To: "current@freebsd.org" Date: Wed, 11 Nov 98 11:54:19 -0600 Reply-To: "Richard Seaman, Jr." X-Mailer: PMMail 1.92 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: RFSIGSHARE ready? Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ==================BEGIN FORWARDED MESSAGE================== >From: "Richard Seaman, Jr." >To: "Brian Feldman" >Cc: "current@freebsd." >Date: Wed, 11 Nov 98 11:51:43 -0600 >Reply-To: "Richard Seaman, Jr." >Subject: Re: RFSIGSHARE ready? > On Wed, 11 Nov 1998 12:23:46 -0500 (EST), Brian Feldman wrote: >In some programs, the program >getsto spinning in pthread_handle_create and CANNOT be killed, for some >reason or another. In other cases, tsleep (invoked from sigsuspend) is >sleeping forever, of course wakeup works but it's still in a while() loop >so it just continues. In this manner, both situations are unkillable, no >matter WHAT signal is sent (I sent all of them to test by the way) I found a similar problem when I first invoked a threaded program using linux threads. The problem went away when I moved THREAD_STACK_START_ADDRESS down to 0xe0000000. ===================END FORWARDED MESSAGE=================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message