You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/11 18:38:21 UTC

[jira] [Work logged] (TS-4953) Memory leaks in priority queue test

     [ https://issues.apache.org/jira/browse/TS-4953?focusedWorklogId=30400&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-30400 ]

ASF GitHub Bot logged work on TS-4953:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Oct/16 18:38
            Start Date: 11/Oct/16 18:38
    Worklog Time Spent: 10m 
      Work Description: GitHub user bryancall opened a pull request:

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

    TS-4953: Memory leaks in priority queue test

    

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

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

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

    https://github.com/apache/trafficserver/pull/1094.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 #1094
    
----
commit 317ba3d5f4a92f39fa07993b58854e5419827f56
Author: Bryan Call <bc...@apache.org>
Date:   2016-10-11T17:49:48Z

    TS-4953: Memory leaks in priority queue test

----


Issue Time Tracking
-------------------

            Worklog Id:     (was: 30400)
            Time Spent: 10m
    Remaining Estimate: 0h

> Memory leaks in priority queue test
> -----------------------------------
>
>                 Key: TS-4953
>                 URL: https://issues.apache.org/jira/browse/TS-4953
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Bryan Call
>            Assignee: Bryan Call
>             Fix For: 7.1.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {noformat}
> ...
> Indirect leak of 16 byte(s) in 1 object(s) allocated from:
>     #0 0x7fc3f33e6ea0 in operator new(unsigned long) (/lib64/libasan.so.3+0xc7ea0)
>     #1 0x4033e6 in RegressionTest_PriorityQueue_1(RegressionTest*, int, int*) /home/bcall/dev/apache/trafficserver/lib/ts/test_PriorityQueue.cc:70
>     #2 0x7fc3f30d79a8 in start_test /home/bcall/dev/apache/trafficserver/lib/ts/Regression.cc:81
>     #3 0x7fc3f30d79a8 in RegressionTest::run(char const*, int) /home/bcall/dev/apache/trafficserver/lib/ts/Regression.cc:103
>     #4 0x7fc3f30b06f3 in RegressionTest::main(int, char const**, int) /home/bcall/dev/apache/trafficserver/lib/ts/Regression.cc:228
>     #5 0x7fc3f065f730 in __libc_start_main (/lib64/libc.so.6+0x20730)
> SUMMARY: AddressSanitizer: 1904 byte(s) leaked in 62 allocation(s)
> {noformat}



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