[
https://issues.apache.org/jira/browse/TS-4883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15583482#comment-15583482
]
Bryan Call edited comment on TS-4883 at 10/17/16 9:11 PM:
----------------------------------------------------------
I cherry picked only the pull request 1037 (hash
a545a809ab5eae205ac8bab0c23fe01c4fca2fdd).
was (Author: bcall):
I cherry picked only the pull requst 1037 (hash
a545a809ab5eae205ac8bab0c23fe01c4fca2fdd).
> 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
> Assignee: Phil Sorber
> Fix For: 7.1.0
>
> Time Spent: 1h 50m
> 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)