You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Masaori Koshiba (JIRA)" <ji...@apache.org> on 2016/09/21 03:43:20 UTC

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

     [ https://issues.apache.org/jira/browse/TS-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Masaori Koshiba updated TS-4883:
--------------------------------
    Fix Version/s: 7.1.0

> 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
>
>
> 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)