Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Nov 2000 21:08:56 -0800 (PST)
From:      <deischen@FreeBSD.org>
To:        rcarter@pinyon.org, deischen@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: misc/15228: C++ exceptions+threads SIGABRTs.
Message-ID:  <200011180508.VAA96219@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011180508.VAA96219>