You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2016/03/24 15:09:25 UTC

[jira] [Created] (TS-4296) Assertion in Epic plugin

Leif Hedstrom created TS-4296:
---------------------------------

             Summary: Assertion in Epic plugin 
                 Key: TS-4296
                 URL: https://issues.apache.org/jira/browse/TS-4296
             Project: Traffic Server
          Issue Type: Bug
          Components: Plugins
            Reporter: Leif Hedstrom


In a debug build, I see this assertion (seems to happen regardless of load etc).

{code}
#0  0x00007ffff5038625 in raise () from /lib64/libc.so.6
#1  0x00007ffff5039e05 in abort () from /lib64/libc.so.6
#2  0x00007ffff7bb7325 in ink_die_die_die () at ink_error.cc:43
#3  0x00007ffff7bb73f3 in ink_fatal_va (fmt=0x7ffff7bc961c "%s:%d: failed assert `%s`", ap=0x7ffff0bbbae8) at ink_error.cc:65
#4  0x00007ffff7bb7492 in ink_fatal (message_format=0x7ffff7bc961c "%s:%d: failed assert `%s`") at ink_error.cc:73
#5  0x00007ffff7bb4eca in _ink_assert (expression=0x55555594044f "!\"not reached\"", file=0x555555940395 "InkAPI.cc", line=984) at ink_assert.cc:37
#6  0x000055555569d62d in INKContInternal::handle_event_count (this=0x5555567d7db0, event=2) at InkAPI.cc:984
#7  0x000055555569d6a0 in INKContInternal::handle_event (this=0x5555567d7db0, event=2, edata=0x555556391a40) at InkAPI.cc:997
#8  0x0000555555687bf2 in Continuation::handleEvent (this=0x5555567d7db0, event=2, data=0x555556391a40) at ../iocore/eventsystem/I_Continuation.h:153
#9  0x0000555555937d9d in EThread::process_event (this=0x7ffff21d3010, e=0x555556391a40, calling_code=2) at UnixEThread.cc:128
#10 0x00005555559381aa in EThread::execute (this=0x7ffff21d3010) at UnixEThread.cc:207
#11 0x00005555559372b5 in spawn_thread_internal (a=0x5555562be6a0) at Thread.cc:86
#12 0x00007ffff62ac9d1 in start_thread () from /lib64/libpthread.so.0
#13 0x00007ffff50ee8fd in clone () from /lib64/libc.so.6
{code}



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