You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Zhao Yongming (JIRA)" <ji...@apache.org> on 2012/10/21 14:28:12 UTC

[jira] [Created] (TS-1544) cache can not recover from failed regression testing

Zhao Yongming created TS-1544:
---------------------------------

             Summary: cache can not recover from failed regression testing
                 Key: TS-1544
                 URL: https://issues.apache.org/jira/browse/TS-1544
             Project: Traffic Server
          Issue Type: Bug
          Components: Cache
    Affects Versions: 3.3.0
         Environment: FreeBSD 9, git master, regression test
            Reporter: Zhao Yongming
             Fix For: 3.3.2


when we testing for the transform issue in TS-1517, we came across with assert fail, and the cache can not recover from failed regression testing anymore, here is the bt:

{code}
(gdb) bt
#0  0x00000008030dfa7c in thr_kill () from /lib/libc.so.7
#1  0x000000080317cd3b in abort () from /lib/libc.so.7
#2  0x0000000800c34a00 in ink_die_die_die (retval=Could not find the frame base for "ink_die_die_die".
) at ink_error.cc:43
#3  0x0000000800c34cb1 in ink_fatal_va (return_code=Could not find the frame base for "ink_fatal_va".
) at ink_error.cc:65
#4  0x0000000800c34e94 in ink_fatal (return_code=Could not find the frame base for "ink_fatal".
) at ink_error.cc:73
#5  0x0000000800c333b7 in _ink_assert (expression=Could not find the frame base for "_ink_assert".
) at ink_assert.cc:38
#6  0x0000000000674a61 in Vol::handle_recover_from_data (this=0x806c75000, event=3900, data=0x806c750d0) at Cache.cc:1259
#7  0x00000000004d435f in Continuation::handleEvent (this=0x806c75000, event=3900, data=0x806c750d0) at I_Continuation.h:146
#8  0x0000000000677d0c in AIOCallbackInternal::io_complete (this=0x806c750d0, event=1, data=0x803f95c20) at P_AIO.h:80
#9  0x00000000004d435f in Continuation::handleEvent (this=0x806c750d0, event=1, data=0x803f95c20) at I_Continuation.h:146
#10 0x00000000006e4606 in EThread::process_event (this=0x805108000, e=0x803f95c20, calling_code=1) at UnixEThread.cc:142
#11 0x00000000006e483d in EThread::execute (this=0x805108000) at UnixEThread.cc:193
#12 0x00000000006e3e79 in spawn_thread_internal (a=0x803ac63a0) at Thread.cc:88
#13 0x0000000800e69274 in pthread_getprio () from /lib/libthr.so.3
#14 0x0000000000000000 in ?? ()
Cannot access memory at address 0x7ffffebef000
(gdb) f 6
#6  0x0000000000674a61 in Vol::handle_recover_from_data (this=0x806c75000, event=3900, data=0x806c750d0) at Cache.cc:1259
1259          ink_assert(done == to_check);
(gdb) p done
$1 = 1048576
(gdb) p to_check
$2 = 110592
(gdb) 
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira