You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Christoph Keller (JIRA)" <ji...@apache.org> on 2015/11/10 16:46:11 UTC

[jira] [Created] (TS-4009) stale_while_revalidate crash

Christoph Keller created TS-4009:
------------------------------------

             Summary: stale_while_revalidate crash
                 Key: TS-4009
                 URL: https://issues.apache.org/jira/browse/TS-4009
             Project: Traffic Server
          Issue Type: Bug
          Components: Core, Plugins
            Reporter: Christoph Keller


Since 6.0 stale_while_revalidate-plugin crashes after serving a stale document while trying to get the new one. Can reproduce this issue with 6.0.x and master branch using the provided testserver. 5.3.x works fine. Doesn't look like that issue is up to some changes in the plugin-code so i guess it's an issue in the core code.

#0  0x00002b1329a355d7 in raise () from /lib64/libc.so.6
#1  0x00002b1329a36cc8 in abort () from /lib64/libc.so.6
#2  0x00002b13273db0b8 in ink_die_die_die () at ink_error.cc:43
#3  ink_fatal_va (fmt=0x2b13273e6d9f "%s:%d: failed assert `%s`", ap=ap@entry=0x2b1333a21ba8) at ink_error.cc:65
#4  0x00002b13273db14c in ink_fatal (message_format=message_format@entry=0x2b13273e6d9f "%s:%d: failed assert `%s`") at ink_error.cc:73
#5  0x00002b13273d9615 in _ink_assert (expression=<optimized out>, file=<optimized out>, line=<optimized out>) at ink_assert.cc:37
#6  0x00000000004cd672 in _TSReleaseAssert (line=6302, file=0x756f90 "InkAPI.cc", text=0x759888 "((INKContInternal *)contp)->mutex") at InkAPI.cc:407
#7  TSVConnRead (connp=0x2b134c000920, contp=contp@entry=0x181c560, bufp=0x2b1340188230, nbytes=nbytes@entry=9223372036854775807) at InkAPI.cc:6302
#8  0x00002b1331bd7158 in fetch_resource (cont=0x181c5c0, event=<optimized out>, edata=<optimized out>) at stale_while_revalidate.c:449
#9  0x000000000074e9c0 in handleEvent (data=0x2b134016a4f0, event=1, this=<optimized out>) at I_Continuation.h:146
#10 EThread::process_event (this=0x2b1333720010, e=0x2b134016a4f0, calling_code=1) at UnixEThread.cc:128
#11 0x000000000074f67b in EThread::execute (this=0x2b1333720010) at UnixEThread.cc:179
#12 0x000000000074e48a in spawn_thread_internal (a=0x19afd00) at Thread.cc:86
#13 0x00002b1328a5fdf5 in start_thread () from /lib64/libpthread.so.0
#14 0x00002b1329af61ad in clone () from /lib64/libc.so.6




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