Yeah, this is an unfortunate artifact of the SRV changes. I filed an RFE on
it, it's unreasonable to reserve space for SRV even when the feature is
disabled (which is the default ).
-- Leif
On Apr 16, 2013, at 4:12 PM, Bryan Call <bc...@yahoo-inc.com> wrote:
+1
Passed all signatures, compiled, and passed regression. It is running as my
forward proxy now. One problem I ran into was it didn't work with a hostdb
size of 32M and I had to increase it to 200M.
-Bryan
On Apr 16, 2013, at 8:31 AM, Leif Hedstrom <zw...@apache.org> wrote:
On 4/16/13 4:19 AM, Igor Galić wrote:
-
make[3]: Leaving directory `/tmp/ts/trafficserver-3.3.2-dev/iocore/eventsystem'
make check-TESTS
make[3]: Entering directory `/tmp/ts/trafficserver-3.3.2-dev/iocore/eventsystem'
ERROR: unable to access() TS_ROOT '/opt/ats-3.3': 2, No such file or directory
/bin/bash: line 5: 19607 Segmentation fault (core dumped) ${dir}$tst
FAIL: test_Buffer
ERROR: unable to access() TS_ROOT '/opt/ats-3.3': 2, No such file or directory
/bin/bash: line 5: 19631 Segmentation fault (core dumped) ${dir}$tst
FAIL: test_Event
=============================================
2 of 2 tests failed
Please report to dev@trafficserver.apache.org
=============================================
I have some fixes for this, which I will commit for v3.3.3. If everyone is
ok with it, I'd prefer not to reroll v3.3.2, these fixes doesn't affect
runtime or compile time at all (only make test fails, which is bad, but not
mission critical). The changes does not change anything in the core code,
only in the building of the test programs themselves. With my fixes, all
tests succeeds, for v3.3.2 as well.
Thanks Igor.
-- Leif