M. Warner Losh wrote:
In message: <20100914231728.33ca7...@kan.dnsalias.net>
Alexander Kabaev writes:
: On Wed, 15 Sep 2010 02:56:33 + (UTC)
: David Xu wrote:
:
: > Author: davidxu
: > Date: Wed Sep 15 02:56:32 2010
: > New Revision: 212630
: > URL: http://svn.freebsd.org/chan
In message: <20100914231728.33ca7...@kan.dnsalias.net>
Alexander Kabaev writes:
: On Wed, 15 Sep 2010 02:56:33 + (UTC)
: David Xu wrote:
:
: > Author: davidxu
: > Date: Wed Sep 15 02:56:32 2010
: > New Revision: 212630
: > URL: http://svn.freebsd.org/changeset/base/212630
: >
:
On Wed, 15 Sep 2010 11:19:52 +
David Xu wrote:
> >
> > Reaching into bowels of GCC like that is never good.
> Any solution ? ;-)
>
I agree with Konstantin, we should either import appropriately licensed
header from libunwind or, better yet, just provide our own.
--
Alexander Kabaev
sign
On Wed, Sep 15, 2010 at 11:19:52AM +, David Xu wrote:
> Alexander Kabaev wrote:
> >On Wed, 15 Sep 2010 02:56:33 + (UTC)
> >David Xu wrote:
> >
> >>Author: davidxu
> >>Date: Wed Sep 15 02:56:32 2010
> >>New Revision: 212630
> >>URL: http://svn.freebsd.org/changeset/base/212630
> >>
> >>Log:
Alexander Kabaev wrote:
On Wed, 15 Sep 2010 02:56:33 + (UTC)
David Xu wrote:
Author: davidxu
Date: Wed Sep 15 02:56:32 2010
New Revision: 212630
URL: http://svn.freebsd.org/changeset/base/212630
Log:
add code to support stack unwinding when thread exits. note that
only defer-mode cancel
On Wed, 15 Sep 2010 02:56:33 + (UTC)
David Xu wrote:
> Author: davidxu
> Date: Wed Sep 15 02:56:32 2010
> New Revision: 212630
> URL: http://svn.freebsd.org/changeset/base/212630
>
> Log:
> add code to support stack unwinding when thread exits. note that
> only defer-mode cancellation work
David Xu wrote:
Author: davidxu
Date: Wed Sep 15 02:56:32 2010
New Revision: 212630
URL: http://svn.freebsd.org/changeset/base/212630
Log:
add code to support stack unwinding when thread exits. note that only
defer-mode cancellation works, asynchrnous mode does not work because
it lacks of
Author: davidxu
Date: Wed Sep 15 02:56:32 2010
New Revision: 212630
URL: http://svn.freebsd.org/changeset/base/212630
Log:
add code to support stack unwinding when thread exits. note that only
defer-mode cancellation works, asynchrnous mode does not work because
it lacks of libuwind's suppor