You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Susan Hinrichs (JIRA)" <ji...@apache.org> on 2014/11/05 18:47:34 UTC

[jira] [Commented] (TS-1944) ink_assert in CacheVC::updateVector()

    [ https://issues.apache.org/jira/browse/TS-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14198730#comment-14198730 ] 

Susan Hinrichs commented on TS-1944:
------------------------------------

[~amc] says that he has fixed this.  He will verify the code change.

> ink_assert in CacheVC::updateVector()
> -------------------------------------
>
>                 Key: TS-1944
>                 URL: https://issues.apache.org/jira/browse/TS-1944
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Cache
>            Reporter: Yunkai Zhang
>            Assignee: Alan M. Carroll
>              Labels: crash
>             Fix For: 5.2.0
>
>
> Compile TS in --enable-debug mode,
> {code}
> (gdb) bt
> #0  0x0000003e86c32885 in raise () from /lib64/libc.so.6
> #1  0x0000003e86c34065 in abort () from /lib64/libc.so.6
> #2  0x00002b56379ad234 in ink_die_die_die (retval=1) at ink_error.cc:43
> #3  0x00002b56379ad301 in ink_fatal_va(int, const char *, typedef __va_list_tag __va_list_tag *) (return_code=1, 
>     message_format=0x2b56379c9768 "%s:%d: failed assert `%s`", ap=0x2b563da166e0) at ink_error.cc:65
> #4  0x00002b56379ad3ca in ink_fatal (return_code=1, message_format=0x2b56379c9768 "%s:%d: failed assert `%s`")
>     at ink_error.cc:73
> #5  0x00002b56379ac2cc in _ink_assert (expression=0x74c2e4 "!fragment || f.data_done", file=0x74c27a "CacheWrite.cc", 
>     line=124) at ink_assert.cc:37
> #6  0x0000000000693a92 in CacheVC::updateVector (this=0x2b5664ffeb40) at CacheWrite.cc:124
> #7  0x0000000000699b21 in CacheVC::openWriteCloseHead (this=0x2b5664ffeb40, event=0, e=0x0) at CacheWrite.cc:1187
> #8  0x000000000069a169 in CacheVC::openWriteClose (this=0x2b5664ffeb40, event=0, e=0x0) at CacheWrite.cc:1279
> #9  0x0000000000673b3b in CacheVC::die (this=0x2b5664ffeb40) at P_CacheInternal.h:683
> #10 0x0000000000692f47 in CacheVC::calluser (this=0x2b5664ffeb40, event=103) at P_CacheInternal.h:625
> #11 0x000000000069a716 in CacheVC::openWriteMain (this=0x2b5664ffeb40) at CacheWrite.cc:1349
> #12 0x000000000069a5e9 in CacheVC::openWriteWriteDone (this=0x2b5664ffeb40, event=3900, e=0x0) at CacheWrite.cc:1327
> #13 0x00000000004e0f52 in Continuation::handleEvent (this=0x2b5664ffeb40, event=3900, data=0x0)
>     at ../iocore/eventsystem/I_Continuation.h:146
> #14 0x00000000006844c7 in CacheVC::handleWriteLock (this=0x2b5664ffeb40, event=4, e=0x0) at P_CacheInternal.h:714
> #15 0x000000000069c9e8 in CacheVC::do_write_lock_call (this=0x2b5664ffeb40) at P_CacheInternal.h:729
> #16 0x000000000069aafd in CacheVC::openWriteMain (this=0x2b5664ffeb40) at CacheWrite.cc:1400
> #17 0x00000000004e0f52 in Continuation::handleEvent (this=0x2b5664ffeb40, event=1, data=0x2b56500026a0)
>     at ../iocore/eventsystem/I_Continuation.h:146
> #18 0x00000000006dbcfc in EThread::process_event (this=0x2b563c202010, e=0x2b56500026a0, calling_code=1)
>     at UnixEThread.cc:141
> #19 0x00000000006dbf4c in EThread::execute (this=0x2b563c202010) at UnixEThread.cc:192
> #20 0x00000000006daf08 in spawn_thread_internal (a=0x159d140) at Thread.cc:88
> #21 0x0000003e878077f1 in start_thread () from /lib64/libpthread.so.0
> #22 0x0000003e86ce5ccd in clone () from /lib64/libc.so.6
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)