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/09/29 00:58:20 UTC

[jira] [Work logged] (TS-4908) HTTP2Stream tries to close a continuation twice when a transaction is done

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

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

                Author: ASF GitHub Bot
            Created on: 29/Sep/16 00:57
            Start Date: 29/Sep/16 00:57
    Worklog Time Spent: 10m 
      Work Description: GitHub user calavera opened a pull request:

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

    [TS-4908] Remove duplicated closing continuation.

    The HTTP2Stream is closing the continuation twice when the transaction
    is done. In debug mode, this causes a core dump because it tries to
    close a closed continuation.
    
    Signed-off-by: David Calavera <da...@gmail.com>

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

    $ git pull https://github.com/calavera/trafficserver remove_duplicated_closing_continuation

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

    https://github.com/apache/trafficserver/pull/1062.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 #1062
    
----
commit c3819984943bd956f54e8f3dad5372f1c4035c47
Author: David Calavera <da...@gmail.com>
Date:   2016-09-29T00:52:43Z

    [TS-4908] Remove duplicated closing continuation.
    
    The HTTP2Stream is closing the continuation twice when the transaction
    is done. In debug mode, this causes a core dump because it tries to
    close a closed continuation.
    
    Signed-off-by: David Calavera <da...@gmail.com>

----


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

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

> HTTP2Stream tries to close a continuation twice when a transaction is done
> --------------------------------------------------------------------------
>
>                 Key: TS-4908
>                 URL: https://issues.apache.org/jira/browse/TS-4908
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: David Calavera
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> This causes an assertion error when ATS is built in debug mode. Pull Request coming.



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