Re: svn commit: r212630 - in head/lib/libthr: . thread

2010-09-15 Thread David Xu
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

Re: svn commit: r212630 - in head/lib/libthr: . thread

2010-09-15 Thread M. Warner Losh
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 : > :

Re: svn commit: r212630 - in head/lib/libthr: . thread

2010-09-15 Thread Alexander Kabaev
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

Re: svn commit: r212630 - in head/lib/libthr: . thread

2010-09-15 Thread Kostik Belousov
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:

Re: svn commit: r212630 - in head/lib/libthr: . thread

2010-09-14 Thread David Xu
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

Re: svn commit: r212630 - in head/lib/libthr: . thread

2010-09-14 Thread Alexander Kabaev
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

Re: svn commit: r212630 - in head/lib/libthr: . thread

2010-09-14 Thread David Xu
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

svn commit: r212630 - in head/lib/libthr: . thread

2010-09-14 Thread David Xu
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