You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by James Peach <jp...@apache.org> on 2016/08/16 16:24:51 UTC

Re: [apache/trafficserver] TS-4751: Prune cached headers before merging the updated response. (#864)

> On Aug 16, 2016, at 8:58 AM, ATS CI account <no...@github.com> wrote:
> 
> FreeBSD build failed! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/543/ for details.

(gdb) where
#0  0x00000008030cb6ca in thr_kill () from /lib/libc.so.7
#1  0x00000008031a01c6 in abort () from /lib/libc.so.7
#2  0x0000000800bf765d in ink_abort (message_format=<value optimized out>)
    at ../../../lib/ts/ink_error.cc:79
#3  0x0000000800bf5e58 in _ink_assert (expression=<value optimized out>,
    file=0x6 <Address 0x6 out of bounds>, line=0)
    at ../../../lib/ts/ink_assert.cc:37
#4  0x00000000004c1d19 in _TSReleaseAssert (
    text=0x186db <Address 0x186db out of bounds>,
    file=0x6 <Address 0x6 out of bounds>, line=0) at ../../proxy/InkAPI.cc:398
#5  0x00000000004d70b0 in TSIOBufferCopy (bufp=<value optimized out>,
    readerp=<value optimized out>, length=<value optimized out>,
    offset=<value optimized out>) at ../../proxy/InkIOCoreAPI.cc:545
#6  0x00000000005021a3 in transformtest_transform (
    contp=<value optimized out>, event=<value optimized out>)
    at ../../proxy/InkAPITest.cc:6577
#7  0x00000000004c26fc in INKContInternal::handle_event (this=0x80489ada0,
    event=1, edata=0x804ae5e00) at ../../proxy/InkAPI.cc:1041
#8  0x00000000006ecfea in EThread::process_event (this=0x804107000,
    e=0x804ae5e00, calling_code=<value optimized out>) at I_Continuation.h:153
#9  0x00000000006ed3a1 in EThread::execute (this=0x804107000)

Looks like TSIOBufferCopy got a bad bufp pointer. gdb wasn't able to get anything useful from the core dump.

J