You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2016/06/14 16:28:57 UTC

[jira] [Created] (TS-4541) ASAN error with HTTP/2 mutex

Bryan Call created TS-4541:
------------------------------

             Summary: ASAN error with HTTP/2 mutex
                 Key: TS-4541
                 URL: https://issues.apache.org/jira/browse/TS-4541
             Project: Traffic Server
          Issue Type: Bug
          Components: HTTP/2
            Reporter: Bryan Call


{code}
==26628==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000038 (pc 0x0000009ad1b9 sp 0x2b7e55d79740 bp 0x2b7e55d7d8f0 T15)
    #0 0x9ad1b8 in Mutex_lock ../../../trafficserver/iocore/eventsystem/I_Lock.h:381
    #1 0x9ad1b8 in MutexLock ../../../trafficserver/iocore/eventsystem/I_Lock.h:449
    #2 0x9ad1b8 in Http2ConnectionState::send_a_data_frame(Http2Stream*, unsigned long&) ../../../trafficserver/proxy/http2/Http2ConnectionState.cc:1040
    #3 0x9af71d in Http2ConnectionState::send_data_frames_depends_on_priority() ../../../trafficserver/proxy/http2/Http2ConnectionState.cc:1000
    #4 0x9b1ff9 in Http2ConnectionState::main_event_handler(int, void*) ../../../trafficserver/proxy/http2/Http2ConnectionState.cc:803
    #5 0xe9f5e3 in Continuation::handleEvent(int, void*) ../../../trafficserver/iocore/eventsystem/I_Continuation.h:153
    #6 0xe9f5e3 in EThread::process_event(Event*, int) ../../../trafficserver/iocore/eventsystem/UnixEThread.cc:148
    #7 0xea18c9 in EThread::execute() ../../../trafficserver/iocore/eventsystem/UnixEThread.cc:202
    #8 0xe9e128 in spawn_thread_internal ../../../trafficserver/iocore/eventsystem/Thread.cc:86
    #9 0x2b7e4d575aa0 in start_thread (/lib64/libpthread.so.0+0x3818807aa0)
    #10 0x38180e893c in clone (/lib64/libc.so.6+0x38180e893c)
{code}



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