Re: svn commit: r213241 - in head: include lib/libthr/thread

2010-09-28 Thread John Baldwin
On Tuesday, September 28, 2010 12:57:56 am David Xu wrote: Author: davidxu Date: Tue Sep 28 04:57:56 2010 New Revision: 213241 URL: http://svn.freebsd.org/changeset/base/213241 Log: In current code, statically initialized and destroyed object have same null value, the code can not

Re: svn commit: r213241 - in head: include lib/libthr/thread

2010-09-28 Thread Jung-uk Kim
On Tuesday 28 September 2010 12:20 pm, Jung-uk Kim wrote: On Tuesday 28 September 2010 12:02 pm, Jung-uk Kim wrote: On Tuesday 28 September 2010 09:31 am, John Baldwin wrote: On Tuesday, September 28, 2010 12:57:56 am David Xu wrote: Author: davidxu Date: Tue Sep 28 04:57:56 2010

Re: svn commit: r213241 - in head: include lib/libthr/thread

2010-09-28 Thread David Xu
Jung-uk Kim wrote: On Tuesday 28 September 2010 12:20 pm, Jung-uk Kim wrote: On Tuesday 28 September 2010 12:02 pm, Jung-uk Kim wrote: On Tuesday 28 September 2010 09:31 am, John Baldwin wrote: On Tuesday, September 28, 2010 12:57:56 am David Xu wrote: Author: davidxu Date: Tue Sep 28

Re: svn commit: r213241 - in head: include lib/libthr/thread

2010-09-28 Thread Daniel Eischen
On Wed, 29 Sep 2010, David Xu wrote: Jung-uk Kim wrote: On Tuesday 28 September 2010 12:20 pm, Jung-uk Kim wrote: [ snip ] Unfortunately, it seems to have a regression: %cat test.c #include pthread.h #include stdio.h static pthread_cond_t static_cond = PTHREAD_COND_INITIALIZER; static

svn commit: r213241 - in head: include lib/libthr/thread

2010-09-27 Thread David Xu
Author: davidxu Date: Tue Sep 28 04:57:56 2010 New Revision: 213241 URL: http://svn.freebsd.org/changeset/base/213241 Log: In current code, statically initialized and destroyed object have same null value, the code can not distinguish between them, to fix the problem, now a destroyed object