[ 
https://issues.apache.org/jira/browse/TS-4181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15140233#comment-15140233
 ] 

ASF GitHub Bot commented on TS-4181:
------------------------------------

GitHub user bryancall opened a pull request:

    https://github.com/apache/trafficserver/pull/463

    TS-4181: Memory leak in aio threads when shutting down

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bryancall/trafficserver TS-4188

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/463.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #463
    
----
commit a905afee25f907ab48b153c37b76f5277bf4ad05
Author: Bryan Call <[email protected]>
Date:   2016-02-10T02:39:09Z

    TS-4181: Memory leak in aio threads when shutting down

----


> Memory leak in aio threads when shutting down
> ---------------------------------------------
>
>                 Key: TS-4181
>                 URL: https://issues.apache.org/jira/browse/TS-4181
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 6.1.0
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>             Fix For: 6.2.0
>
>
> {code}
> Direct leak of 504 byte(s) in 7 object(s) allocated from:
>     #0 0x7fcf4c5e7872 in operator new(unsigned long) 
> (/lib64/libasan.so.2+0x99872)
>     #1 0xbe4c44 in aio_init_fildes 
> /home/bcall/dev/apache/trafficserver/iocore/aio/AIO.cc:252
>     #2 0xbe5ccf in aio_queue_req 
> /home/bcall/dev/apache/trafficserver/iocore/aio/AIO.cc:358
>     #3 0xbe5f02 in ink_aio_read(AIOCallback*, int) 
> /home/bcall/dev/apache/trafficserver/iocore/aio/AIO.cc:426
>     #4 0xb1d1fa in CacheDisk::open(char*, long, long, int, int, bool) 
> /home/bcall/dev/apache/trafficserver/iocore/cache/CacheDisk.cc:76
>     #5 0xaddc69 in CacheProcessor::start_internal(int) 
> /home/bcall/dev/apache/trafficserver/iocore/cache/Cache.cc:720
>     #6 0x49511f in main 
> /home/bcall/dev/apache/trafficserver/proxy/Main.cc:1808
>     #7 0x7fcf4952457f in __libc_start_main (/lib64/libc.so.6+0x2057f)
> Direct leak of 72 byte(s) in 1 object(s) allocated from:
>     #0 0x7fcf4c5e7872 in operator new(unsigned long) 
> (/lib64/libasan.so.2+0x99872)
>     #1 0xbe4ebc in aio_init_fildes 
> /home/bcall/dev/apache/trafficserver/iocore/aio/AIO.cc:250
>     #2 0xbe5ccf in aio_queue_req 
> /home/bcall/dev/apache/trafficserver/iocore/aio/AIO.cc:358
>     #3 0xbe5f02 in ink_aio_read(AIOCallback*, int) 
> /home/bcall/dev/apache/trafficserver/iocore/aio/AIO.cc:426
>     #4 0xb1d1fa in CacheDisk::open(char*, long, long, int, int, bool) 
> /home/bcall/dev/apache/trafficserver/iocore/cache/CacheDisk.cc:76
>     #5 0xaddc69 in CacheProcessor::start_internal(int) 
> /home/bcall/dev/apache/trafficserver/iocore/cache/Cache.cc:720
>     #6 0x49511f in main 
> /home/bcall/dev/apache/trafficserver/proxy/Main.cc:1808
>     #7 0x7fcf4952457f in __libc_start_main (/lib64/libc.so.6+0x2057f)
> {code}



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

Reply via email to