Re: buildbot failure in ASF Buildbot on tserver-trunk-debug

2013-02-03 Thread Yunkai Zhang
On Mon, Feb 4, 2013 at 1:06 AM, Yunkai Zhang wrote: > > > > On Sun, Feb 3, 2013 at 8:36 PM, Igor Galić wrote: > >> On Sunday, February 03, 2013 10:45:23 AM build...@apache.org wrote: >> > The Buildbot has detected a new failure on builder tserver-trunk-debug >> while >> > building trafficserver.

removing TS_IS_MICRO_BUILD compilation option

2013-02-03 Thread James Peach
Hi all, In https://issues.apache.org/jira/browse/TS-1685 I propose removing the --enable-micro configure option. It doesn't build so I'm guessing that noi-one is using it. If you want to keep this build option, please comment in the ticket. J

Re: [3/5] git commit: TS-1006: Add an '--enable-reclaimable-freelist' option

2013-02-03 Thread Yunkai Zhang
On Mon, Feb 4, 2013 at 3:35 AM, James Peach wrote: > Do you have any thoughts about whether this could be a runtime option? > As the implementation is so different, the original freelist can't switch to reclaimable-freelist safely. > > J > > On 03/02/2013, at 2:38 AM, z...@apache.org wrote: >

Re: [2/5] git commit: TS-1006: Add a new wrapper: ink_atomic_decrement()

2013-02-03 Thread Yunkai Zhang
On Mon, Feb 4, 2013 at 4:07 AM, James Peach wrote: > On 03/02/2013, at 9:00 AM, Yunkai Zhang wrote: > > > On Sun, Feb 3, 2013 at 8:15 PM, Igor Galić > wrote: > > > >> On Sunday, February 03, 2013 10:38:37 AM z...@apache.org wrote: > >>> TS-1006: Add a new wrapper: ink_atomic_decrement() > >>> >

clang build error with -pthread on Mac OS X

2013-02-03 Thread James Peach
Hi all, If you are trying to build ATS on Mac OS X using clang, then you are likely to get the following error: clang: error: argument unused during compilation: '-pthread' After spending an thoroughly enjoyable afternoon grovelling around libtool internals, it turns out that this is c

Re: [2/5] git commit: TS-1006: Add a new wrapper: ink_atomic_decrement()

2013-02-03 Thread James Peach
On 03/02/2013, at 9:00 AM, Yunkai Zhang wrote: > On Sun, Feb 3, 2013 at 8:15 PM, Igor Galić wrote: > >> On Sunday, February 03, 2013 10:38:37 AM z...@apache.org wrote: >>> TS-1006: Add a new wrapper: ink_atomic_decrement() >>> >>> This is a wrapper of __sync_fetch_and_sub() in GNU env. >> >>

Re: buildbot failure in ASF Buildbot on tserver-fbsd-trunk

2013-02-03 Thread James Peach
On 03/02/2013, at 4:38 AM, Igor Galić wrote: > On Sunday, February 03, 2013 12:09:08 AM build...@apache.org wrote: >> The Buildbot has detected a new failure on builder tserver-fbsd-trunk while >> building trafficserver. Full details are available at: >> http://ci.apache.org/builders/tserver-fbsd

Re: [3/5] git commit: TS-1006: Add an '--enable-reclaimable-freelist' option

2013-02-03 Thread James Peach
Do you have any thoughts about whether this could be a runtime option? J On 03/02/2013, at 2:38 AM, z...@apache.org wrote: > TS-1006: Add an '--enable-reclaimable-freelist' option > > Signed-off-by: Yunkai Zhang > Signed-off-by: Zhao Yongming > > > Project: http://git-wip-us.apache.org/repo

Re: buildbot failure in ASF Buildbot on tserver-trunk-debug

2013-02-03 Thread Yunkai Zhang
On Sun, Feb 3, 2013 at 8:36 PM, Igor Galić wrote: > On Sunday, February 03, 2013 10:45:23 AM build...@apache.org wrote: > > The Buildbot has detected a new failure on builder tserver-trunk-debug > while > > building trafficserver. Full details are available at: > > http://ci.apache.org/builders/

Re: [2/5] git commit: TS-1006: Add a new wrapper: ink_atomic_decrement()

2013-02-03 Thread Yunkai Zhang
On Sun, Feb 3, 2013 at 8:15 PM, Igor Galić wrote: > On Sunday, February 03, 2013 10:38:37 AM z...@apache.org wrote: > > TS-1006: Add a new wrapper: ink_atomic_decrement() > > > > This is a wrapper of __sync_fetch_and_sub() in GNU env. > > And what about non-GNU environments? > I have writen a TO

Re: buildbot failure in ASF Buildbot on tserver-fbsd-trunk

2013-02-03 Thread Igor Galić
On Sunday, February 03, 2013 12:09:08 AM build...@apache.org wrote: > The Buildbot has detected a new failure on builder tserver-fbsd-trunk while > building trafficserver. Full details are available at: > http://ci.apache.org/builders/tserver-fbsd-trunk/builds/1657 I have a fix for this: CXX

Re: buildbot failure in ASF Buildbot on tserver-trunk-debug

2013-02-03 Thread Igor Galić
On Sunday, February 03, 2013 10:45:23 AM build...@apache.org wrote: > The Buildbot has detected a new failure on builder tserver-trunk-debug while > building trafficserver. Full details are available at: > http://ci.apache.org/builders/tserver-trunk-debug/builds/1171 Impressive: FATAL: ink_queu

Re: [2/5] git commit: TS-1006: Add a new wrapper: ink_atomic_decrement()

2013-02-03 Thread Igor Galić
On Sunday, February 03, 2013 10:38:37 AM z...@apache.org wrote: > TS-1006: Add a new wrapper: ink_atomic_decrement() > > This is a wrapper of __sync_fetch_and_sub() in GNU env. And what about non-GNU environments? > I need this wrapper in reclaimable freelist, as ink_atomic_increment() > can't w