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

2014-11-20 Thread Alan M. Carroll (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alan M. Carroll updated TS-1944:

Fix Version/s: (was: 5.2.0)
   5.3.0

 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.3.0


 Compile TS in --enable-debug mode,
 {code}
 (gdb) bt
 #0  0x003e86c32885 in raise () from /lib64/libc.so.6
 #1  0x003e86c34065 in abort () from /lib64/libc.so.6
 #2  0x2b56379ad234 in ink_die_die_die (retval=1) at ink_error.cc:43
 #3  0x2b56379ad301 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  0x2b56379ad3ca in ink_fatal (return_code=1, 
 message_format=0x2b56379c9768 %s:%d: failed assert `%s`)
 at ink_error.cc:73
 #5  0x2b56379ac2cc in _ink_assert (expression=0x74c2e4 !fragment || 
 f.data_done, file=0x74c27a CacheWrite.cc, 
 line=124) at ink_assert.cc:37
 #6  0x00693a92 in CacheVC::updateVector (this=0x2b5664ffeb40) at 
 CacheWrite.cc:124
 #7  0x00699b21 in CacheVC::openWriteCloseHead (this=0x2b5664ffeb40, 
 event=0, e=0x0) at CacheWrite.cc:1187
 #8  0x0069a169 in CacheVC::openWriteClose (this=0x2b5664ffeb40, 
 event=0, e=0x0) at CacheWrite.cc:1279
 #9  0x00673b3b in CacheVC::die (this=0x2b5664ffeb40) at 
 P_CacheInternal.h:683
 #10 0x00692f47 in CacheVC::calluser (this=0x2b5664ffeb40, event=103) 
 at P_CacheInternal.h:625
 #11 0x0069a716 in CacheVC::openWriteMain (this=0x2b5664ffeb40) at 
 CacheWrite.cc:1349
 #12 0x0069a5e9 in CacheVC::openWriteWriteDone (this=0x2b5664ffeb40, 
 event=3900, e=0x0) at CacheWrite.cc:1327
 #13 0x004e0f52 in Continuation::handleEvent (this=0x2b5664ffeb40, 
 event=3900, data=0x0)
 at ../iocore/eventsystem/I_Continuation.h:146
 #14 0x006844c7 in CacheVC::handleWriteLock (this=0x2b5664ffeb40, 
 event=4, e=0x0) at P_CacheInternal.h:714
 #15 0x0069c9e8 in CacheVC::do_write_lock_call (this=0x2b5664ffeb40) 
 at P_CacheInternal.h:729
 #16 0x0069aafd in CacheVC::openWriteMain (this=0x2b5664ffeb40) at 
 CacheWrite.cc:1400
 #17 0x004e0f52 in Continuation::handleEvent (this=0x2b5664ffeb40, 
 event=1, data=0x2b56500026a0)
 at ../iocore/eventsystem/I_Continuation.h:146
 #18 0x006dbcfc in EThread::process_event (this=0x2b563c202010, 
 e=0x2b56500026a0, calling_code=1)
 at UnixEThread.cc:141
 #19 0x006dbf4c in EThread::execute (this=0x2b563c202010) at 
 UnixEThread.cc:192
 #20 0x006daf08 in spawn_thread_internal (a=0x159d140) at Thread.cc:88
 #21 0x003e878077f1 in start_thread () from /lib64/libpthread.so.0
 #22 0x003e86ce5ccd in clone () from /lib64/libc.so.6
 {code}



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


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

2014-11-05 Thread Susan Hinrichs (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Susan Hinrichs updated TS-1944:
---
Assignee: Alan M. Carroll  (was: Susan Hinrichs)

 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  0x003e86c32885 in raise () from /lib64/libc.so.6
 #1  0x003e86c34065 in abort () from /lib64/libc.so.6
 #2  0x2b56379ad234 in ink_die_die_die (retval=1) at ink_error.cc:43
 #3  0x2b56379ad301 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  0x2b56379ad3ca in ink_fatal (return_code=1, 
 message_format=0x2b56379c9768 %s:%d: failed assert `%s`)
 at ink_error.cc:73
 #5  0x2b56379ac2cc in _ink_assert (expression=0x74c2e4 !fragment || 
 f.data_done, file=0x74c27a CacheWrite.cc, 
 line=124) at ink_assert.cc:37
 #6  0x00693a92 in CacheVC::updateVector (this=0x2b5664ffeb40) at 
 CacheWrite.cc:124
 #7  0x00699b21 in CacheVC::openWriteCloseHead (this=0x2b5664ffeb40, 
 event=0, e=0x0) at CacheWrite.cc:1187
 #8  0x0069a169 in CacheVC::openWriteClose (this=0x2b5664ffeb40, 
 event=0, e=0x0) at CacheWrite.cc:1279
 #9  0x00673b3b in CacheVC::die (this=0x2b5664ffeb40) at 
 P_CacheInternal.h:683
 #10 0x00692f47 in CacheVC::calluser (this=0x2b5664ffeb40, event=103) 
 at P_CacheInternal.h:625
 #11 0x0069a716 in CacheVC::openWriteMain (this=0x2b5664ffeb40) at 
 CacheWrite.cc:1349
 #12 0x0069a5e9 in CacheVC::openWriteWriteDone (this=0x2b5664ffeb40, 
 event=3900, e=0x0) at CacheWrite.cc:1327
 #13 0x004e0f52 in Continuation::handleEvent (this=0x2b5664ffeb40, 
 event=3900, data=0x0)
 at ../iocore/eventsystem/I_Continuation.h:146
 #14 0x006844c7 in CacheVC::handleWriteLock (this=0x2b5664ffeb40, 
 event=4, e=0x0) at P_CacheInternal.h:714
 #15 0x0069c9e8 in CacheVC::do_write_lock_call (this=0x2b5664ffeb40) 
 at P_CacheInternal.h:729
 #16 0x0069aafd in CacheVC::openWriteMain (this=0x2b5664ffeb40) at 
 CacheWrite.cc:1400
 #17 0x004e0f52 in Continuation::handleEvent (this=0x2b5664ffeb40, 
 event=1, data=0x2b56500026a0)
 at ../iocore/eventsystem/I_Continuation.h:146
 #18 0x006dbcfc in EThread::process_event (this=0x2b563c202010, 
 e=0x2b56500026a0, calling_code=1)
 at UnixEThread.cc:141
 #19 0x006dbf4c in EThread::execute (this=0x2b563c202010) at 
 UnixEThread.cc:192
 #20 0x006daf08 in spawn_thread_internal (a=0x159d140) at Thread.cc:88
 #21 0x003e878077f1 in start_thread () from /lib64/libpthread.so.0
 #22 0x003e86ce5ccd in clone () from /lib64/libc.so.6
 {code}



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