From owner-freebsd-bugs Fri Nov 17 21: 8:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62C9037B479; Fri, 17 Nov 2000 21:08:56 -0800 (PST) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96219; Fri, 17 Nov 2000 21:08:56 -0800 (PST) (envelope-from deischen@FreeBSD.org) Date: Fri, 17 Nov 2000 21:08:56 -0800 (PST) From: Message-Id: <200011180508.VAA96219@freefall.freebsd.org> To: rcarter@pinyon.org, deischen@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/15228: C++ exceptions+threads SIGABRTs. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: C++ exceptions+threads SIGABRTs. State-Changed-From-To: open->analyzed State-Changed-By: deischen State-Changed-When: Fri Nov 17 21:02:37 PST 2000 State-Changed-Why: I don't think this is a valid problem. The test program creates a thread from the main program and expects the exception raised from the thread to be thrown back to the main program. A thread is a separate execution context totally disjoint from the creator (until the time that the creator or another thread join to it). I am going to close this PR in a week or two if I don't here back from the originator. http://www.freebsd.org/cgi/query-pr.cgi?pr=15228 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message