You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Nikolai Gorchilov (JIRA)" <ji...@apache.org> on 2015/05/17 11:15:59 UTC

[jira] [Created] (TS-3611) Segmentation fault (Address not mapped to object [0x10])

Nikolai Gorchilov created TS-3611:
-------------------------------------

             Summary: Segmentation fault (Address not mapped to object [0x10])
                 Key: TS-3611
                 URL: https://issues.apache.org/jira/browse/TS-3611
             Project: Traffic Server
          Issue Type: Bug
            Reporter: Nikolai Gorchilov


Experienced the following crash while running ATS 5.3.0 on custom Linux distro:
{noformat}
traffic_server: Segmentation fault (Address not mapped to object [0x10])
traffic_server - STACK TRACE: 
/z/bin/traffic_server(crash_logger_invoke(int, siginfo_t*, void*)+0x8e)[0x4ad5fe]
/lib64/libpthread.so.0(+0x105f0)[0x2b63a09b55f0]
/z/bin/traffic_server(HostDBProcessor::getbyname_imm(Continuation*, void (Continuation::*)(HostDBInfo*), char const*, int, HostDBProcessor::Options const&)+0x72)[0x68c652]
/z/bin/traffic_server(HttpSM::do_hostdb_lookup()+0xb8)[0x5b2f48]
/z/bin/traffic_server(HttpSM::set_next_state()+0xdb5)[0x5c1815]
/z/bin/traffic_server(HttpSM::state_send_server_request_header(int, void*)+0x15a)[0x5bd5da]
/z/bin/traffic_server(HttpSM::main_handler(int, void*)+0xbd)[0x5c282d]
/z/bin/traffic_server[0x749be6]
/z/bin/traffic_server(NetHandler::mainNetEvent(int, Event*)+0x1f2)[0x73c742]
/z/bin/traffic_server(EThread::execute()+0xa4a)[0x76ad4a]
/z/bin/traffic_server[0x7699ba]
/lib64/libpthread.so.0(+0x7294)[0x2b63a09ac294]
/lib64/libc.so.6(clone+0x6d)[0x2b63a16d471d]
{noformat}

Not sure where's the crash - ATS or libpthread

Here're the relevant configure options of my build:
{noformat}
./configure \
        --with-xml=libxml2 \
        --disable-static \
        --disable-spdy \
        --enable-interim-cache \
        --enable-tproxy \
        --enable-hwloc \
        --enable-experimental-plugins \
        --enable-example-plugins
{noformat}



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