[
https://issues.apache.org/jira/browse/TS-4883?focusedWorklogId=29427&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29427
]
ASF GitHub Bot logged work on TS-4883:
--------------------------------------
Author: ASF GitHub Bot
Created on: 21/Sep/16 04:15
Start Date: 21/Sep/16 04:15
Worklog Time Spent: 10m
Work Description: Github user masaori335 commented on the issue:
https://github.com/apache/trafficserver/pull/1037
[approve ci]
Issue Time Tracking
-------------------
Worklog Id: (was: 29427)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)