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/21 03:46:20 UTC

[jira] [Work logged] (TS-4883) Argument mismatch of the Thread::start call in EventProcessor::start

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

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

                Author: ASF GitHub Bot
            Created on: 21/Sep/16 03:45
            Start Date: 21/Sep/16 03:45
    Worklog Time Spent: 10m 
      Work Description: GitHub user mgosui opened a pull request:

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

    TS-4883: Fix Thread::start call in EventProcessor::start

    [TS-4883](https://issues.apache.org/jira/browse/TS-4883)

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

    $ git pull https://github.com/mgosui/trafficserver ts-4883

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

    https://github.com/apache/trafficserver/pull/1037.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 #1037
    
----
commit a545a809ab5eae205ac8bab0c23fe01c4fca2fdd
Author: Masato Gosui <mg...@yahoo-corp.jp>
Date:   2016-09-21T03:42:00Z

    TS-4883: Fix Thread::start call in EventProcessor::start

----


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

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

> Argument mismatch of the Thread::start call in EventProcessor::start
> --------------------------------------------------------------------
>
>                 Key: TS-4883
>                 URL: https://issues.apache.org/jira/browse/TS-4883
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Masato Gosui
>             Fix For: 7.1.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> EventProcessor::start() calls Thread::start(), which takes 5 arguments: 
> # name
> # stacksize
> # f(function pointer to be executed by the thread)
> # a(argument for f)
> # stack(pointer to stack used by the thread)
> However the call to Thread::start() takes the pointer to stack as 4th argument.



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